Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
molisani committed Oct 22, 2024
1 parent ef532f6 commit 3e5f334
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.0.1 (2024-10-22)


### 🩹 Fixes

- update auto-complete template to output completions ([a79e59f](https://github.com/bloomberg/stricli/commit/a79e59f))
- export constituent types of TypedCommandParameters individually ([09dfb8d](https://github.com/bloomberg/stricli/commit/09dfb8d))
- allow flags to parse arrays without variadic modifier ([ecc9099](https://github.com/bloomberg/stricli/commit/ecc9099))

### ❤️ Thank You

- Michael Molisani

# 1.0.0 (2024-10-01)


Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/auto-complete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stricli/auto-complete",
"version": "1.0.0",
"version": "1.0.1",
"description": "Common utilities for enhancing Stricli applications with autocomplete",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -52,6 +52,6 @@
"typescript": "5.6.x"
},
"dependencies": {
"@stricli/core": "^1.0.0"
"@stricli/core": "^1.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stricli/core",
"version": "1.0.0",
"version": "1.0.1",
"description": "Build complex CLIs with type safety and no dependencies",
"license": "Apache-2.0",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stricli/create-app",
"version": "1.0.0",
"version": "1.0.1",
"description": "Generate a new Stricli application",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -56,8 +56,8 @@
"minify": true
},
"dependencies": {
"@stricli/auto-complete": "^1.0.0",
"@stricli/core": "^1.0.0"
"@stricli/auto-complete": "^1.0.1",
"@stricli/core": "^1.0.1"
},
"devDependencies": {
"@types/chai": "^4.3.16",
Expand Down

0 comments on commit 3e5f334

Please sign in to comment.