Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"create-jellycommands": "0.0.0"
},
"changesets": [
"chilly-pets-speak",
"cool-trees-guess",
"famous-books-switch",
"four-panthers-tap",
"gentle-flowers-tease",
Expand All @@ -22,11 +24,16 @@
"metal-glasses-repeat",
"mighty-schools-happen",
"nasty-weeks-invent",
"ninety-pants-hug",
"old-fireants-cover",
"olive-trainers-relate",
"perfect-needles-rush",
"perfect-oranges-beg",
"pink-drinks-learn",
"rare-owls-listen",
"rotten-zebras-perform",
"sharp-shirts-think",
"silly-beers-nail",
"silly-goats-kiss",
"silver-pots-tickle",
"sixty-candles-decide",
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.5

### Patch Changes

- update dependancies ([`05f52a5`](https://github.com/ghostdevv/jellycommands/commit/05f52a5b2a9a22ddb89ffc55a9de4e81da92b03e))

## 0.0.1-next.4

### 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.4",
"version": "0.0.1-next.5",
"type": "module",
"bin": {
"create-jellycommands": "src/bin.js"
Expand Down
18 changes: 18 additions & 0 deletions packages/jellycommands/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# jellycommands

## 1.0.0-next.27

### Minor Changes

- new permissions system ([`6fba181`](https://github.com/ghostdevv/jellycommands/commit/6fba18170a5f94a66f3171493b8d6da5e367db0c))

* new dm option ([`8bfaab1`](https://github.com/ghostdevv/jellycommands/commit/8bfaab1628c4ae69471a2518532284b6e7c37587))

### Patch Changes

- internally rename util to utils ([`0ae3767`](https://github.com/ghostdevv/jellycommands/commit/0ae3767edd50d85673afbce59f4f54881b26ab34))

* improve internal requester types ([`42c04ae`](https://github.com/ghostdevv/jellycommands/commit/42c04ae3e10f379bbb30a50ac3c3bb83365e5775))

- refactor internals to improve ([`18f0393`](https://github.com/ghostdevv/jellycommands/commit/18f03931023241177b1e7290dce3af7892632db1))

* switch to api v10 ([`f570a09`](https://github.com/ghostdevv/jellycommands/commit/f570a09fd348f79fca11c43004884b955ce279b4))

## 1.0.0-next.26

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