Skip to content

Commit d837090

Browse files
authored
Merge pull request #116 from ghostdevv/changeset-release/main
2 parents 269b267 + e1084a6 commit d837090

File tree

5 files changed

+33
-2
lines changed

5 files changed

+33
-2
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"create-jellycommands": "0.0.0"
88
},
99
"changesets": [
10+
"chilly-pets-speak",
11+
"cool-trees-guess",
1012
"famous-books-switch",
1113
"four-panthers-tap",
1214
"gentle-flowers-tease",
@@ -22,11 +24,16 @@
2224
"metal-glasses-repeat",
2325
"mighty-schools-happen",
2426
"nasty-weeks-invent",
27+
"ninety-pants-hug",
28+
"old-fireants-cover",
29+
"olive-trainers-relate",
2530
"perfect-needles-rush",
2631
"perfect-oranges-beg",
32+
"pink-drinks-learn",
2733
"rare-owls-listen",
2834
"rotten-zebras-perform",
2935
"sharp-shirts-think",
36+
"silly-beers-nail",
3037
"silly-goats-kiss",
3138
"silver-pots-tickle",
3239
"sixty-candles-decide",

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.0.1-next.5
4+
5+
### Patch Changes
6+
7+
- update dependancies ([`05f52a5`](https://github.com/ghostdevv/jellycommands/commit/05f52a5b2a9a22ddb89ffc55a9de4e81da92b03e))
8+
39
## 0.0.1-next.4
410

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

packages/jellycommands/CHANGELOG.md

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

3+
## 1.0.0-next.27
4+
5+
### Minor Changes
6+
7+
- new permissions system ([`6fba181`](https://github.com/ghostdevv/jellycommands/commit/6fba18170a5f94a66f3171493b8d6da5e367db0c))
8+
9+
* new dm option ([`8bfaab1`](https://github.com/ghostdevv/jellycommands/commit/8bfaab1628c4ae69471a2518532284b6e7c37587))
10+
11+
### Patch Changes
12+
13+
- internally rename util to utils ([`0ae3767`](https://github.com/ghostdevv/jellycommands/commit/0ae3767edd50d85673afbce59f4f54881b26ab34))
14+
15+
* improve internal requester types ([`42c04ae`](https://github.com/ghostdevv/jellycommands/commit/42c04ae3e10f379bbb30a50ac3c3bb83365e5775))
16+
17+
- refactor internals to improve ([`18f0393`](https://github.com/ghostdevv/jellycommands/commit/18f03931023241177b1e7290dce3af7892632db1))
18+
19+
* switch to api v10 ([`f570a09`](https://github.com/ghostdevv/jellycommands/commit/f570a09fd348f79fca11c43004884b955ce279b4))
20+
321
## 1.0.0-next.26
422

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

0 commit comments

Comments
 (0)