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 10, 2024
1 parent 7f73414 commit 1882b20
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-cameras-destroy.md

This file was deleted.

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

## 0.11.8

### Patch Changes

- Updated dependencies [7f73414]
- robo.js@0.10.4

## 0.11.7

### 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.7",
"version": "0.11.8",
"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.0",
"robo.js": "^0.10.3"
"robo.js": "^0.10.4"
},
"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.4.2",
"robo.js": "^0.10.3"
"robo.js": "^0.10.4"
},
"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.3"
"robo.js": "^0.10.4"
},
"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.3"
"robo.js": "^0.10.4"
},
"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.3"
"robo.js": "^0.10.4"
},
"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.3"
"robo.js": "^0.10.4"
},
"peerDependenciesMeta": {
"robo.js": {
Expand Down
6 changes: 6 additions & 0 deletions packages/robo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# robo.js

## 0.10.4

### Patch Changes

- 7f73414: patch: fixed `loadEnv` module export

## 0.10.3

### 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.3",
"version": "0.10.4",
"private": false,
"description": "Power up Discord with effortless activities, bots, web servers, and more!",
"keywords": [
Expand Down

0 comments on commit 1882b20

Please sign in to comment.