Skip to content

Commit

Permalink
chore: release v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed May 11, 2023
1 parent 658307d commit 735cdc3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breadc/monorepo",
"version": "0.9.3",
"version": "0.9.4",
"private": true,
"scripts": {
"build": "turbo run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/breadc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "breadc",
"version": "0.9.3",
"version": "0.9.4",
"description": "Yet another Command Line Application Framework with fully strong TypeScript support",
"keywords": [
"breadc",
Expand Down
4 changes: 2 additions & 2 deletions packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breadc/color",
"version": "0.9.3",
"version": "0.9.4",
"description": "Terminal color for Breadc",
"keywords": [
"breadc",
Expand Down Expand Up @@ -45,4 +45,4 @@
"@types/node": "^18.16.7",
"vitest": "^0.31.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/complete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breadc/complete",
"version": "0.9.3",
"version": "0.9.4",
"description": "Autocompletion generation support for Breadc",
"keywords": [
"breadc",
Expand Down
4 changes: 2 additions & 2 deletions packages/death/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breadc/death",
"version": "0.9.3",
"version": "0.9.4",
"description": "Easily register termination signals callbacks.",
"keywords": [
"breadc",
Expand Down Expand Up @@ -47,4 +47,4 @@
"@types/node": "^18.16.7",
"vitest": "^0.31.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/progress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breadc/progress",
"version": "0.9.3",
"version": "0.9.4",
"description": "CLI progress bar for Breadc",
"keywords": [
"breadc",
Expand Down
2 changes: 1 addition & 1 deletion packages/spinner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breadc/spinner",
"version": "0.9.3",
"version": "0.9.4",
"description": "CLI spinner bar for Breadc",
"keywords": [
"breadc",
Expand Down

0 comments on commit 735cdc3

Please sign in to comment.