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 16, 2024
1 parent c07c57f commit fdcbb2a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-zebras-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-pots-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-news-bow.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.4.5",
"@robojs/server": "^0.5.0",
"robo.js": "^0.10.8"
},
"peerDependenciesMeta": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @roboplay/plugin-api

## 0.5.0

### Minor Changes

- 890b71d: refactor!: renamed `.req` and `.res` accessors to `.raw`
- eb3867a: refactor!: RoboResponse now extends Response instead of Error
- 890b71d: refactor!: RoboRequest now extends Request

## 0.4.5

### Patch 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.4.5",
"version": "0.5.0",
"private": false,
"type": "module",
"main": ".robo/build/index.js",
Expand Down

0 comments on commit fdcbb2a

Please sign in to comment.