Skip to content

Commit

Permalink
chore: release v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Oct 18, 2023
1 parent c27a2d5 commit 0976ac1
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breadc/monorepo",
"version": "0.9.7-beta.0",
"version": "0.9.7",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -31,4 +31,4 @@
"vitest": "0.34.6"
},
"packageManager": "pnpm@8.9.2"
}
}
4 changes: 2 additions & 2 deletions packages/breadc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "breadc",
"version": "0.9.7-beta.0",
"version": "0.9.7",
"description": "Yet another Command Line Application Framework with fully strong TypeScript support",
"keywords": [
"breadc",
Expand Down Expand Up @@ -63,4 +63,4 @@
"path": "./dist/index.cjs"
}
]
}
}
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.7-beta.0",
"version": "0.9.7",
"description": "Terminal color for Breadc",
"keywords": [
"breadc",
Expand Down Expand Up @@ -45,4 +45,4 @@
"@types/node": "^20.8.7",
"vitest": "^0.34.6"
}
}
}
4 changes: 2 additions & 2 deletions packages/complete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breadc/complete",
"version": "0.9.7-beta.0",
"version": "0.9.7",
"description": "Autocompletion generation support for Breadc",
"keywords": [
"breadc",
Expand Down Expand Up @@ -56,4 +56,4 @@
"@breadc/color": "workspace:*",
"breadc": "workspace:*"
}
}
}
2 changes: 1 addition & 1 deletion packages/death/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breadc/death",
"version": "0.9.7-beta.0",
"version": "0.9.7",
"description": "Easily register termination signals callbacks.",
"keywords": [
"breadc",
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breadc/logger",
"version": "0.9.7-beta.0",
"version": "0.9.7",
"description": "CLI logger for Breadc",
"keywords": [
"breadc",
Expand Down Expand Up @@ -49,4 +49,4 @@
"@types/node": "^20.8.7",
"vitest": "0.34.6"
}
}
}
4 changes: 2 additions & 2 deletions packages/progress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breadc/progress",
"version": "0.9.7-beta.0",
"version": "0.9.7",
"description": "CLI progress bar for Breadc",
"keywords": [
"breadc",
Expand Down Expand Up @@ -48,4 +48,4 @@
"@types/node": "^20.8.7",
"vitest": "0.34.6"
}
}
}
4 changes: 2 additions & 2 deletions packages/spinner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breadc/spinner",
"version": "0.9.7-beta.0",
"version": "0.9.7",
"description": "CLI spinner bar for Breadc",
"keywords": [
"breadc",
Expand Down Expand Up @@ -48,4 +48,4 @@
"@types/node": "^20.8.7",
"vitest": "0.34.6"
}
}
}

0 comments on commit 0976ac1

Please sign in to comment.