Skip to content

Commit

Permalink
chore: release v0.42.2
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed Aug 10, 2023
1 parent cbee87c commit 6b49f8f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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.42.1",
"version": "0.42.2",
"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.42.1",
"version": "0.42.2",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"type": "module",
"description": "Clerc: The full-featured cli library.",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerc/core",
"version": "0.42.1",
"version": "0.42.2",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"type": "module",
"description": "Clerc core",
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.42.1",
"version": "0.42.2",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"type": "module",
"description": "Clerc plugin completions",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-friendly-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerc/plugin-friendly-error",
"version": "0.42.1",
"version": "0.42.2",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"type": "module",
"description": "Clerc plugin friendly error",
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.42.1",
"version": "0.42.2",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"type": "module",
"description": "Clerc plugin help",
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.42.1",
"version": "0.42.2",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"type": "module",
"description": "Clerc plugin not found (did you mean)",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-strict-flags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerc/plugin-strict-flags",
"version": "0.42.1",
"version": "0.42.2",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"type": "module",
"description": "Clerc plugin strict flags",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-version/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerc/plugin-version",
"version": "0.42.1",
"version": "0.42.2",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"type": "module",
"description": "Clerc plugin version",
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.42.1",
"version": "0.42.2",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"type": "module",
"description": "Clerc utils",
Expand Down

0 comments on commit 6b49f8f

Please sign in to comment.