Skip to content

Commit

Permalink
v1.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vipzhicheng committed Mar 14, 2022
1 parent fcdfdae commit 610271e
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.6.10",
"version": "1.6.11",
"npmClient": "yarn",
"npmClientArgs": [
"--pure-lockfile"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semo/cli",
"version": "1.6.10",
"version": "1.6.11",
"description": "A command line tools dispatcher ",
"keywords": [
"cli",
Expand All @@ -19,7 +19,7 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@semo/core": "^1.6.10",
"@semo/core": "^1.6.11",
"rimraf": "^3.0.2"
},
"devDependencies": {
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.10",
"version": "1.6.11",
"description": "The core of Semo",
"keywords": [
"cli",
Expand Down
4 changes: 2 additions & 2 deletions 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.10",
"version": "1.6.11",
"description": "A semo plugin to provide project commands convension.",
"keywords": [
"cli",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "exit 0"
},
"dependencies": {
"@semo/core": "^1.6.10"
"@semo/core": "^1.6.11"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions 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.10",
"version": "1.6.11",
"description": "A semo plugin to provide hook management.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"test": "exit 0"
},
"dependencies": {
"@semo/core": "^1.6.10"
"@semo/core": "^1.6.11"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions 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.10",
"version": "1.6.11",
"description": "A semo plugin to provide plugin management.",
"keywords": [
"cli",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "exit 0"
},
"dependencies": {
"@semo/core": "^1.6.10"
"@semo/core": "^1.6.11"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions 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.10",
"version": "1.6.11",
"description": "A semo plugin to provide project scripts convension.",
"keywords": [
"cli",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "exit 0"
},
"dependencies": {
"@semo/core": "^1.6.10"
"@semo/core": "^1.6.11"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions 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.10",
"version": "1.6.11",
"description": "A semo plugin to provide a quick shell.",
"keywords": [
"cli",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "exit 0"
},
"dependencies": {
"@semo/core": "^1.6.10"
"@semo/core": "^1.6.11"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 610271e

Please sign in to comment.