Skip to content

Commit

Permalink
Merge pull request #157 from ghostdevv/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv authored Feb 24, 2023
2 parents 24dc26c + 26f71da commit da4e40d
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"angry-ladybugs-study",
"angry-radios-teach",
"chatty-insects-whisper",
"chilled-avocados-speak",
"chilly-pets-speak",
"cool-boats-kick",
"cool-mugs-knock",
Expand All @@ -20,6 +21,7 @@
"early-cherries-poke",
"eighty-poets-laugh",
"famous-books-switch",
"forty-jeans-speak",
"four-panthers-tap",
"gentle-flowers-tease",
"great-horses-heal",
Expand All @@ -29,6 +31,7 @@
"hungry-olives-allow",
"khaki-roses-sin",
"large-spoons-move",
"lemon-walls-sin",
"light-boats-guess",
"long-squids-run",
"loud-lemons-shave",
Expand All @@ -45,11 +48,14 @@
"olive-kiwis-exist",
"olive-trainers-relate",
"orange-ads-wave",
"orange-spiders-rescue",
"perfect-guests-eat",
"perfect-needles-rush",
"perfect-oranges-beg",
"pink-drinks-learn",
"popular-laws-walk",
"rare-owls-listen",
"rich-bugs-tickle",
"rotten-zebras-perform",
"rude-melons-whisper",
"sharp-shirts-think",
Expand All @@ -69,6 +75,8 @@
"violet-ways-reply",
"wet-sheep-act",
"wild-horses-lie",
"wise-needles-look",
"witty-geese-deliver",
"yellow-snakes-thank"
]
}
12 changes: 12 additions & 0 deletions packages/create-jellycommands/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# create-jellycommands

## 0.1.0-next.14

### Patch Changes

- update styles of create-jellycommands ([#156](https://github.com/ghostdevv/jellycommands/pull/156))

- add src/app.d.ts ([#155](https://github.com/ghostdevv/jellycommands/pull/155))

- update the jsconfig.json and tsconfig.json ([`dc96114`](https://github.com/ghostdevv/jellycommands/commit/dc961145241448e186a632eb254540b6ca044884))

- update non-major dependancies ([#162](https://github.com/ghostdevv/jellycommands/pull/162))

## 0.1.0-next.13

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

## 1.0.0-next.40

### Patch Changes

- add errors to props.get, props.set, props.has to aid in migration ([#159](https://github.com/ghostdevv/jellycommands/pull/159))

- (breaking) update props api to be typesafe and easier to use ([#155](https://github.com/ghostdevv/jellycommands/pull/155))

- add a guard to catch no guild id when dev mode enabled ([#165](https://github.com/ghostdevv/jellycommands/pull/165))

- change command/event file resolution logic ([#161](https://github.com/ghostdevv/jellycommands/pull/161))

- update non-major dependancies ([#162](https://github.com/ghostdevv/jellycommands/pull/162))

## 1.0.0-next.39

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

0 comments on commit da4e40d

Please sign in to comment.