diff --git a/lerna.json b/lerna.json index 5e01c4e..b4fbb3b 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "packages": [ "packages/@iwis/*" ], - "version": "1.0.3", + "version": "1.0.4", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/@iwis/cli-plugin-babel/package.json b/packages/@iwis/cli-plugin-babel/package.json index 4833bc4..b0417da 100644 --- a/packages/@iwis/cli-plugin-babel/package.json +++ b/packages/@iwis/cli-plugin-babel/package.json @@ -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": { @@ -13,4 +13,4 @@ "author": "", "license": "ISC", "gitHead": "1ef9dc3b973522a828c55b1eebf74a117e5e7bfa" -} \ No newline at end of file +} diff --git a/packages/@iwis/cli-plugin-linter/package.json b/packages/@iwis/cli-plugin-linter/package.json index 76cde50..7bd2a54 100644 --- a/packages/@iwis/cli-plugin-linter/package.json +++ b/packages/@iwis/cli-plugin-linter/package.json @@ -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": { @@ -13,4 +13,4 @@ "author": "", "license": "ISC", "gitHead": "1ef9dc3b973522a828c55b1eebf74a117e5e7bfa" -} \ No newline at end of file +} diff --git a/packages/@iwis/cli-plugin-router/package.json b/packages/@iwis/cli-plugin-router/package.json index aa2a9ef..397d55a 100644 --- a/packages/@iwis/cli-plugin-router/package.json +++ b/packages/@iwis/cli-plugin-router/package.json @@ -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": { @@ -13,4 +13,4 @@ "author": "", "license": "ISC", "gitHead": "1ef9dc3b973522a828c55b1eebf74a117e5e7bfa" -} \ No newline at end of file +} diff --git a/packages/@iwis/cli-plugin-vuex/package.json b/packages/@iwis/cli-plugin-vuex/package.json index d36924f..e626932 100644 --- a/packages/@iwis/cli-plugin-vuex/package.json +++ b/packages/@iwis/cli-plugin-vuex/package.json @@ -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": { @@ -13,4 +13,4 @@ "author": "", "license": "ISC", "gitHead": "1ef9dc3b973522a828c55b1eebf74a117e5e7bfa" -} \ No newline at end of file +} diff --git a/packages/@iwis/cli-service/package.json b/packages/@iwis/cli-service/package.json index d1a5148..62444ff 100644 --- a/packages/@iwis/cli-service/package.json +++ b/packages/@iwis/cli-service/package.json @@ -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" @@ -37,4 +37,4 @@ "webpack-merge": "^4.2.1", "webpackbar": "^4.0.0" } -} \ No newline at end of file +} diff --git a/packages/@iwis/cli/package.json b/packages/@iwis/cli/package.json index 8033ebf..01aa662 100644 --- a/packages/@iwis/cli/package.json +++ b/packages/@iwis/cli/package.json @@ -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": { @@ -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", @@ -38,4 +38,4 @@ "vue-codemod": "^0.0.5", "yaml-front-matter": "^4.1.1" } -} \ No newline at end of file +}