Skip to content

Commit

Permalink
chore: release v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed Dec 27, 2022
1 parent fc00964 commit 41a9d1e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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.14.1",
"version": "0.14.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.14.1",
"version": "0.14.2",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"description": "Clerc: The full-featured cli framework.",
"keywords": [
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.14.1",
"version": "0.14.2",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"description": "Clerc core",
"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.14.1",
"version": "0.14.2",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"description": "Clerc plugin completions",
"keywords": [
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.14.1",
"version": "0.14.2",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"description": "Clerc plugin friendly error",
"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.14.1",
"version": "0.14.2",
"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.14.1",
"version": "0.14.2",
"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/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.14.1",
"version": "0.14.2",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"description": "Clerc plugin strict flags",
"keywords": [
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.14.1",
"version": "0.14.2",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"description": "Clerc plugin version",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerc/toolkit",
"version": "0.14.1",
"version": "0.14.2",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"description": "Clerc toolkit",
"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.14.1",
"version": "0.14.2",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"description": "Clerc utils",
"keywords": [
Expand Down

0 comments on commit 41a9d1e

Please sign in to comment.