Skip to content

Commit

Permalink
Merge pull request #128 from ghostdevv/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv authored Jul 16, 2022
2 parents c5ff15d + f6b17ef commit 9dcc265
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"angry-radios-teach",
"chilly-pets-speak",
"cool-trees-guess",
"cyan-trainers-whisper",
"early-cherries-poke",
"famous-books-switch",
"four-panthers-tap",
"gentle-flowers-tease",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-jellycommands/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-jellycommands

## 0.0.1-next.8

### Patch Changes

- update readme's ([`159086c`](https://github.com/ghostdevv/jellycommands/commit/159086c4725c99d6c47eab975c92227e7454ff0a))

## 0.0.1-next.7

### Patch Changes
Expand Down
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.1-next.7",
"version": "0.0.1-next.8",
"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.31

### Patch Changes

- fix event.run types ([`c5ff15d`](https://github.com/ghostdevv/jellycommands/commit/c5ff15db88dc740ff2d9368523045eaec4e729c4))

* update readme's ([`159086c`](https://github.com/ghostdevv/jellycommands/commit/159086c4725c99d6c47eab975c92227e7454ff0a))

## 1.0.0-next.30

### Minor 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.30",
"version": "1.0.0-next.31",
"author": "GHOST",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit 9dcc265

Please sign in to comment.