Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlin88 committed Jan 5, 2022
1 parent ed270b7 commit ff0d64c
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/@iwis/*"
],
"version": "1.0.3",
"version": "1.0.4",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
4 changes: 2 additions & 2 deletions packages/@iwis/cli-plugin-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iwis/cli-plugin-babel",
"version": "1.0.3",
"version": "1.0.4",
"description": "Babel plugin for iwsi-cli.",
"main": "index.js",
"scripts": {
Expand All @@ -13,4 +13,4 @@
"author": "",
"license": "ISC",
"gitHead": "1ef9dc3b973522a828c55b1eebf74a117e5e7bfa"
}
}
4 changes: 2 additions & 2 deletions packages/@iwis/cli-plugin-linter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iwis/cli-plugin-linter",
"version": "1.0.3",
"version": "1.0.4",
"description": "Linter plugin for iwsi-cli.",
"main": "index.js",
"scripts": {
Expand All @@ -13,4 +13,4 @@
"author": "",
"license": "ISC",
"gitHead": "1ef9dc3b973522a828c55b1eebf74a117e5e7bfa"
}
}
4 changes: 2 additions & 2 deletions packages/@iwis/cli-plugin-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iwis/cli-plugin-router",
"version": "1.0.3",
"version": "1.0.4",
"description": "Router plugin for iwsi-cli.",
"main": "index.js",
"scripts": {
Expand All @@ -13,4 +13,4 @@
"author": "",
"license": "ISC",
"gitHead": "1ef9dc3b973522a828c55b1eebf74a117e5e7bfa"
}
}
4 changes: 2 additions & 2 deletions packages/@iwis/cli-plugin-vuex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iwis/cli-plugin-vuex",
"version": "1.0.3",
"version": "1.0.4",
"description": "Vuex plugin for iwsi-cli.",
"main": "index.js",
"scripts": {
Expand All @@ -13,4 +13,4 @@
"author": "",
"license": "ISC",
"gitHead": "1ef9dc3b973522a828c55b1eebf74a117e5e7bfa"
}
}
4 changes: 2 additions & 2 deletions packages/@iwis/cli-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iwis/cli-service",
"version": "1.0.3",
"version": "1.0.4",
"description": "Local service for iwis-cli projects",
"bin": {
"iwis-cli-service": "./bin/iwis-cli-service.js"
Expand Down Expand Up @@ -37,4 +37,4 @@
"webpack-merge": "^4.2.1",
"webpackbar": "^4.0.0"
}
}
}
14 changes: 7 additions & 7 deletions packages/@iwis/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iwis/cli",
"version": "1.0.3",
"version": "1.0.4",
"description": "Learning-oriented vue-cli-style project",
"main": "index.js",
"scripts": {
Expand All @@ -16,11 +16,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"@iwis/cli-plugin-babel": "^1.0.1",
"@iwis/cli-plugin-linter": "^1.0.1",
"@iwis/cli-plugin-router": "^1.0.1",
"@iwis/cli-plugin-vuex": "^1.0.1",
"@iwis/cli-service": "^1.0.2",
"@iwis/cli-plugin-babel": "^1.0.4",
"@iwis/cli-plugin-linter": "^1.0.4",
"@iwis/cli-plugin-router": "^1.0.4",
"@iwis/cli-plugin-vuex": "^1.0.4",
"@iwis/cli-service": "^1.0.4",
"chalk": "^4.1.2",
"commander": "^8.3.0",
"deepmerge": "^4.2.2",
Expand All @@ -38,4 +38,4 @@
"vue-codemod": "^0.0.5",
"yaml-front-matter": "^4.1.1"
}
}
}

0 comments on commit ff0d64c

Please sign in to comment.