Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 24, 2024
1 parent 3278cf2 commit 1f951ff
Show file tree
Hide file tree
Showing 5 changed files with 21 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 @@ -4,7 +4,9 @@
"initialVersions": {
"jellycommands": "1.0.0-next.14",
"dev": "0.0.0",
"create-jellycommands": "0.0.0"
"create-jellycommands": "0.0.0",
"@jellycommands/docs": "0.1.0",
"@jellycommands/playground": "0.1.0"
},
"changesets": [
"angry-ladybugs-study",
Expand Down Expand Up @@ -37,7 +39,9 @@
"hip-lions-vanish",
"hungry-olives-allow",
"khaki-roses-sin",
"large-feet-applaud",
"large-spoons-move",
"lemon-eggs-grow",
"lemon-walls-sin",
"light-boats-guess",
"little-actors-march",
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.1.0-next.17

### Patch Changes

- chore: update jsdoc comments ([#228](https://github.com/ghostdevv/jellycommands/pull/228))

## 0.1.0-next.16

### Minor 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.16",
"version": "0.1.0-next.17",
"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.45

### Patch Changes

- feat: add more jsdoc comments to exports ([#217](https://github.com/ghostdevv/jellycommands/pull/217))

- chore: update jsdoc comments ([#228](https://github.com/ghostdevv/jellycommands/pull/228))

## 1.0.0-next.44

### 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.44",
"version": "1.0.0-next.45",
"author": "Willow (GHOST) <[email protected]> (https://ghostdev.xyz)",
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 1f951ff

Please sign in to comment.