Skip to content

Commit da4e40d

Browse files
authored
Merge pull request #157 from ghostdevv/changeset-release/main
2 parents 24dc26c + 26f71da commit da4e40d

File tree

5 files changed

+36
-2
lines changed

5 files changed

+36
-2
lines changed

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"angry-ladybugs-study",
1111
"angry-radios-teach",
1212
"chatty-insects-whisper",
13+
"chilled-avocados-speak",
1314
"chilly-pets-speak",
1415
"cool-boats-kick",
1516
"cool-mugs-knock",
@@ -20,6 +21,7 @@
2021
"early-cherries-poke",
2122
"eighty-poets-laugh",
2223
"famous-books-switch",
24+
"forty-jeans-speak",
2325
"four-panthers-tap",
2426
"gentle-flowers-tease",
2527
"great-horses-heal",
@@ -29,6 +31,7 @@
2931
"hungry-olives-allow",
3032
"khaki-roses-sin",
3133
"large-spoons-move",
34+
"lemon-walls-sin",
3235
"light-boats-guess",
3336
"long-squids-run",
3437
"loud-lemons-shave",
@@ -45,11 +48,14 @@
4548
"olive-kiwis-exist",
4649
"olive-trainers-relate",
4750
"orange-ads-wave",
51+
"orange-spiders-rescue",
4852
"perfect-guests-eat",
4953
"perfect-needles-rush",
5054
"perfect-oranges-beg",
5155
"pink-drinks-learn",
56+
"popular-laws-walk",
5257
"rare-owls-listen",
58+
"rich-bugs-tickle",
5359
"rotten-zebras-perform",
5460
"rude-melons-whisper",
5561
"sharp-shirts-think",
@@ -69,6 +75,8 @@
6975
"violet-ways-reply",
7076
"wet-sheep-act",
7177
"wild-horses-lie",
78+
"wise-needles-look",
79+
"witty-geese-deliver",
7280
"yellow-snakes-thank"
7381
]
7482
}

packages/create-jellycommands/CHANGELOG.md

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

3+
## 0.1.0-next.14
4+
5+
### Patch Changes
6+
7+
- update styles of create-jellycommands ([#156](https://github.com/ghostdevv/jellycommands/pull/156))
8+
9+
- add src/app.d.ts ([#155](https://github.com/ghostdevv/jellycommands/pull/155))
10+
11+
- update the jsconfig.json and tsconfig.json ([`dc96114`](https://github.com/ghostdevv/jellycommands/commit/dc961145241448e186a632eb254540b6ca044884))
12+
13+
- update non-major dependancies ([#162](https://github.com/ghostdevv/jellycommands/pull/162))
14+
315
## 0.1.0-next.13
416

517
### Patch 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 create jellycommands",
4-
"version": "0.1.0-next.13",
4+
"version": "0.1.0-next.14",
55
"type": "module",
66
"bin": {
77
"create-jellycommands": "src/bin.js"

packages/jellycommands/CHANGELOG.md

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

3+
## 1.0.0-next.40
4+
5+
### Patch Changes
6+
7+
- add errors to props.get, props.set, props.has to aid in migration ([#159](https://github.com/ghostdevv/jellycommands/pull/159))
8+
9+
- (breaking) update props api to be typesafe and easier to use ([#155](https://github.com/ghostdevv/jellycommands/pull/155))
10+
11+
- add a guard to catch no guild id when dev mode enabled ([#165](https://github.com/ghostdevv/jellycommands/pull/165))
12+
13+
- change command/event file resolution logic ([#161](https://github.com/ghostdevv/jellycommands/pull/161))
14+
15+
- update non-major dependancies ([#162](https://github.com/ghostdevv/jellycommands/pull/162))
16+
317
## 1.0.0-next.39
418

519
### 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.39",
3+
"version": "1.0.0-next.40",
44
"author": "GHOST",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)