Skip to content

Commit 9dcc265

Browse files
authored
Merge pull request #128 from ghostdevv/changeset-release/main
2 parents c5ff15d + f6b17ef commit 9dcc265

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"angry-radios-teach",
1111
"chilly-pets-speak",
1212
"cool-trees-guess",
13+
"cyan-trainers-whisper",
14+
"early-cherries-poke",
1315
"famous-books-switch",
1416
"four-panthers-tap",
1517
"gentle-flowers-tease",

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.8
4+
5+
### Patch Changes
6+
7+
- update readme's ([`159086c`](https://github.com/ghostdevv/jellycommands/commit/159086c4725c99d6c47eab975c92227e7454ff0a))
8+
39
## 0.0.1-next.7
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.7",
4+
"version": "0.0.1-next.8",
55
"type": "module",
66
"bin": {
77
"create-jellycommands": "src/bin.js"

packages/jellycommands/CHANGELOG.md

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

3+
## 1.0.0-next.31
4+
5+
### Patch Changes
6+
7+
- fix event.run types ([`c5ff15d`](https://github.com/ghostdevv/jellycommands/commit/c5ff15db88dc740ff2d9368523045eaec4e729c4))
8+
9+
* update readme's ([`159086c`](https://github.com/ghostdevv/jellycommands/commit/159086c4725c99d6c47eab975c92227e7454ff0a))
10+
311
## 1.0.0-next.30
412

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

0 commit comments

Comments
 (0)