Skip to content

Commit

Permalink
chore(release): changesets versioning & publication
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 17, 2024
1 parent a1fbe72 commit 86775ce
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-swans-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-spies-roll.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/plugin-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"formdata-node": "^6.0.3"
},
"peerDependencies": {
"@robojs/server": "^0.5.0",
"@robojs/server": "^0.5.1",
"robo.js": "^0.10.8"
},
"peerDependenciesMeta": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @roboplay/plugin-api

## 0.5.1

### Patch Changes

- a1fbe72: patch: updated fastify engine to support new robo response
- 9821ac4: fix: robo request params

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@robojs/server",
"description": "Turn your Robo into a web server! Create and manage web pages, APIs, and more.",
"version": "0.5.0",
"version": "0.5.1",
"private": false,
"type": "module",
"main": ".robo/build/index.js",
Expand Down

0 comments on commit 86775ce

Please sign in to comment.