diff --git a/lerna.json b/lerna.json index 839ecf8ee77d..d0dbef3751f7 100644 --- a/lerna.json +++ b/lerna.json @@ -35,6 +35,6 @@ "license": "MIT" } }, - "version": "3.0.1", + "version": "3.0.2", "npmClient": "yarn" } diff --git a/packages/babel-plugin-transform-taroapi/package.json b/packages/babel-plugin-transform-taroapi/package.json index ee83ca55bfbe..342421d2760e 100644 --- a/packages/babel-plugin-transform-taroapi/package.json +++ b/packages/babel-plugin-transform-taroapi/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-taroapi", - "version": "3.0.1", + "version": "3.0.2", "main": "dist/index.js", "scripts": { "build": "tsc" diff --git a/packages/babel-preset-taro/package.json b/packages/babel-preset-taro/package.json index 3bd629e95a40..0b2bed05e5bf 100644 --- a/packages/babel-preset-taro/package.json +++ b/packages/babel-preset-taro/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-taro", - "version": "3.0.1", + "version": "3.0.2", "description": "> TODO: description", "author": "yuche ", "homepage": "https://github.com/nervjs/taro/tree/master/packages/babel-preset-taro#readme", @@ -33,8 +33,8 @@ "@babel/preset-react": "^7.7.4", "@babel/preset-typescript": "^7.8.0", "@babel/runtime": "^7.7.4", - "@tarojs/taro-h5": "3.0.1", - "babel-plugin-transform-taroapi": "3.0.1", + "@tarojs/taro-h5": "3.0.2", + "babel-plugin-transform-taroapi": "3.0.2", "core-js": "^3.6.3" } } diff --git a/packages/eslint-config-taro/package.json b/packages/eslint-config-taro/package.json index 0fb8a7768659..dbe2cf093bf7 100644 --- a/packages/eslint-config-taro/package.json +++ b/packages/eslint-config-taro/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-taro", - "version": "3.0.1", + "version": "3.0.2", "description": "Taro specific linting rules for ESLint", "main": "index.js", "files": [ diff --git a/packages/eslint-plugin-taro/package.json b/packages/eslint-plugin-taro/package.json index a64a683db10c..8662ff5049da 100644 --- a/packages/eslint-plugin-taro/package.json +++ b/packages/eslint-plugin-taro/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-taro", - "version": "3.0.1", + "version": "3.0.2", "description": "Taro specific linting plugin for ESLint", "main": "index.js", "files": [ diff --git a/packages/postcss-plugin-constparse/package.json b/packages/postcss-plugin-constparse/package.json index 3f2bd657b2a7..ee44fd8e29d7 100644 --- a/packages/postcss-plugin-constparse/package.json +++ b/packages/postcss-plugin-constparse/package.json @@ -1,6 +1,6 @@ { "name": "postcss-plugin-constparse", - "version": "3.0.1", + "version": "3.0.2", "description": "parse constants defined in config", "main": "index.js", "author": "Simba", diff --git a/packages/postcss-pxtransform/package.json b/packages/postcss-pxtransform/package.json index d1befac90eca..ebc4340f518d 100644 --- a/packages/postcss-pxtransform/package.json +++ b/packages/postcss-pxtransform/package.json @@ -1,6 +1,6 @@ { "name": "postcss-pxtransform", - "version": "3.0.1", + "version": "3.0.2", "description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位", "keywords": [ "postcss", diff --git a/packages/shared/package.json b/packages/shared/package.json index f9c9f8b721f3..46b0e8404239 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/shared", - "version": "3.0.1", + "version": "3.0.2", "description": "> TODO: description", "author": "yuche ", "homepage": "https://github.com/nervjs/taro/tree/master/packages/shared#readme", diff --git a/packages/taro-api/package.json b/packages/taro-api/package.json index 562d92b7c6d6..0c88d45c8745 100644 --- a/packages/taro-api/package.json +++ b/packages/taro-api/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/api", - "version": "3.0.1", + "version": "3.0.2", "description": "Taro common API", "author": "yuche ", "homepage": "https://github.com/nervjs/taro/tree/master/packages/api#readme", @@ -29,6 +29,6 @@ "url": "https://github.com/NervJS/taro/issues" }, "dependencies": { - "@tarojs/runtime": "3.0.1" + "@tarojs/runtime": "3.0.2" } } diff --git a/packages/taro-cli/package.json b/packages/taro-cli/package.json index 338105099523..e6c877656dd0 100644 --- a/packages/taro-cli/package.json +++ b/packages/taro-cli/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/cli", - "version": "3.0.1", + "version": "3.0.2", "description": "cli tool for taro", "main": "index.js", "scripts": { @@ -44,11 +44,11 @@ "license": "MIT", "dependencies": { "@hapi/joi": "17.1.1", - "@tarojs/helper": "3.0.1", - "@tarojs/service": "3.0.1", - "@tarojs/shared": "3.0.1", - "@tarojs/taro": "3.0.1", - "@tarojs/taroize": "3.0.1", + "@tarojs/helper": "3.0.2", + "@tarojs/service": "3.0.2", + "@tarojs/shared": "3.0.2", + "@tarojs/taro": "3.0.2", + "@tarojs/taroize": "3.0.2", "@tarojs/transformer-wx": "^2.0.4", "@types/request": "^2.48.1", "@typescript-eslint/parser": "^2.0.0", @@ -76,11 +76,11 @@ "ejs": "^2.6.1", "envinfo": "^6.0.1", "eslint": "^6.1.0", - "eslint-config-taro": "3.0.1", + "eslint-config-taro": "3.0.2", "eslint-plugin-import": "^2.8.0", "eslint-plugin-react": "^7.4.0", "eslint-plugin-react-hooks": "^1.6.1", - "eslint-plugin-taro": "3.0.1", + "eslint-plugin-taro": "3.0.2", "eslint-plugin-vue": "^6.2.2", "fbjs": "^1.0.0", "find-yarn-workspace-root": "1.2.1", @@ -103,7 +103,7 @@ "postcss-modules-resolve-imports": "^1.3.0", "postcss-modules-scope": "^1.1.0", "postcss-modules-values": "^1.3.0", - "postcss-pxtransform": "3.0.1", + "postcss-pxtransform": "3.0.2", "postcss-reporter": "^6.0.1", "postcss-taro-unit-transform": "1.2.15", "postcss-url": "^7.3.2", @@ -124,7 +124,7 @@ "xxhashjs": "^0.2.2" }, "devDependencies": { - "@tarojs/mini-runner": "3.0.1", - "@tarojs/webpack-runner": "3.0.1" + "@tarojs/mini-runner": "3.0.2", + "@tarojs/webpack-runner": "3.0.2" } } diff --git a/packages/taro-components/package.json b/packages/taro-components/package.json index 54c9bc855e0a..126eec4fc3c1 100644 --- a/packages/taro-components/package.json +++ b/packages/taro-components/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/components", - "version": "3.0.1", + "version": "3.0.2", "description": "", "main:h5": "src/index.js", "main": "dist/index.js", @@ -38,7 +38,7 @@ "license": "MIT", "dependencies": { "@stencil/core": "^1.8.1", - "@tarojs/taro": "3.0.1", + "@tarojs/taro": "3.0.2", "better-scroll": "^1.14.1", "classnames": "^2.2.5", "intersection-observer": "^0.7.0", diff --git a/packages/taro-extend/package.json b/packages/taro-extend/package.json index 17a280914aa5..b46e1b1c344d 100644 --- a/packages/taro-extend/package.json +++ b/packages/taro-extend/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/extend", - "version": "3.0.1", + "version": "3.0.2", "description": "Taro extend functionality", "author": "yuche ", "homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-extend#readme", diff --git a/packages/taro-h5/package.json b/packages/taro-h5/package.json index cd84d5e84edb..a85b1e3da44d 100644 --- a/packages/taro-h5/package.json +++ b/packages/taro-h5/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/taro-h5", - "version": "3.0.1", + "version": "3.0.2", "description": "Taro h5 framework", "main:h5": "src/index.js", "main": "dist/index.cjs.js", @@ -33,9 +33,9 @@ "author": "O2Team", "license": "MIT", "dependencies": { - "@tarojs/api": "3.0.1", - "@tarojs/router": "3.0.1", - "@tarojs/runtime": "3.0.1", + "@tarojs/api": "3.0.2", + "@tarojs/router": "3.0.2", + "@tarojs/runtime": "3.0.2", "base64-js": "^1.3.0", "jsonp-retry": "^1.0.3", "mobile-detect": "^1.4.2", diff --git a/packages/taro-helper/package.json b/packages/taro-helper/package.json index 317c1d7eaf04..a79317ea367c 100644 --- a/packages/taro-helper/package.json +++ b/packages/taro-helper/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/helper", - "version": "3.0.1", + "version": "3.0.2", "description": "Taro Helper", "main": "index.js", "types": "types/index.d.ts", @@ -41,7 +41,7 @@ "@babel/preset-typescript": "7.9.0", "@babel/register": "7.9.0", "@babel/runtime": "7.9.2", - "@tarojs/taro": "3.0.1", + "@tarojs/taro": "3.0.2", "babel-plugin-transform-react-jsx": "^6.24.1", "chalk": "3.0.0", "chokidar": "3.3.1", diff --git a/packages/taro-loader/package.json b/packages/taro-loader/package.json index 35ef19e749f1..deeb7db24a4b 100644 --- a/packages/taro-loader/package.json +++ b/packages/taro-loader/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/taro-loader", - "version": "3.0.1", + "version": "3.0.2", "description": "> TODO: description", "author": "yuche ", "homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-loader#readme", @@ -32,6 +32,6 @@ "access": "public" }, "devDependencies": { - "@tarojs/taro": "3.0.1" + "@tarojs/taro": "3.0.2" } } diff --git a/packages/taro-mini-runner/package.json b/packages/taro-mini-runner/package.json index 3970b58fc12d..c09abc7858b7 100644 --- a/packages/taro-mini-runner/package.json +++ b/packages/taro-mini-runner/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/mini-runner", - "version": "3.0.1", + "version": "3.0.2", "description": "Mini app runner for taro", "main": "index.js", "scripts": { @@ -37,12 +37,12 @@ "@babel/core": "7.6.4", "@babel/plugin-proposal-class-properties": "7.5.5", "@babel/preset-env": "7.6.3", - "@tarojs/helper": "3.0.1", - "@tarojs/runner-utils": "3.0.1", - "@tarojs/runtime": "3.0.1", - "@tarojs/shared": "3.0.1", - "@tarojs/taro": "3.0.1", - "@tarojs/taro-loader": "3.0.1", + "@tarojs/helper": "3.0.2", + "@tarojs/runner-utils": "3.0.2", + "@tarojs/runtime": "3.0.2", + "@tarojs/shared": "3.0.2", + "@tarojs/taro": "3.0.2", + "@tarojs/taro-loader": "3.0.2", "babel-loader": "8.0.6", "babel-types": "^6.26.0", "copy-webpack-plugin": "^5.0.3", @@ -83,8 +83,8 @@ "yauzl": "2.10.0" }, "devDependencies": { - "@tarojs/components": "3.0.1", - "@tarojs/react": "3.0.1", - "babel-preset-taro": "3.0.1" + "@tarojs/components": "3.0.2", + "@tarojs/react": "3.0.2", + "babel-preset-taro": "3.0.2" } } diff --git a/packages/taro-react/package.json b/packages/taro-react/package.json index edc479cbc53d..01a6a3f139cb 100644 --- a/packages/taro-react/package.json +++ b/packages/taro-react/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/react", - "version": "3.0.1", + "version": "3.0.2", "description": "like react-dom, but for mini apps.", "author": "yuche ", "homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-react#readme", @@ -24,7 +24,7 @@ "url": "https://github.com/NervJS/taro/issues" }, "dependencies": { - "@tarojs/runtime": "3.0.1", + "@tarojs/runtime": "3.0.2", "react-reconciler": "^0.23.0", "scheduler": "^0.17.0" }, diff --git a/packages/taro-router/package.json b/packages/taro-router/package.json index 86455ef0935f..999f34a9cbea 100644 --- a/packages/taro-router/package.json +++ b/packages/taro-router/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/router", - "version": "3.0.1", + "version": "3.0.2", "description": "Taro-router", "main:h5": "dist/router.esm.js", "main": "dist/index.js", @@ -27,7 +27,7 @@ "author": "O2Team", "license": "MIT", "dependencies": { - "@tarojs/runtime": "3.0.1", + "@tarojs/runtime": "3.0.2", "history": "^4.10.1", "universal-router": "^8.3.0", "url-parse": "^1.4.7" diff --git a/packages/taro-runner-utils/package.json b/packages/taro-runner-utils/package.json index 9bc0aba683a4..f9a154ac34c2 100644 --- a/packages/taro-runner-utils/package.json +++ b/packages/taro-runner-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/runner-utils", - "version": "3.0.1", + "version": "3.0.2", "description": "Taro runner utilities.", "main": "dist/index.js", "types": "types/index.d.ts", @@ -22,7 +22,7 @@ "license": "MIT", "dependencies": { "@babel/core": "^7.8.4", - "@tarojs/helper": "3.0.1", + "@tarojs/helper": "3.0.2", "chalk": "^3.0.0", "fs-extra": "^8.1.0", "lodash": "^4.17.15", diff --git a/packages/taro-runtime/package.json b/packages/taro-runtime/package.json index 186455a723ba..6f3d39634ff1 100644 --- a/packages/taro-runtime/package.json +++ b/packages/taro-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/runtime", - "version": "3.0.1", + "version": "3.0.2", "description": "taro runtime for mini apps.", "main": "dist/runtime.esm.js", "module": "dist/runtime.esm.js", diff --git a/packages/taro-service/package.json b/packages/taro-service/package.json index 503a53796fb8..0dbf0c4cf176 100644 --- a/packages/taro-service/package.json +++ b/packages/taro-service/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/service", - "version": "3.0.1", + "version": "3.0.2", "description": "Taro Service", "main": "index.js", "types": "types/index.d.ts", @@ -33,8 +33,8 @@ "homepage": "https://github.com/NervJS/taro#readme", "dependencies": { "@hapi/joi": "17.1.1", - "@tarojs/helper": "3.0.1", - "@tarojs/taro": "3.0.1", + "@tarojs/helper": "3.0.2", + "@tarojs/taro": "3.0.2", "fs-extra": "8.1.0", "lodash": "4.17.15", "resolve": "1.15.1", diff --git a/packages/taro-webpack-runner/package.json b/packages/taro-webpack-runner/package.json index 55cf289c9266..9720ee0722f1 100644 --- a/packages/taro-webpack-runner/package.json +++ b/packages/taro-webpack-runner/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/webpack-runner", - "version": "3.0.1", + "version": "3.0.2", "description": "webpack runner for taro", "main": "index.js", "scripts": { @@ -31,11 +31,11 @@ "homepage": "https://github.com/NervJS/taro#readme", "dependencies": { "@babel/core": "7.6.4", - "@tarojs/helper": "3.0.1", - "@tarojs/runner-utils": "3.0.1", - "@tarojs/runtime": "3.0.1", - "@tarojs/shared": "3.0.1", - "@tarojs/taro-loader": "3.0.1", + "@tarojs/helper": "3.0.2", + "@tarojs/runner-utils": "3.0.2", + "@tarojs/runtime": "3.0.2", + "@tarojs/shared": "3.0.2", + "@tarojs/taro-loader": "3.0.2", "autoprefixer": "9.7.4", "babel-loader": "8.0.6", "copy-webpack-plugin": "5.1.1", @@ -53,8 +53,8 @@ "open": "7.0.2", "ora": "4.0.3", "postcss-loader": "3.0.0", - "postcss-plugin-constparse": "3.0.1", - "postcss-pxtransform": "3.0.1", + "postcss-plugin-constparse": "3.0.2", + "postcss-pxtransform": "3.0.2", "resolve": "1.15.1", "resolve-url-loader": "3.1.1", "sass": "^1.25.0", @@ -70,8 +70,8 @@ "webpack-format-messages": "2.0.3" }, "devDependencies": { - "@tarojs/components": "3.0.1", - "@tarojs/taro": "3.0.1", + "@tarojs/components": "3.0.2", + "@tarojs/taro": "3.0.2", "@types/autoprefixer": "9.7.0", "@types/detect-port": "1.1.0", "@types/lodash": "4.14.149", @@ -79,7 +79,7 @@ "@types/resolve": "1.14.0", "@types/webpack": "4.41.6", "@types/webpack-dev-server": "3.10.0", - "babel-plugin-transform-taroapi": "3.0.1", - "babel-preset-taro": "3.0.1" + "babel-plugin-transform-taroapi": "3.0.2", + "babel-preset-taro": "3.0.2" } } diff --git a/packages/taro-with-weapp/package.json b/packages/taro-with-weapp/package.json index c41237091875..61241522fbc4 100644 --- a/packages/taro-with-weapp/package.json +++ b/packages/taro-with-weapp/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/with-weapp", - "version": "3.0.1", + "version": "3.0.2", "description": "taroize 之后的运行时", "main": "index.js", "scripts": { diff --git a/packages/taro/package.json b/packages/taro/package.json index 3e5aad612ea9..21891ca524bc 100644 --- a/packages/taro/package.json +++ b/packages/taro/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/taro", - "version": "3.0.1", + "version": "3.0.2", "description": "Taro framework", "main": "index.js", "main:h5": "h5.js", @@ -31,10 +31,10 @@ "author": "O2Team", "license": "MIT", "dependencies": { - "@tarojs/api": "3.0.1", - "@tarojs/taro-h5": "3.0.1" + "@tarojs/api": "3.0.2", + "@tarojs/taro-h5": "3.0.2" }, "devDependencies": { - "@tarojs/runtime": "3.0.1" + "@tarojs/runtime": "3.0.2" } } diff --git a/packages/taroize/package.json b/packages/taroize/package.json index 4706f9b80497..5da6e07bb668 100644 --- a/packages/taroize/package.json +++ b/packages/taroize/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/taroize", - "version": "3.0.1", + "version": "3.0.2", "description": "转换原生微信小程序代码为 Taro 代码", "main": "index.js", "files": [