From 08ea04b669e93f0db3acb2dfa38138298edd5789 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Mon, 19 Aug 2019 20:29:58 +0800 Subject: [PATCH] chore(release): publish v1.0.0-alpha-22120190814001 --- lerna.json | 30 ++++----- packages/uni-app-plus-nvue/package.json | 20 +++--- packages/uni-app-plus/package.json | 20 +++--- packages/uni-cli-shared/package.json | 34 +++++----- packages/uni-h5/package.json | 2 +- packages/uni-mp-alipay/package.json | 20 +++--- packages/uni-mp-baidu/package.json | 20 +++--- packages/uni-mp-qq/package.json | 20 +++--- packages/uni-mp-toutiao/package.json | 20 +++--- packages/uni-mp-weixin/package.json | 20 +++--- packages/uni-template-compiler/package.json | 34 +++++----- .../vue-cli-plugin-hbuilderx/package.json | 28 ++++----- .../vue-cli-plugin-uni-optimize/package.json | 28 ++++----- packages/vue-cli-plugin-uni/package.json | 62 +++++++++---------- packages/webpack-uni-mp-loader/package.json | 26 ++++---- .../webpack-uni-pages-loader/package.json | 34 +++++----- 16 files changed, 209 insertions(+), 209 deletions(-) diff --git a/lerna.json b/lerna.json index 3264995af..b7d122508 100644 --- a/lerna.json +++ b/lerna.json @@ -1,16 +1,16 @@ -{ - "npmClient": "yarn", - "useWorkspaces": false, - "packages": [ - "packages/*" - ], - "publishConfig": { - "access": "public" - }, - "command": { - "publish": { - "message": "chore(release): publish %s" - } - }, - "version": "1.0.0-alpha-22120190814001" +{ + "npmClient": "yarn", + "useWorkspaces": false, + "packages": [ + "packages/*" + ], + "publishConfig": { + "access": "public" + }, + "command": { + "publish": { + "message": "chore(release): publish %s" + } + }, + "version": "1.0.0-alpha-22120190814001" } diff --git a/packages/uni-app-plus-nvue/package.json b/packages/uni-app-plus-nvue/package.json index 91f8ada8a..5cff0023d 100644 --- a/packages/uni-app-plus-nvue/package.json +++ b/packages/uni-app-plus-nvue/package.json @@ -1,11 +1,11 @@ -{ - "name": "@dcloudio/uni-app-plus-nvue", - "version": "0.0.1", - "description": "uni-app app-plus-nvue", - "main": "dist/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "fxy060608", - "license": "Apache-2.0" +{ + "name": "@dcloudio/uni-app-plus-nvue", + "version": "1.0.0-alpha-22120190814001", + "description": "uni-app app-plus-nvue", + "main": "dist/index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "fxy060608", + "license": "Apache-2.0" } diff --git a/packages/uni-app-plus/package.json b/packages/uni-app-plus/package.json index 4be32f029..deee00396 100644 --- a/packages/uni-app-plus/package.json +++ b/packages/uni-app-plus/package.json @@ -1,11 +1,11 @@ -{ - "name": "@dcloudio/uni-app-plus", - "version": "0.0.252", - "description": "uni-app app-plus", - "main": "dist/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "fxy060608", - "license": "Apache-2.0" +{ + "name": "@dcloudio/uni-app-plus", + "version": "1.0.0-alpha-22120190814001", + "description": "uni-app app-plus", + "main": "dist/index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "fxy060608", + "license": "Apache-2.0" } diff --git a/packages/uni-cli-shared/package.json b/packages/uni-cli-shared/package.json index 360927451..9b6c69c10 100644 --- a/packages/uni-cli-shared/package.json +++ b/packages/uni-cli-shared/package.json @@ -1,18 +1,18 @@ -{ - "name": "@dcloudio/uni-cli-shared", - "version": "0.2.986", - "description": "uni-cli-shared", - "main": "lib/index.js", - "files": [ - "lib" - ], - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "fxy060608", - "license": "Apache-2.0", - "dependencies": { - "hash-sum": "^1.0.2", - "strip-json-comments": "^2.0.1" - } +{ + "name": "@dcloudio/uni-cli-shared", + "version": "1.0.0-alpha-22120190814001", + "description": "uni-cli-shared", + "main": "lib/index.js", + "files": [ + "lib" + ], + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "fxy060608", + "license": "Apache-2.0", + "dependencies": { + "hash-sum": "^1.0.2", + "strip-json-comments": "^2.0.1" + } } diff --git a/packages/uni-h5/package.json b/packages/uni-h5/package.json index be4983f65..2c1e1dacc 100644 --- a/packages/uni-h5/package.json +++ b/packages/uni-h5/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-h5", - "version": "0.7.1", + "version": "1.0.0-alpha-22120190814001", "description": "uni-app h5", "main": "dist/index.umd.min.js", "scripts": { diff --git a/packages/uni-mp-alipay/package.json b/packages/uni-mp-alipay/package.json index c57f66e2d..b7805698e 100644 --- a/packages/uni-mp-alipay/package.json +++ b/packages/uni-mp-alipay/package.json @@ -1,11 +1,11 @@ -{ - "name": "@dcloudio/uni-mp-alipay", - "version": "0.0.826", - "description": "uni-app mp-alipay", - "main": "dist/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "fxy060608", - "license": "Apache-2.0" +{ + "name": "@dcloudio/uni-mp-alipay", + "version": "1.0.0-alpha-22120190814001", + "description": "uni-app mp-alipay", + "main": "dist/index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "fxy060608", + "license": "Apache-2.0" } diff --git a/packages/uni-mp-baidu/package.json b/packages/uni-mp-baidu/package.json index b4bb3d991..8af1305ee 100644 --- a/packages/uni-mp-baidu/package.json +++ b/packages/uni-mp-baidu/package.json @@ -1,11 +1,11 @@ -{ - "name": "@dcloudio/uni-mp-baidu", - "version": "0.0.856", - "description": "uni-app mp-baidu", - "main": "dist/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "fxy060608", - "license": "Apache-2.0" +{ + "name": "@dcloudio/uni-mp-baidu", + "version": "1.0.0-alpha-22120190814001", + "description": "uni-app mp-baidu", + "main": "dist/index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "fxy060608", + "license": "Apache-2.0" } diff --git a/packages/uni-mp-qq/package.json b/packages/uni-mp-qq/package.json index 1122d964d..da278d1c9 100644 --- a/packages/uni-mp-qq/package.json +++ b/packages/uni-mp-qq/package.json @@ -1,11 +1,11 @@ -{ - "name": "@dcloudio/uni-mp-qq", - "version": "0.0.110", - "description": "uni-app mp-qq", - "main": "dist/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "fxy060608", - "license": "Apache-2.0" +{ + "name": "@dcloudio/uni-mp-qq", + "version": "1.0.0-alpha-22120190814001", + "description": "uni-app mp-qq", + "main": "dist/index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "fxy060608", + "license": "Apache-2.0" } diff --git a/packages/uni-mp-toutiao/package.json b/packages/uni-mp-toutiao/package.json index 484c5531c..a2755c64d 100644 --- a/packages/uni-mp-toutiao/package.json +++ b/packages/uni-mp-toutiao/package.json @@ -1,11 +1,11 @@ -{ - "name": "@dcloudio/uni-mp-toutiao", - "version": "0.0.350", - "description": "uni-app mp-toutiao", - "main": "dist/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "fxy060608", - "license": "Apache-2.0" +{ + "name": "@dcloudio/uni-mp-toutiao", + "version": "1.0.0-alpha-22120190814001", + "description": "uni-app mp-toutiao", + "main": "dist/index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "fxy060608", + "license": "Apache-2.0" } diff --git a/packages/uni-mp-weixin/package.json b/packages/uni-mp-weixin/package.json index 2e878aa6e..ed9d7d07c 100644 --- a/packages/uni-mp-weixin/package.json +++ b/packages/uni-mp-weixin/package.json @@ -1,11 +1,11 @@ -{ - "name": "@dcloudio/uni-mp-weixin", - "version": "0.0.972", - "description": "uni-app mp-weixin", - "main": "dist/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "fxy060608", - "license": "Apache-2.0" +{ + "name": "@dcloudio/uni-mp-weixin", + "version": "1.0.0-alpha-22120190814001", + "description": "uni-app mp-weixin", + "main": "dist/index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "fxy060608", + "license": "Apache-2.0" } diff --git a/packages/uni-template-compiler/package.json b/packages/uni-template-compiler/package.json index 05e774669..24ed00735 100644 --- a/packages/uni-template-compiler/package.json +++ b/packages/uni-template-compiler/package.json @@ -1,21 +1,21 @@ -{ - "name": "@dcloudio/uni-template-compiler", - "version": "0.9.181", - "description": "uni-template-compiler", +{ + "name": "@dcloudio/uni-template-compiler", + "version": "1.0.0-alpha-22120190814001", + "description": "uni-template-compiler", "main": "lib/index.js", "files": [ "lib" - ], - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "fxy060608", - "license": "Apache-2.0", - "dependencies": { - "@babel/parser": "^7.3.3", - "@babel/traverse": "^7.3.3", - "@babel/types": "^7.3.3", - "vue-template-compiler": "^2.6.10" - }, - "gitHead": "a804605136db60bee33145e1463e413afb7b4c1e" + ], + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "fxy060608", + "license": "Apache-2.0", + "dependencies": { + "@babel/parser": "^7.3.3", + "@babel/traverse": "^7.3.3", + "@babel/types": "^7.3.3", + "vue-template-compiler": "^2.6.10" + }, + "gitHead": "a804605136db60bee33145e1463e413afb7b4c1e" } diff --git a/packages/vue-cli-plugin-hbuilderx/package.json b/packages/vue-cli-plugin-hbuilderx/package.json index 771674a31..9f9811461 100644 --- a/packages/vue-cli-plugin-hbuilderx/package.json +++ b/packages/vue-cli-plugin-hbuilderx/package.json @@ -1,16 +1,16 @@ -{ - "name": "@dcloudio/vue-cli-plugin-hbuilderx", - "version": "1.0.134", - "description": "HBuilderX plugin for vue-cli 3", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "fxy060608", - "license": "Apache-2.0", +{ + "name": "@dcloudio/vue-cli-plugin-hbuilderx", + "version": "1.0.0-alpha-22120190814001", + "description": "HBuilderX plugin for vue-cli 3", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "fxy060608", + "license": "Apache-2.0", "dependencies": { - "acorn": "^5.2.1", - "escodegen": "^1.8.1", - "css": "~2.2.1" - } + "acorn": "^5.2.1", + "css": "~2.2.1", + "escodegen": "^1.8.1" + } } diff --git a/packages/vue-cli-plugin-uni-optimize/package.json b/packages/vue-cli-plugin-uni-optimize/package.json index 44e36e99a..f692cd587 100644 --- a/packages/vue-cli-plugin-uni-optimize/package.json +++ b/packages/vue-cli-plugin-uni-optimize/package.json @@ -1,14 +1,14 @@ -{ - "name": "@dcloudio/vue-cli-plugin-uni-optimize", - "version": "0.1.8", - "description": "uni-app optimize plugin for vue-cli 3", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "fxy060608", - "license": "Apache-2.0", - "dependencies": { - "@dcloudio/uni-h5": ">=0.7.0" - } -} +{ + "name": "@dcloudio/vue-cli-plugin-uni-optimize", + "version": "1.0.0-alpha-22120190814001", + "description": "uni-app optimize plugin for vue-cli 3", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "fxy060608", + "license": "Apache-2.0", + "dependencies": { + "@dcloudio/uni-h5": "^1.0.0-alpha-22120190814001" + } +} diff --git a/packages/vue-cli-plugin-uni/package.json b/packages/vue-cli-plugin-uni/package.json index 3a5d0f35f..c514eeb2b 100644 --- a/packages/vue-cli-plugin-uni/package.json +++ b/packages/vue-cli-plugin-uni/package.json @@ -1,32 +1,32 @@ -{ - "name": "@dcloudio/vue-cli-plugin-uni", - "version": "0.9.520", - "description": "uni-app plugin for vue-cli 3", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "bin": { - "uniapp-cli": "./bin/uniapp-cli.js" - }, - "author": "fxy060608", - "license": "Apache-2.0", - "dependencies": { - "@dcloudio/uni-stat": "*", - "copy-webpack-plugin": "^4.6.0", - "cross-env": "^5.2.0", - "envinfo": "^6.0.1", - "hash-sum": "^1.0.2", - "loader-utils": "^1.1.0", - "module-alias": "^2.1.0", - "postcss": "^7.0.7", - "postcss-import": "^12.0.1", - "postcss-selector-parser": "^5.0.0", - "postcss-value-parser": "^3.3.1", - "strip-json-comments": "^2.0.1", - "update-check": "^1.5.3", - "webpack-merge": "^4.1.4", - "wrap-loader": "^0.2.0", - "xregexp": "4.0.0" - } +{ + "name": "@dcloudio/vue-cli-plugin-uni", + "version": "1.0.0-alpha-22120190814001", + "description": "uni-app plugin for vue-cli 3", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "bin": { + "uniapp-cli": "./bin/uniapp-cli.js" + }, + "author": "fxy060608", + "license": "Apache-2.0", + "dependencies": { + "@dcloudio/uni-stat": "*", + "copy-webpack-plugin": "^4.6.0", + "cross-env": "^5.2.0", + "envinfo": "^6.0.1", + "hash-sum": "^1.0.2", + "loader-utils": "^1.1.0", + "module-alias": "^2.1.0", + "postcss": "^7.0.7", + "postcss-import": "^12.0.1", + "postcss-selector-parser": "^5.0.0", + "postcss-value-parser": "^3.3.1", + "strip-json-comments": "^2.0.1", + "update-check": "^1.5.3", + "webpack-merge": "^4.1.4", + "wrap-loader": "^0.2.0", + "xregexp": "4.0.0" + } } diff --git a/packages/webpack-uni-mp-loader/package.json b/packages/webpack-uni-mp-loader/package.json index 9cc91d3d5..c89c96c49 100644 --- a/packages/webpack-uni-mp-loader/package.json +++ b/packages/webpack-uni-mp-loader/package.json @@ -1,14 +1,14 @@ -{ - "name": "@dcloudio/webpack-uni-mp-loader", - "version": "0.3.643", - "description": "webpack-uni-mp-loader", +{ + "name": "@dcloudio/webpack-uni-mp-loader", + "version": "1.0.0-alpha-22120190814001", + "description": "webpack-uni-mp-loader", "main": "index.js", - "files": [ - "lib" - ], - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "fxy060608", - "license": "Apache-2.0" -} + "files": [ + "lib" + ], + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "fxy060608", + "license": "Apache-2.0" +} diff --git a/packages/webpack-uni-pages-loader/package.json b/packages/webpack-uni-pages-loader/package.json index 1972f1c17..caf39e36b 100644 --- a/packages/webpack-uni-pages-loader/package.json +++ b/packages/webpack-uni-pages-loader/package.json @@ -1,21 +1,21 @@ -{ - "name": "@dcloudio/webpack-uni-pages-loader", - "version": "0.2.872", - "description": "uni-app pages.json loader", +{ + "name": "@dcloudio/webpack-uni-pages-loader", + "version": "1.0.0-alpha-22120190814001", + "description": "uni-app pages.json loader", "main": "lib/index.js", "files": [ "lib" - ], - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "fxy060608", - "license": "Apache-2.0", - "dependencies": { - "merge": "^1.2.1", - "strip-json-comments": "^2.0.1" - }, - "uni-app": { - "compilerVersion": "2.2.1" - } + ], + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "fxy060608", + "license": "Apache-2.0", + "dependencies": { + "merge": "^1.2.1", + "strip-json-comments": "^2.0.1" + }, + "uni-app": { + "compilerVersion": "2.2.1" + } } -- GitLab