Skip to content

Commit 00c5b63

Browse files
Version Packages (next)
1 parent 45dab7f commit 00c5b63

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed

.changeset/pre.json

+2
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

+6
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

+1-1
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

+8
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

+1-1
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)