Skip to content

Commit 8a0917b

Browse files
authored
Merge pull request #114 from ghostdevv/changeset-release/main
Version Packages (next)
2 parents 6a33bc4 + 582fec9 commit 8a0917b

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"create-jellycommands": "0.0.0"
88
},
99
"changesets": [
10+
"famous-books-switch",
1011
"four-panthers-tap",
1112
"gentle-flowers-tease",
1213
"great-horses-heal",

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.4
4+
5+
### Patch Changes
6+
7+
- update dependancies ([`6a33bc4`](https://github.com/ghostdevv/jellycommands/commit/6a33bc452f67162171589f9642ccde3a55c4b368))
8+
39
## 0.0.1-next.3
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.3",
4+
"version": "0.0.1-next.4",
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.26
4+
5+
### Patch Changes
6+
7+
- update dependancies ([`6a33bc4`](https://github.com/ghostdevv/jellycommands/commit/6a33bc452f67162171589f9642ccde3a55c4b368))
8+
39
## 1.0.0-next.25
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.25",
3+
"version": "1.0.0-next.26",
44
"author": "GHOST",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)