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 Apr 24, 2024
1 parent a73732e commit 6967d57
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-starfishes-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-eyes-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-cobras-repeat.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.11.10

### Patch Changes

- ddf6792: chore: added link to tutorial for discord activities

## 0.11.9

### 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.11.9",
"version": "0.11.10",
"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.4.2",
"@robojs/server": "^0.4.3",
"robo.js": "^0.10.4"
},
"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.4.3

### Patch Changes

- a73732e: refactor: use /hmr path for vite by default
- 5db2da4: patch: export correct paths in `engines.js` module

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

0 comments on commit 6967d57

Please sign in to comment.