Skip to content

Commit

Permalink
chore: release v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Feb 7, 2023
1 parent 741d2e3 commit 8927f5d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.8.5",
"version": "0.8.6",
"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.8.5",
"version": "0.8.6",
"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.8.5",
"version": "0.8.6",
"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.8.5",
"version": "0.8.6",
"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.8.5",
"version": "0.8.6",
"description": "CLI progress bar for Breadc",
"keywords": [
"breadc",
Expand Down

0 comments on commit 8927f5d

Please sign in to comment.