Skip to content

Commit

Permalink
v1.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
vipzhicheng committed Mar 2, 2024
1 parent a262919 commit bf21d4c
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 10 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.17",
"version": "1.6.18",
"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.17",
"version": "1.6.18",
"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.17",
"version": "1.6.18",
"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.17",
"version": "1.6.18",
"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.17",
"version": "1.6.18",
"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.17",
"version": "1.6.18",
"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.17",
"version": "1.6.18",
"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.17",
"version": "1.6.18",
"description": "A semo plugin to provide a quick shell.",
"keywords": [
"cli",
Expand Down
13 changes: 11 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf21d4c

Please sign in to comment.