Skip to content

Commit b5f54db

Browse files
authored
Merge pull request #154 from ghostdevv/changeset-release/main
2 parents 45dab7f + 00c5b63 commit b5f54db

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
@@ -9,8 +9,10 @@
99
"changesets": [
1010
"angry-ladybugs-study",
1111
"angry-radios-teach",
12+
"chatty-insects-whisper",
1213
"chilly-pets-speak",
1314
"cool-boats-kick",
15+
"cool-mugs-knock",
1416
"cool-trees-guess",
1517
"curvy-chefs-listen",
1618
"cyan-trainers-whisper",

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.1.0-next.13
4+
5+
### Patch Changes
6+
7+
- update dependancies ([`45dab7f`](https://github.com/ghostdevv/jellycommands/commit/45dab7fd09388390270460d2c42556a58cfe7f6e))
8+
39
## 0.1.0-next.12
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.1.0-next.12",
4+
"version": "0.1.0-next.13",
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.39
4+
5+
### Patch Changes
6+
7+
- update dependancies ([`45dab7f`](https://github.com/ghostdevv/jellycommands/commit/45dab7fd09388390270460d2c42556a58cfe7f6e))
8+
9+
- change `nameLocalizations` & `descriptionLocalizations` to a partial type ([#153](https://github.com/ghostdevv/jellycommands/pull/153))
10+
311
## 1.0.0-next.38
412

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

0 commit comments

Comments
 (0)