diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 508f88ea0f8d..8348731851e9 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -51,7 +51,7 @@ jobs: - name: lint run: yarn run lint - name: build - run: yarn run build:parallel + run: yarn run build - name: test run: yarn test env: diff --git a/lerna.json b/lerna.json index 34a5930ac441..9e9689f6f433 100644 --- a/lerna.json +++ b/lerna.json @@ -35,6 +35,6 @@ "license": "MIT" } }, - "version": "3.0.10", + "version": "3.0.11", "npmClient": "yarn" } diff --git a/packages/babel-plugin-transform-taroapi/package.json b/packages/babel-plugin-transform-taroapi/package.json index 333d9339f2fb..01675603d845 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.10", + "version": "3.0.11", "main": "dist/index.js", "scripts": { "build": "tsc" diff --git a/packages/babel-preset-taro/package.json b/packages/babel-preset-taro/package.json index 090bf63628f8..6033f9275799 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.10", + "version": "3.0.11", "description": "> TODO: description", "author": "yuche ", "homepage": "https://github.com/nervjs/taro/tree/master/packages/babel-preset-taro#readme", @@ -33,9 +33,9 @@ "@babel/preset-react": "^7.7.4", "@babel/preset-typescript": "^7.8.0", "@babel/runtime": "^7.7.4", - "@tarojs/taro-h5": "3.0.10", + "@tarojs/taro-h5": "^3.0.11", "babel-plugin-dynamic-import-node": "^2.3.3", - "babel-plugin-transform-taroapi": "3.0.10", + "babel-plugin-transform-taroapi": "^3.0.11", "core-js": "^3.6.3" } } diff --git a/packages/eslint-config-taro/package.json b/packages/eslint-config-taro/package.json index b9d4b4081839..53516f296977 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.10", + "version": "3.0.11", "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 6bdc9aec868b..e04fe38bad0c 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.10", + "version": "3.0.11", "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 d02c59ad52f9..b12266943d08 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.10", + "version": "3.0.11", "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 bcaf6324ab88..9de4fbebcd69 100644 --- a/packages/postcss-pxtransform/package.json +++ b/packages/postcss-pxtransform/package.json @@ -1,6 +1,6 @@ { "name": "postcss-pxtransform", - "version": "3.0.10", + "version": "3.0.11", "description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位", "keywords": [ "postcss", diff --git a/packages/shared/package.json b/packages/shared/package.json index 4560a47b350e..870951084cd4 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/shared", - "version": "3.0.10", + "version": "3.0.11", "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 0a9a12d70863..022ab24adb9e 100644 --- a/packages/taro-api/package.json +++ b/packages/taro-api/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/api", - "version": "3.0.10", + "version": "3.0.11", "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.10" + "@tarojs/runtime": "^3.0.11" } } diff --git a/packages/taro-cli/package.json b/packages/taro-cli/package.json index 6204dacdf7f4..6c6a964329cc 100644 --- a/packages/taro-cli/package.json +++ b/packages/taro-cli/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/cli", - "version": "3.0.10", + "version": "3.0.11", "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.10", - "@tarojs/service": "3.0.10", - "@tarojs/shared": "3.0.10", - "@tarojs/taro": "3.0.10", - "@tarojs/taroize": "3.0.10", + "@tarojs/helper": "^3.0.11", + "@tarojs/service": "^3.0.11", + "@tarojs/shared": "^3.0.11", + "@tarojs/taro": "^3.0.11", + "@tarojs/taroize": "^3.0.11", "@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.10", + "eslint-config-taro": "^3.0.11", "eslint-plugin-import": "^2.8.0", "eslint-plugin-react": "^7.4.0", "eslint-plugin-react-hooks": "^1.6.1", - "eslint-plugin-taro": "3.0.10", + "eslint-plugin-taro": "^3.0.11", "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.10", + "postcss-pxtransform": "^3.0.11", "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.10", - "@tarojs/webpack-runner": "3.0.10" + "@tarojs/mini-runner": "^3.0.11", + "@tarojs/webpack-runner": "^3.0.11" } } diff --git a/packages/taro-components/package.json b/packages/taro-components/package.json index e44e6b9f5aca..9d87e06fee7e 100644 --- a/packages/taro-components/package.json +++ b/packages/taro-components/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/components", - "version": "3.0.10", + "version": "3.0.11", "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.10", + "@tarojs/taro": "^3.0.11", "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 8765ef1cc295..92e5b4c867ad 100644 --- a/packages/taro-extend/package.json +++ b/packages/taro-extend/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/extend", - "version": "3.0.10", + "version": "3.0.11", "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 d183462d0e4f..a9979d1e09b6 100644 --- a/packages/taro-h5/package.json +++ b/packages/taro-h5/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/taro-h5", - "version": "3.0.10", + "version": "3.0.11", "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.10", - "@tarojs/router": "3.0.10", - "@tarojs/runtime": "3.0.10", + "@tarojs/api": "^3.0.11", + "@tarojs/router": "^3.0.11", + "@tarojs/runtime": "^3.0.11", "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 af599982ceec..62ce6b740af5 100644 --- a/packages/taro-helper/package.json +++ b/packages/taro-helper/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/helper", - "version": "3.0.10", + "version": "3.0.11", "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.10", + "@tarojs/taro": "^3.0.11", "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 2c926c56be01..8c26096d1059 100644 --- a/packages/taro-loader/package.json +++ b/packages/taro-loader/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/taro-loader", - "version": "3.0.10", + "version": "3.0.11", "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.10" + "@tarojs/taro": "^3.0.11" } } diff --git a/packages/taro-mini-runner/package.json b/packages/taro-mini-runner/package.json index 685ab2d6e0c1..90a92c498594 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.10", + "version": "3.0.11", "description": "Mini app runner for taro", "main": "index.js", "scripts": { @@ -37,12 +37,12 @@ "@babel/core": "7.11.1", "@babel/plugin-proposal-class-properties": "7.10.4", "@babel/preset-env": "7.11.0", - "@tarojs/helper": "3.0.10", - "@tarojs/runner-utils": "3.0.10", - "@tarojs/runtime": "3.0.10", - "@tarojs/shared": "3.0.10", - "@tarojs/taro": "3.0.10", - "@tarojs/taro-loader": "3.0.10", + "@tarojs/helper": "^3.0.11", + "@tarojs/runner-utils": "^3.0.11", + "@tarojs/runtime": "^3.0.11", + "@tarojs/shared": "^3.0.11", + "@tarojs/taro": "^3.0.11", + "@tarojs/taro-loader": "^3.0.11", "babel-loader": "8.0.6", "babel-types": "^6.26.0", "copy-webpack-plugin": "^5.0.3", @@ -84,9 +84,9 @@ "yauzl": "2.10.0" }, "devDependencies": { - "@tarojs/cli": "3.0.10", - "@tarojs/components": "3.0.10", - "@tarojs/react": "3.0.10", - "babel-preset-taro": "3.0.10" + "@tarojs/cli": "^3.0.11", + "@tarojs/components": "^3.0.11", + "@tarojs/react": "^3.0.11", + "babel-preset-taro": "^3.0.11" } } diff --git a/packages/taro-react/package.json b/packages/taro-react/package.json index 75b36de3ce23..5ee922030ee9 100644 --- a/packages/taro-react/package.json +++ b/packages/taro-react/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/react", - "version": "3.0.10", + "version": "3.0.11", "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.10", + "@tarojs/runtime": "^3.0.11", "react-reconciler": "^0.23.0", "scheduler": "^0.17.0" }, diff --git a/packages/taro-router/package.json b/packages/taro-router/package.json index 811c10d01df5..c265231fa589 100644 --- a/packages/taro-router/package.json +++ b/packages/taro-router/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/router", - "version": "3.0.10", + "version": "3.0.11", "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.10", + "@tarojs/runtime": "^3.0.11", "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 5b9633218827..d891483b4468 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.10", + "version": "3.0.11", "description": "Taro runner utilities.", "main": "dist/index.js", "types": "types/index.d.ts", @@ -23,7 +23,7 @@ "license": "MIT", "dependencies": { "@babel/core": "^7.8.4", - "@tarojs/helper": "3.0.10", + "@tarojs/helper": "^3.0.11", "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 04a8edc02fd6..c3bcfc12ec0f 100644 --- a/packages/taro-runtime/package.json +++ b/packages/taro-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/runtime", - "version": "3.0.10", + "version": "3.0.11", "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 9d19f0f862dc..ca4f8fb8288b 100644 --- a/packages/taro-service/package.json +++ b/packages/taro-service/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/service", - "version": "3.0.10", + "version": "3.0.11", "description": "Taro Service", "main": "index.js", "types": "types/index.d.ts", @@ -34,8 +34,8 @@ "homepage": "https://github.com/NervJS/taro#readme", "dependencies": { "@hapi/joi": "17.1.1", - "@tarojs/helper": "3.0.10", - "@tarojs/taro": "3.0.10", + "@tarojs/helper": "^3.0.11", + "@tarojs/taro": "^3.0.11", "fs-extra": "8.1.0", "lodash": "4.17.20", "resolve": "1.15.1", diff --git a/packages/taro-webpack-runner/package.json b/packages/taro-webpack-runner/package.json index f66d8199fcb7..2e7b95999bb3 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.10", + "version": "3.0.11", "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.10", - "@tarojs/runner-utils": "3.0.10", - "@tarojs/runtime": "3.0.10", - "@tarojs/shared": "3.0.10", - "@tarojs/taro-loader": "3.0.10", + "@tarojs/helper": "^3.0.11", + "@tarojs/runner-utils": "^3.0.11", + "@tarojs/runtime": "^3.0.11", + "@tarojs/shared": "^3.0.11", + "@tarojs/taro-loader": "^3.0.11", "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.10", - "postcss-pxtransform": "3.0.10", + "postcss-plugin-constparse": "^3.0.11", + "postcss-pxtransform": "^3.0.11", "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.10", - "@tarojs/taro": "3.0.10", + "@tarojs/components": "^3.0.11", + "@tarojs/taro": "^3.0.11", "@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.10", - "babel-preset-taro": "3.0.10" + "babel-plugin-transform-taroapi": "^3.0.11", + "babel-preset-taro": "^3.0.11" } } diff --git a/packages/taro-with-weapp/package.json b/packages/taro-with-weapp/package.json index ded473486885..977c8de55d35 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.10", + "version": "3.0.11", "description": "taroize 之后的运行时", "main": "index.js", "scripts": { @@ -22,8 +22,8 @@ "author": "yuche", "license": "MIT", "dependencies": { - "@tarojs/runtime": "3.0.10", - "@tarojs/taro": "3.0.10", + "@tarojs/runtime": "^3.0.11", + "@tarojs/taro": "^3.0.11", "lodash": "^4.17.11" } } diff --git a/packages/taro/package.json b/packages/taro/package.json index d8e652a4f8db..f3e76f281dbf 100644 --- a/packages/taro/package.json +++ b/packages/taro/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/taro", - "version": "3.0.10", + "version": "3.0.11", "description": "Taro framework", "main": "index.js", "main:h5": "h5.js", @@ -31,10 +31,10 @@ "author": "O2Team", "license": "MIT", "dependencies": { - "@tarojs/api": "3.0.10", - "@tarojs/taro-h5": "3.0.10" + "@tarojs/api": "^3.0.11", + "@tarojs/taro-h5": "^3.0.11" }, "devDependencies": { - "@tarojs/runtime": "3.0.10" + "@tarojs/runtime": "^3.0.11" } } diff --git a/packages/taroize/package.json b/packages/taroize/package.json index c864fda1cd70..ea82894958aa 100644 --- a/packages/taroize/package.json +++ b/packages/taroize/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/taroize", - "version": "3.0.10", + "version": "3.0.11", "description": "转换原生微信小程序代码为 Taro 代码", "main": "index.js", "files": [