Skip to content

Commit

Permalink
chore: release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed Nov 26, 2022
1 parent ade4b3c commit 0cca6e3
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,7 +1,7 @@
{
"name": "clerc-monorepo",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"packageManager": "[email protected]",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/clerc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clerc",
"version": "0.4.0",
"version": "0.5.0",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"description": "Clerc is a simple and easy-to-use cli framework.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-completions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerc/plugin-completions",
"version": "0.4.0",
"version": "0.5.0",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"description": "Clerc plugin completions",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-help/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerc/plugin-help",
"version": "0.4.0",
"version": "0.5.0",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"description": "Clerc plugin help",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-not-found/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerc/plugin-not-found",
"version": "0.4.0",
"version": "0.5.0",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"description": "Clerc plugin not found (did you mean)",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerc/utils",
"version": "0.4.0",
"version": "0.5.0",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"description": "Clerc utils",
"keywords": [
Expand Down

0 comments on commit 0cca6e3

Please sign in to comment.