Skip to content

Commit

Permalink
Merge pull request #260 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 Jul 1, 2024
2 parents 91c6f33 + 75d322a commit 759f49a
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-crews-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-bulldogs-hug.md

This file was deleted.

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

## 0.12.6

### Patch Changes

- Updated dependencies [ca8ddd7]
- Updated dependencies [7093bf4]
- [email protected]

## 0.12.5

### 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.5",
"version": "0.12.6",
"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-voice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"peerDependencies": {
"@discordjs/voice": "^0.16.0",
"@robojs/ai": "^0.5.5",
"robo.js": "^0.10.9"
"robo.js": "^0.10.10"
},
"peerDependenciesMeta": {
"@discordjs/voice": {
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 @@ -42,7 +42,7 @@
},
"peerDependencies": {
"@robojs/server": "^0.5.3",
"robo.js": "^0.10.9"
"robo.js": "^0.10.10"
},
"peerDependenciesMeta": {
"@robojs/server": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-better-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"robo.js": "^0.10.9"
"robo.js": "^0.10.10"
},
"peerDependenciesMeta": {
"robo.js": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"robo.js": "^0.10.9"
"robo.js": "^0.10.10"
},
"peerDependenciesMeta": {
"robo.js": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-maintenance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"robo.js": "^0.10.9"
"robo.js": "^0.10.10"
},
"peerDependenciesMeta": {
"robo.js": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-modtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"robo.js": "^0.10.9"
"robo.js": "^0.10.10"
},
"peerDependenciesMeta": {
"robo.js": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"peerDependencies": {
"react": "^18.0.0",
"robo.js": "^0.10.9"
"robo.js": "^0.10.10"
},
"peerDependenciesMeta": {
"react": {
Expand Down
7 changes: 7 additions & 0 deletions packages/robo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# robo.js

## 0.10.10

### Patch Changes

- ca8ddd7: refactor(core): moved data loading into robo.start() in production mode
- 7093bf4: feat: experimental sharding support

## 0.10.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/robo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robo.js",
"version": "0.10.9",
"version": "0.10.10",
"private": false,
"description": "Power up Discord with effortless activities, bots, web servers, and more!",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/sage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @roboplay/sage

## 0.5.7

### Patch Changes

- Updated dependencies [ca8ddd7]
- Updated dependencies [7093bf4]
- [email protected]

## 0.5.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roboplay/sage",
"version": "0.5.6",
"version": "0.5.7",
"private": false,
"description": "Codemod for Robo.js",
"engines": {
Expand Down

0 comments on commit 759f49a

Please sign in to comment.