Skip to content

Commit 6b49f8f

Browse files
committed
chore: release v0.42.2
1 parent cbee87c commit 6b49f8f

File tree

10 files changed

+10
-10
lines changed

10 files changed

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

0 commit comments

Comments
 (0)