Skip to content

Commit ebfa077

Browse files
authored
Merge pull request #109 from ghostdevv/changeset-release/main
Version Packages (next)
2 parents 4d83651 + b365ef4 commit ebfa077

File tree

5 files changed

+22
-3
lines changed

5 files changed

+22
-3
lines changed

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"tag": "next",
44
"initialVersions": {
55
"jellycommands": "1.0.0-next.14",
6-
"dev": "0.0.0"
6+
"dev": "0.0.0",
7+
"create-jellycommands": "0.0.0"
78
},
89
"changesets": [
910
"four-panthers-tap",
@@ -14,7 +15,10 @@
1415
"light-boats-guess",
1516
"long-squids-run",
1617
"mean-pandas-develop",
18+
"metal-glasses-repeat",
19+
"mighty-schools-happen",
1720
"perfect-needles-rush",
21+
"perfect-oranges-beg",
1822
"rotten-zebras-perform",
1923
"sharp-shirts-think",
2024
"silly-goats-kiss",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# create-jellycommands
2+
3+
## 0.0.1-next.0
4+
5+
### Patch Changes
6+
7+
- New create jellycommands ([`2a5e6aa`](https://github.com/ghostdevv/jellycommands/commit/2a5e6aa7ee3da6c658f964fc9951f5795a009534))

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.0",
4+
"version": "0.0.1-next.0",
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.23
4+
5+
### Patch Changes
6+
7+
- temporary disable permissions ([`4d83651`](https://github.com/ghostdevv/jellycommands/commit/4d83651cbe29439adc1a7eda9ae2b0309daa8164))
8+
9+
* improved API error format ([`06fde80`](https://github.com/ghostdevv/jellycommands/commit/06fde805aa076b8db06c2eb2a1641a24244ca00d))
10+
311
## 1.0.0-next.22
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.22",
3+
"version": "1.0.0-next.23",
44
"author": "GHOST",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)