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 May 2, 2024
1 parent 79b9d17 commit fd9e82e
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-olives-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-cheetahs-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-cooks-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-guests-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-badgers-warn.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.12

### Patch Changes

- 275daff: chore: added new `@robojs/sync` plugin option for activities

## 0.11.11

### 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.11",
"version": "0.11.12",
"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 @@ -47,7 +47,7 @@
},
"peerDependencies": {
"@discordjs/voice": "^0.16.0",
"@robojs/ai": "^0.5.1",
"@robojs/ai": "^0.5.2",
"robo.js": "^0.10.6"
},
"peerDependenciesMeta": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @roboplay/plugin-ai

## 0.5.2

### Patch Changes

- 79b9d17: feat: temperature control
- Updated dependencies [0113987]
- Updated dependencies [0748de7]
- @robojs/server@0.4.5

## 0.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "0.5.2",
"private": false,
"type": "module",
"main": ".robo/build/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"formdata-node": "^6.0.3"
},
"peerDependencies": {
"@robojs/server": "^0.4.4",
"@robojs/server": "^0.4.5",
"robo.js": "^0.10.6"
},
"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.5

### Patch Changes

- 0113987: feat: prevent vite hmr from being hijacked by default
- 0748de7: feat: `registerWebsocket` engine function

## 0.4.4

### 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.4",
"version": "0.4.5",
"private": false,
"type": "module",
"main": ".robo/build/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @robojs/sync

## 0.1.0

### Minor Changes

- 1cb4011: feat: sync plugin
2 changes: 1 addition & 1 deletion packages/plugin-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@robojs/sync",
"description": "",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"private": false,
"keywords": [
Expand Down

0 comments on commit fd9e82e

Please sign in to comment.