Skip to content

Commit 43fc2f6

Browse files
committed
chore: release v0.43.0
1 parent 3946b7c commit 43fc2f6

File tree

10 files changed

+11
-10
lines changed

10 files changed

+11
-10
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
"typescript": "^5.2.2",
2727
"vite": "^4.4.9",
2828
"vitest": "^0.34.4"
29-
}
29+
},
30+
"version": "0.43.0"
3031
}

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.42.2",
3+
"version": "0.43.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"type": "module",
66
"description": "Clerc: The full-featured cli library.",

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.42.2",
3+
"version": "0.43.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"type": "module",
66
"description": "Clerc core",

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.42.2",
3+
"version": "0.43.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"type": "module",
66
"description": "Clerc plugin completions",

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.42.2",
3+
"version": "0.43.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"type": "module",
66
"description": "Clerc plugin friendly error",

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.42.2",
3+
"version": "0.43.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"type": "module",
66
"description": "Clerc plugin help",

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.42.2",
3+
"version": "0.43.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"type": "module",
66
"description": "Clerc plugin not found (did you mean)",

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.42.2",
3+
"version": "0.43.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"type": "module",
66
"description": "Clerc plugin strict flags",

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.42.2",
3+
"version": "0.43.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"type": "module",
66
"description": "Clerc plugin version",

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.42.2",
3+
"version": "0.43.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"type": "module",
66
"description": "Clerc utils",

0 commit comments

Comments
 (0)