Skip to content

Commit

Permalink
Merge pull request #109 from ghostdevv/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (next)
  • Loading branch information
ghostdevv authored May 13, 2022
2 parents 4d83651 + b365ef4 commit ebfa077
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"tag": "next",
"initialVersions": {
"jellycommands": "1.0.0-next.14",
"dev": "0.0.0"
"dev": "0.0.0",
"create-jellycommands": "0.0.0"
},
"changesets": [
"four-panthers-tap",
Expand All @@ -14,7 +15,10 @@
"light-boats-guess",
"long-squids-run",
"mean-pandas-develop",
"metal-glasses-repeat",
"mighty-schools-happen",
"perfect-needles-rush",
"perfect-oranges-beg",
"rotten-zebras-perform",
"sharp-shirts-think",
"silly-goats-kiss",
Expand Down
7 changes: 7 additions & 0 deletions packages/create-jellycommands/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# create-jellycommands

## 0.0.1-next.0

### Patch Changes

- New create jellycommands ([`2a5e6aa`](https://github.com/ghostdevv/jellycommands/commit/2a5e6aa7ee3da6c658f964fc9951f5795a009534))
2 changes: 1 addition & 1 deletion packages/create-jellycommands/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-jellycommands",
"description": "Get started quickly with jellycommands by running npm init jellycommands",
"version": "0.0.0",
"version": "0.0.1-next.0",
"type": "module",
"bin": {
"create-jellycommands": "src/bin.js"
Expand Down
8 changes: 8 additions & 0 deletions packages/jellycommands/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# jellycommands

## 1.0.0-next.23

### Patch Changes

- temporary disable permissions ([`4d83651`](https://github.com/ghostdevv/jellycommands/commit/4d83651cbe29439adc1a7eda9ae2b0309daa8164))

* improved API error format ([`06fde80`](https://github.com/ghostdevv/jellycommands/commit/06fde805aa076b8db06c2eb2a1641a24244ca00d))

## 1.0.0-next.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jellycommands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jellycommands",
"version": "1.0.0-next.22",
"version": "1.0.0-next.23",
"author": "GHOST",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit ebfa077

Please sign in to comment.