Skip to content

Commit

Permalink
chore: version packages (#11)
Browse files Browse the repository at this point in the history
* chore: version packages

* Update packages/clide-plugin-command-menu/package.json

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ryan Goree <goree.ryan@gmail.com>
  • Loading branch information
3 people authored Apr 22, 2024
1 parent 739c94a commit 5942944
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-hounds-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-berries-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-dryers-suffer.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/clide-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# clide-js

## 0.1.5

### Patch Changes

- ae0a2a8: Removed the unimplemented option config param `prompt`. Implemented the previously unimplemented option config param `nargs`.
- ae0a2a8: Implemented strong types for the `fork` method's `optionValues` field.

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clide-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clide-js",
"version": "0.1.4",
"version": "0.1.5",
"description": "A framework for building flexible and extensible CLIs",
"license": "MIT",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/clide-plugin-command-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# clide-plugin-command-menu

## 0.0.8

### Patch Changes

- ae0a2a8: Bump all deps, add clide-js version
- Updated dependencies [ae0a2a8]
- Updated dependencies [ae0a2a8]
- clide-js@0.1.5
4 changes: 2 additions & 2 deletions packages/clide-plugin-command-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clide-plugin-command-menu",
"version": "0.0.7",
"version": "0.0.8",
"description": "A plugin for Clide-JS CLIs to auto-prompt the user for missing required subcommands.",
"license": "MIT",
"type": "module",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/node": "^20.12.7",
"clide-js": "^0.1.4",
"clide-js": "^0.1.5",
"ts-node": "^10.9.2",
"tsconfig": "*",
"tsup": "^8.0.2",
Expand Down

0 comments on commit 5942944

Please sign in to comment.