Skip to content

Commit

Permalink
Merge pull request #134 from ghostdevv/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv authored Aug 21, 2022
2 parents 005f453 + 75f0335 commit 8cbc370
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"chilly-pets-speak",
"cool-trees-guess",
"cyan-trainers-whisper",
"dirty-wombats-sip",
"early-cherries-poke",
"famous-books-switch",
"four-panthers-tap",
Expand Down Expand Up @@ -49,8 +50,10 @@
"stupid-candles-share",
"sweet-dolls-beg",
"tall-cups-shake",
"unlucky-peas-watch",
"unlucky-snails-suffer",
"wet-sheep-act",
"wild-horses-lie",
"yellow-snakes-thank"
]
}
12 changes: 12 additions & 0 deletions packages/create-jellycommands/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# create-jellycommands

## 0.1.0-next.9

### Minor Changes

- update to discord.js v14 ([#132](https://github.com/ghostdevv/jellycommands/pull/132))

### Patch Changes

- update to discord.js v14 ([#132](https://github.com/ghostdevv/jellycommands/pull/132))

* update docs links ([#133](https://github.com/ghostdevv/jellycommands/pull/133))

## 0.0.1-next.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-jellycommands/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-jellycommands",
"description": "Get started quickly with jellycommands by running npm init jellycommands",
"version": "0.0.1-next.8",
"version": "0.1.0-next.9",
"type": "module",
"bin": {
"create-jellycommands": "src/bin.js"
Expand Down
8 changes: 8 additions & 0 deletions packages/jellycommands/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# jellycommands

## 1.0.0-next.32

### Patch Changes

- update to discord.js v14 ([#132](https://github.com/ghostdevv/jellycommands/pull/132))

* update docs links ([#133](https://github.com/ghostdevv/jellycommands/pull/133))

## 1.0.0-next.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jellycommands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jellycommands",
"version": "1.0.0-next.31",
"version": "1.0.0-next.32",
"author": "GHOST",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit 8cbc370

Please sign in to comment.