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 Sep 15, 2023
1 parent 31e7003 commit 0cc2d43
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-countries-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-knives-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-pugs-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-flowers-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-tomatoes-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-terms-end.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.7.0

### Minor Changes

- 1f8b8b5: refactor: use new config file structure for plugins
- 38a60a0: feat: check for create-robo tool updates automatically
- 990f588: refactor: include openai .env placeholder when applicable

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-robo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-robo",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "Create Robo.js Discord bots with one command",
"engines": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"tar": "^6.1.13"
},
"devDependencies": {
"@roboplay/robo.js": "0.9.0",
"@roboplay/robo.js": "0.9.2",
"@types/async-retry": "^1.4.5",
"@types/inquirer": "^9.0.3",
"@types/node": "^18.16.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/robo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# robo.js

## 0.9.2

### Patch Changes

- 38a2668: patch: don't auto restart immediately after robo start failure in dev mode
- f16f282: fix(flashcore): dont warn about enoent errors when deleting keys
- 31e7003: feat: new "robo add" command for installing plugins

## 0.9.1

### 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": "@roboplay/robo.js",
"version": "0.9.1",
"version": "0.9.2",
"private": false,
"description": "Turbocharge Discord.js with effortless power!",
"keywords": [
Expand Down

0 comments on commit 0cc2d43

Please sign in to comment.