Skip to content

Commit

Permalink
chore: version packages (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 17, 2024
1 parent 024b92b commit 4f39cb6
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/shaggy-mugs-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-chairs-happen.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.2.3

### Patch Changes

- 5b3a7ef: Bumped deps
- 8fa42e2: Changed the default bahavior of `autocomplete` and `autocompleteMultiselect` prompt options to include the current input as one of the choices.

## 0.2.2

### 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.2.2",
"version": "0.2.3",
"description": "A framework for building flexible and extensible CLIs",
"license": "MIT",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/clide-plugin-command-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# clide-plugin-command-menu

## 0.1.1

### Patch Changes

- 5b3a7ef: Bumped deps
- Updated dependencies [5b3a7ef]
- Updated dependencies [8fa42e2]
- clide-js@0.2.3

## 0.1.0

### Minor Changes
Expand Down
16 changes: 11 additions & 5 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.1.0",
"version": "0.1.1",
"description": "A plugin for Clide-JS CLIs to auto-prompt the user for missing required subcommands.",
"license": "MIT",
"type": "module",
Expand All @@ -17,15 +17,15 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"clide-js": "^0.2.2"
"clide-js": "^0.2.3"
},
"dependencies": {
"cfonts": "^3.3.0",
"colors": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20.12.7",
"clide-js": "^0.2.2",
"clide-js": "^0.2.3",
"tsconfig": "*",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
Expand All @@ -44,6 +44,12 @@
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"keywords": ["clide-js", "prompt", "interactive"]
"files": [
"dist"
],
"keywords": [
"clide-js",
"prompt",
"interactive"
]
}

0 comments on commit 4f39cb6

Please sign in to comment.