Skip to content

Commit

Permalink
Merge pull request #254 from Wave-Play/changeset-release/main
Browse files Browse the repository at this point in the history
Changesets: Versioning & Publication
  • Loading branch information
Pkmmte committed Jun 17, 2024
2 parents dfc4180 + 6941e61 commit 492fa10
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-nails-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-pigs-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-monkeys-occur.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/create-robo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-robo

## 0.12.5

### Patch Changes

- 4f89a53: chore: explicitly use utf-8 encoding

## 0.12.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-robo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-robo",
"version": "0.12.4",
"version": "0.12.5",
"private": false,
"description": "Launch epic projects instantly with Robo.js — effortless, powerful, complete!",
"engines": {
Expand Down
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.2",
"@robojs/server": "^0.5.3",
"robo.js": "^0.10.9"
},
"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.3

### Patch Changes

- 694a680: fix: copy custom headers correctly in node engine
- dfc4180: refactor: stream binary data into raw response

## 0.5.2

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

0 comments on commit 492fa10

Please sign in to comment.