Skip to content

Commit 55f203d

Browse files
authored
Merge pull request #126 from ghostdevv/changeset-release/main
2 parents 653b59e + 379f131 commit 55f203d

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"healthy-dingos-push",
1919
"hip-lions-vanish",
2020
"hungry-olives-allow",
21+
"khaki-roses-sin",
2122
"light-boats-guess",
2223
"long-squids-run",
2324
"loud-lemons-shave",
@@ -43,6 +44,7 @@
4344
"small-knives-exercise",
4445
"soft-crabs-swim",
4546
"spicy-waves-compare",
47+
"stupid-candles-share",
4648
"sweet-dolls-beg",
4749
"tall-cups-shake",
4850
"unlucky-snails-suffer",

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.7
4+
5+
### Patch Changes
6+
7+
- update template dependancies ([`653b59e`](https://github.com/ghostdevv/jellycommands/commit/653b59eb7c708968e4aac1f51ae1291a7ecf56fb))
8+
39
## 0.0.1-next.6
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.6",
4+
"version": "0.0.1-next.7",
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.30
4+
5+
### Minor Changes
6+
7+
- command name and description localisations ([`fd45708`](https://github.com/ghostdevv/jellycommands/commit/fd45708cff29705cb94ae2b2d8c342447bb6e658))
8+
39
## 1.0.0-next.29
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.29",
3+
"version": "1.0.0-next.30",
44
"author": "GHOST",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)