Skip to content

Commit dfd71ee

Browse files
authored
Merge pull request #125 from ghostdevv/changeset-release/main
2 parents 165aa38 + fdb16d6 commit dfd71ee

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"create-jellycommands": "0.0.0"
88
},
99
"changesets": [
10+
"angry-radios-teach",
1011
"chilly-pets-speak",
1112
"cool-trees-guess",
1213
"famous-books-switch",
@@ -21,6 +22,7 @@
2122
"long-squids-run",
2223
"loud-lemons-shave",
2324
"mean-pandas-develop",
25+
"mean-turkeys-thank",
2426
"metal-glasses-repeat",
2527
"mighty-schools-happen",
2628
"nasty-weeks-invent",
@@ -44,6 +46,7 @@
4446
"sweet-dolls-beg",
4547
"tall-cups-shake",
4648
"unlucky-snails-suffer",
49+
"wet-sheep-act",
4750
"yellow-snakes-thank"
4851
]
4952
}

packages/create-jellycommands/CHANGELOG.md

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

3+
## 0.0.1-next.6
4+
5+
### Patch Changes
6+
7+
- add comments and switch to global dev mode ([`165aa38`](https://github.com/ghostdevv/jellycommands/commit/165aa389a923726534e36cba5c4d76092521b4dc))
8+
9+
* remove GUILD_MEMBERS intent ([`1844a28`](https://github.com/ghostdevv/jellycommands/commit/1844a280a09d2f2711b1addbdd6347439402fc00))
10+
311
## 0.0.1-next.5
412

513
### 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 init jellycommands",
4-
"version": "0.0.1-next.5",
4+
"version": "0.0.1-next.6",
55
"type": "module",
66
"bin": {
77
"create-jellycommands": "src/bin.js"

packages/jellycommands/CHANGELOG.md

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

3+
## 1.0.0-next.29
4+
5+
### Patch Changes
6+
7+
- fix command id resolution process ([`07e29b5`](https://github.com/ghostdevv/jellycommands/commit/07e29b5d63240ebf2dd5d6b7c41c8175e1f9b0fb))
8+
39
## 1.0.0-next.28
410

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

0 commit comments

Comments
 (0)