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 25, 2023
1 parent c14d90c commit 6fe3ff1
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 58 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-knives-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-paws-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-ligers-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-countries-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-seals-dream.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/nasty-hornets-refuse.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.

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

## 0.7.0

### Minor Changes

- 8caef39: refactor(docs): updated generated plugin readme to show usage with new `robo add` command
- 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

### Patch Changes

- dd92437: patch(docs): recommend npx syntax for building plugin prior to publishing on npm

## 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
11 changes: 11 additions & 0 deletions packages/robo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# robo.js

## 0.9.2

### Patch Changes

- 690cb5e: feat: new "robo remove" command for uninstalling plugins
- 203b3a3: patch(build): decode import path when generating manifest using bun
- 38a2668: patch: don't auto restart immediately after robo start failure in dev mode
- 5e4174f: fix(bun): skip pnpm-specific plugin package lookups when using bun
- 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 6fe3ff1

Please sign in to comment.