Skip to content

Commit

Permalink
chore: release v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Apr 18, 2023
1 parent e0eab22 commit 499e6b5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.1",
"version": "0.9.2",
"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.1",
"version": "0.9.2",
"description": "Yet another Command Line Application Framework with fully strong TypeScript support",
"keywords": [
"breadc",
Expand Down
2 changes: 1 addition & 1 deletion packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breadc/color",
"version": "0.9.1",
"version": "0.9.2",
"description": "Terminal color for Breadc",
"keywords": [
"breadc",
Expand Down
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.1",
"version": "0.9.2",
"description": "Autocompletion generation support for Breadc",
"keywords": [
"breadc",
Expand Down
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.1",
"version": "0.9.2",
"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.1",
"version": "0.9.2",
"description": "CLI spinner bar for Breadc",
"keywords": [
"breadc",
Expand Down

0 comments on commit 499e6b5

Please sign in to comment.