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 9cc0489 commit f1b1f30
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-cameras-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-oranges-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-bananas-decide.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
12 changes: 12 additions & 0 deletions packages/sage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @roboplay/sage

## 0.5.0

### Minor Changes

- 9cc0489: refactor!: replaced `inquirer` with `@inquirer/prompts`
- 3940de7: refactor!: use new `robo.js` package name

### Patch Changes

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

## 0.4.1

### 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.4.1",
"version": "0.5.0",
"private": false,
"description": "Codemod for Robo.js",
"engines": {
Expand Down

0 comments on commit f1b1f30

Please sign in to comment.