Skip to content

Commit 5b297a9

Browse files
committed
chore: release v1.0.3
1 parent 61b3c1a commit 5b297a9

File tree

14 files changed

+32
-75
lines changed

14 files changed

+32
-75
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": "1.0.2",
4+
"version": "1.0.3",
55
"packageManager": "pnpm@10.24.0",
66
"type": "module",
77
"scripts": {

packages/advanced-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerc/advanced-types",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Ray <i@mk1.io> (https://github.com/so1ve)",
55
"type": "module",
66
"description": "Clerc advanced types",

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": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Ray <i@mk1.io> (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": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Ray <i@mk1.io> (https://github.com/so1ve)",
55
"type": "module",
66
"description": "Clerc core",

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerc/parser",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Ray <i@mk1.io> (https://github.com/so1ve)",
55
"type": "module",
66
"description": "Clerc parser",

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": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Ray <i@mk1.io> (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": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Ray <i@mk1.io> (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": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Ray <i@mk1.io> (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": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Ray <i@mk1.io> (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": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Ray <i@mk1.io> (https://github.com/so1ve)",
55
"type": "module",
66
"description": "Clerc plugin strict flags",

0 commit comments

Comments
 (0)