Skip to content

Commit 0a19f86

Browse files
committed
chore: release v0.40.0
1 parent 6a444bf commit 0a19f86

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@clerc/monorepo",
33
"private": true,
4-
"version": "0.39.0",
4+
"version": "0.40.0",
55
"packageManager": "[email protected]",
66
"author": "Ray <[email protected]> (https://github.com/so1ve)",
77
"description": "",

packages/clerc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clerc",
3-
"version": "0.39.0",
3+
"version": "0.40.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"description": "Clerc: The full-featured cli library.",
66
"keywords": [

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerc/core",
3-
"version": "0.39.0",
3+
"version": "0.40.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"description": "Clerc core",
66
"keywords": [

packages/plugin-completions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerc/plugin-completions",
3-
"version": "0.39.0",
3+
"version": "0.40.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"description": "Clerc plugin completions",
66
"keywords": [

packages/plugin-friendly-error/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerc/plugin-friendly-error",
3-
"version": "0.39.0",
3+
"version": "0.40.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"description": "Clerc plugin friendly error",
66
"keywords": [

packages/plugin-help/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerc/plugin-help",
3-
"version": "0.39.0",
3+
"version": "0.40.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"description": "Clerc plugin help",
66
"keywords": [

packages/plugin-not-found/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerc/plugin-not-found",
3-
"version": "0.39.0",
3+
"version": "0.40.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"description": "Clerc plugin not found (did you mean)",
66
"keywords": [

packages/plugin-strict-flags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerc/plugin-strict-flags",
3-
"version": "0.39.0",
3+
"version": "0.40.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"description": "Clerc plugin strict flags",
66
"keywords": [

packages/plugin-version/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerc/plugin-version",
3-
"version": "0.39.0",
3+
"version": "0.40.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"description": "Clerc plugin version",
66
"keywords": [

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerc/toolkit",
3-
"version": "0.39.0",
3+
"version": "0.40.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"description": "Clerc toolkit",
66
"keywords": [

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerc/utils",
3-
"version": "0.39.0",
3+
"version": "0.40.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"description": "Clerc utils",
66
"keywords": [

0 commit comments

Comments
 (0)