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 30, 2024
1 parent 6d532b8 commit 591c904
Show file tree
Hide file tree
Showing 23 changed files with 58 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-crabs-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-worms-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-pens-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-bags-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-boats-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-feet-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-ravens-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-tips-repair.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.11.11

### Patch Changes

- Updated dependencies [838ed5d]
- Updated dependencies [6a4473d]
- [email protected]

## 0.11.10

### 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.10",
"version": "0.11.11",
"private": false,
"description": "Launch epic projects instantly with Robo.js — effortless, powerful, complete!",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-ai-voice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
},
"peerDependencies": {
"@discordjs/voice": "^0.16.0",
"@robojs/ai": "^0.5.0",
"robo.js": "^0.10.5"
"@robojs/ai": "^0.5.1",
"robo.js": "^0.10.6"
},
"peerDependenciesMeta": {
"@discordjs/voice": {
Expand Down
15 changes: 15 additions & 0 deletions packages/plugin-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @roboplay/plugin-ai

## 0.5.1

### Patch Changes

- 60c8235: refactor: increased default poll delay to 1 second
- 60c8235: feat: new `pollDelay` option
- afdbefb: fix: command execution
- 6d532b8: patch: compatibility with robo.js automatic options extraction
- Updated dependencies [838ed5d]
- Updated dependencies [6a4473d]
- Updated dependencies [7490206]
- Updated dependencies [2bf83fe]
- [email protected]
- @robojs/server@0.4.4

## 0.5.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@robojs/ai",
"description": "Transform your Robo into a personalized AI chatbot! Supports Discord command execution.",
"version": "0.5.0",
"version": "0.5.1",
"private": false,
"type": "module",
"main": ".robo/build/index.js",
Expand Down Expand Up @@ -41,8 +41,8 @@
"formdata-node": "^6.0.3"
},
"peerDependencies": {
"@robojs/server": "^0.4.3",
"robo.js": "^0.10.5"
"@robojs/server": "^0.4.4",
"robo.js": "^0.10.6"
},
"peerDependenciesMeta": {
"@robojs/server": {
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.4

### Patch Changes

- 7490206: feat: `ready` utility function
- 2bf83fe: feat: `getServerEngine` utility function

## 0.4.3

### 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.3",
"version": "0.4.4",
"private": false,
"type": "module",
"main": ".robo/build/index.js",
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.5"
"robo.js": "^0.10.6"
},
"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.5"
"robo.js": "^0.10.6"
},
"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.5"
"robo.js": "^0.10.6"
},
"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.5"
"robo.js": "^0.10.6"
},
"peerDependenciesMeta": {
"robo.js": {
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.6

### Patch Changes

- 838ed5d: feat: `extractCommandOptions` utility function
- 6a4473d: patch: auto delete outdated slash commands

## 0.10.5

### 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.5",
"version": "0.10.6",
"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.3

### Patch Changes

- Updated dependencies [838ed5d]
- Updated dependencies [6a4473d]
- [email protected]

## 0.5.2

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

0 comments on commit 591c904

Please sign in to comment.