Skip to content

Commit

Permalink
v1.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
vipzhicheng committed May 6, 2024
1 parent fb47844 commit 488e187
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/*"],
"version": "1.6.18",
"version": "1.6.19",
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semo/cli",
"version": "1.6.18",
"version": "1.6.19",
"description": "A command line tools dispatcher ",
"keywords": [
"cli",
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": "@semo/core",
"version": "1.6.18",
"version": "1.6.19",
"description": "The core of Semo",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/semo-plugin-application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semo-plugin-application",
"version": "1.6.18",
"version": "1.6.19",
"description": "A semo plugin to provide project commands convension.",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/semo-plugin-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semo-plugin-hook",
"version": "1.6.18",
"version": "1.6.19",
"description": "A semo plugin to provide hook management.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/semo-plugin-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semo-plugin-plugin",
"version": "1.6.18",
"version": "1.6.19",
"description": "A semo plugin to provide plugin management.",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/semo-plugin-script/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semo-plugin-script",
"version": "1.6.18",
"version": "1.6.19",
"description": "A semo plugin to provide project scripts convension.",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/semo-plugin-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semo-plugin-shell",
"version": "1.6.18",
"version": "1.6.19",
"description": "A semo plugin to provide a quick shell.",
"keywords": [
"cli",
Expand Down

0 comments on commit 488e187

Please sign in to comment.