Skip to content

Commit 83b9433

Browse files
committed
2 parents 25146e9 + 891f2c2 commit 83b9433

File tree

5 files changed

+21
-2
lines changed

5 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
"angry-radios-teach",
1111
"chilly-pets-speak",
1212
"cool-trees-guess",
13+
"curvy-chefs-listen",
1314
"cyan-trainers-whisper",
1415
"dirty-wombats-sip",
1516
"early-cherries-poke",
17+
"eighty-poets-laugh",
1618
"famous-books-switch",
1719
"four-panthers-tap",
1820
"gentle-flowers-tease",
@@ -30,6 +32,7 @@
3032
"mean-turkeys-thank",
3133
"metal-glasses-repeat",
3234
"mighty-schools-happen",
35+
"nasty-rice-laugh",
3336
"nasty-weeks-invent",
3437
"ninety-pants-hug",
3538
"old-fireants-cover",

packages/create-jellycommands/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-jellycommands
22

3+
## 0.1.0-next.10
4+
5+
### Patch Changes
6+
7+
- update dependancies ([`0b359ab`](https://github.com/ghostdevv/jellycommands/commit/0b359abc4ec563febf638a26a36b567e0d0072eb))
8+
39
## 0.1.0-next.9
410

511
### Minor Changes

packages/create-jellycommands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-jellycommands",
33
"description": "Get started quickly with jellycommands by running npm init jellycommands",
4-
"version": "0.1.0-next.9",
4+
"version": "0.1.0-next.10",
55
"type": "module",
66
"bin": {
77
"create-jellycommands": "src/bin.js"

packages/jellycommands/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# jellycommands
22

3+
## 1.0.0-next.35
4+
5+
### Patch Changes
6+
7+
- throw error if can't find option type ([`12ec023`](https://github.com/ghostdevv/jellycommands/commit/12ec023f90d25626718b1308ca86343d50eccf56))
8+
9+
* update JellyApplicationCommandOption types ([`aa151ad`](https://github.com/ghostdevv/jellycommands/commit/aa151adb35dfd0b13c0b038c167bb474fad7e3ea))
10+
11+
- update dependancies ([`0b359ab`](https://github.com/ghostdevv/jellycommands/commit/0b359abc4ec563febf638a26a36b567e0d0072eb))
12+
313
## 1.0.0-next.34
414

515
### Patch Changes

packages/jellycommands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jellycommands",
3-
"version": "1.0.0-next.34",
3+
"version": "1.0.0-next.35",
44
"author": "GHOST",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)