Skip to content

Commit dbf7fe5

Browse files
authored
Merge pull request #110 from ghostdevv/changeset-release/main
Version Packages (next)
2 parents e31ffdf + ad871b4 commit dbf7fe5

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
@@ -12,13 +12,16 @@
1212
"great-horses-heal",
1313
"happy-sloths-kick",
1414
"healthy-dingos-push",
15+
"hip-lions-vanish",
16+
"hungry-olives-allow",
1517
"light-boats-guess",
1618
"long-squids-run",
1719
"mean-pandas-develop",
1820
"metal-glasses-repeat",
1921
"mighty-schools-happen",
2022
"perfect-needles-rush",
2123
"perfect-oranges-beg",
24+
"rare-owls-listen",
2225
"rotten-zebras-perform",
2326
"sharp-shirts-think",
2427
"silly-goats-kiss",

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.1
4+
5+
### Patch Changes
6+
7+
- update template deps ([`8cef81f`](https://github.com/ghostdevv/jellycommands/commit/8cef81ff7237830529b2e5a1009e857e705e5b3c))
8+
9+
* add a gitignore ([`770683a`](https://github.com/ghostdevv/jellycommands/commit/770683ac1f9a0aa5602360f1e61e8886976b612e))
10+
311
## 0.0.1-next.0
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.0",
4+
"version": "0.0.1-next.1",
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.24
4+
5+
### Patch Changes
6+
7+
- update deps ([`cd0dc14`](https://github.com/ghostdevv/jellycommands/commit/cd0dc14bce824c2cae901b3a1f0b265eb9846428))
8+
39
## 1.0.0-next.23
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.23",
3+
"version": "1.0.0-next.24",
44
"author": "GHOST",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)