Skip to content

Commit

Permalink
Revert "chore(release): publish 3.0.11 (#7648)" (#7658)
Browse files Browse the repository at this point in the history
This reverts commit ce80e95.
  • Loading branch information
ZakaryCode authored Sep 18, 2020
1 parent ce80e95 commit 2f80e5a
Show file tree
Hide file tree
Showing 26 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: lint
run: yarn run lint
- name: build
run: yarn run build
run: yarn run build:parallel
- name: test
run: yarn test
env:
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"license": "MIT"
}
},
"version": "3.0.11",
"version": "3.0.10",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-taroapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-taroapi",
"version": "3.0.11",
"version": "3.0.10",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-taro",
"version": "3.0.11",
"version": "3.0.10",
"description": "> TODO: description",
"author": "yuche <i@yuche.me>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/babel-preset-taro#readme",
Expand Down Expand Up @@ -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.11",
"@tarojs/taro-h5": "3.0.10",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-transform-taroapi": "^3.0.11",
"babel-plugin-transform-taroapi": "3.0.10",
"core-js": "^3.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-taro",
"version": "3.0.11",
"version": "3.0.10",
"description": "Taro specific linting rules for ESLint",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-taro",
"version": "3.0.11",
"version": "3.0.10",
"description": "Taro specific linting plugin for ESLint",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-plugin-constparse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-plugin-constparse",
"version": "3.0.11",
"version": "3.0.10",
"description": "parse constants defined in config",
"main": "index.js",
"author": "Simba",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-pxtransform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-pxtransform",
"version": "3.0.11",
"version": "3.0.10",
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
"keywords": [
"postcss",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/shared",
"version": "3.0.11",
"version": "3.0.10",
"description": "> TODO: description",
"author": "yuche <i@yuche.me>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/shared#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/api",
"version": "3.0.11",
"version": "3.0.10",
"description": "Taro common API",
"author": "yuche <i@yuche.me>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/api#readme",
Expand Down Expand Up @@ -29,6 +29,6 @@
"url": "https://github.com/NervJS/taro/issues"
},
"dependencies": {
"@tarojs/runtime": "^3.0.11"
"@tarojs/runtime": "3.0.10"
}
}
22 changes: 11 additions & 11 deletions packages/taro-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/cli",
"version": "3.0.11",
"version": "3.0.10",
"description": "cli tool for taro",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -44,11 +44,11 @@
"license": "MIT",
"dependencies": {
"@hapi/joi": "17.1.1",
"@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/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/transformer-wx": "^2.0.4",
"@types/request": "^2.48.1",
"@typescript-eslint/parser": "^2.0.0",
Expand Down Expand Up @@ -76,11 +76,11 @@
"ejs": "^2.6.1",
"envinfo": "^6.0.1",
"eslint": "^6.1.0",
"eslint-config-taro": "^3.0.11",
"eslint-config-taro": "3.0.10",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint-plugin-taro": "^3.0.11",
"eslint-plugin-taro": "3.0.10",
"eslint-plugin-vue": "^6.2.2",
"fbjs": "^1.0.0",
"find-yarn-workspace-root": "1.2.1",
Expand All @@ -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.11",
"postcss-pxtransform": "3.0.10",
"postcss-reporter": "^6.0.1",
"postcss-taro-unit-transform": "1.2.15",
"postcss-url": "^7.3.2",
Expand All @@ -124,7 +124,7 @@
"xxhashjs": "^0.2.2"
},
"devDependencies": {
"@tarojs/mini-runner": "^3.0.11",
"@tarojs/webpack-runner": "^3.0.11"
"@tarojs/mini-runner": "3.0.10",
"@tarojs/webpack-runner": "3.0.10"
}
}
4 changes: 2 additions & 2 deletions packages/taro-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components",
"version": "3.0.11",
"version": "3.0.10",
"description": "",
"main:h5": "src/index.js",
"main": "dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"license": "MIT",
"dependencies": {
"@stencil/core": "^1.8.1",
"@tarojs/taro": "^3.0.11",
"@tarojs/taro": "3.0.10",
"better-scroll": "^1.14.1",
"classnames": "^2.2.5",
"intersection-observer": "^0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-extend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/extend",
"version": "3.0.11",
"version": "3.0.10",
"description": "Taro extend functionality",
"author": "yuche <i@yuche.me>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-extend#readme",
Expand Down
8 changes: 4 additions & 4 deletions packages/taro-h5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-h5",
"version": "3.0.11",
"version": "3.0.10",
"description": "Taro h5 framework",
"main:h5": "src/index.js",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -33,9 +33,9 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/api": "^3.0.11",
"@tarojs/router": "^3.0.11",
"@tarojs/runtime": "^3.0.11",
"@tarojs/api": "3.0.10",
"@tarojs/router": "3.0.10",
"@tarojs/runtime": "3.0.10",
"base64-js": "^1.3.0",
"jsonp-retry": "^1.0.3",
"mobile-detect": "^1.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/helper",
"version": "3.0.11",
"version": "3.0.10",
"description": "Taro Helper",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@babel/preset-typescript": "7.9.0",
"@babel/register": "7.9.0",
"@babel/runtime": "7.9.2",
"@tarojs/taro": "^3.0.11",
"@tarojs/taro": "3.0.10",
"babel-plugin-transform-react-jsx": "^6.24.1",
"chalk": "3.0.0",
"chokidar": "3.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-loader",
"version": "3.0.11",
"version": "3.0.10",
"description": "> TODO: description",
"author": "yuche <i@yuche.me>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-loader#readme",
Expand Down Expand Up @@ -32,6 +32,6 @@
"access": "public"
},
"devDependencies": {
"@tarojs/taro": "^3.0.11"
"@tarojs/taro": "3.0.10"
}
}
22 changes: 11 additions & 11 deletions packages/taro-mini-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/mini-runner",
"version": "3.0.11",
"version": "3.0.10",
"description": "Mini app runner for taro",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -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.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",
"@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",
"babel-loader": "8.0.6",
"babel-types": "^6.26.0",
"copy-webpack-plugin": "^5.0.3",
Expand Down Expand Up @@ -84,9 +84,9 @@
"yauzl": "2.10.0"
},
"devDependencies": {
"@tarojs/cli": "^3.0.11",
"@tarojs/components": "^3.0.11",
"@tarojs/react": "^3.0.11",
"babel-preset-taro": "^3.0.11"
"@tarojs/cli": "3.0.10",
"@tarojs/components": "3.0.10",
"@tarojs/react": "3.0.10",
"babel-preset-taro": "3.0.10"
}
}
4 changes: 2 additions & 2 deletions packages/taro-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/react",
"version": "3.0.11",
"version": "3.0.10",
"description": "like react-dom, but for mini apps.",
"author": "yuche <i@yuche.me>",
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-react#readme",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/NervJS/taro/issues"
},
"dependencies": {
"@tarojs/runtime": "^3.0.11",
"@tarojs/runtime": "3.0.10",
"react-reconciler": "^0.23.0",
"scheduler": "^0.17.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/router",
"version": "3.0.11",
"version": "3.0.10",
"description": "Taro-router",
"main:h5": "dist/router.esm.js",
"main": "dist/index.js",
Expand All @@ -27,7 +27,7 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/runtime": "^3.0.11",
"@tarojs/runtime": "3.0.10",
"history": "^4.10.1",
"universal-router": "^8.3.0",
"url-parse": "^1.4.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-runner-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/runner-utils",
"version": "3.0.11",
"version": "3.0.10",
"description": "Taro runner utilities.",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"license": "MIT",
"dependencies": {
"@babel/core": "^7.8.4",
"@tarojs/helper": "^3.0.11",
"@tarojs/helper": "3.0.10",
"chalk": "^3.0.0",
"fs-extra": "^8.1.0",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/runtime",
"version": "3.0.11",
"version": "3.0.10",
"description": "taro runtime for mini apps.",
"main": "dist/runtime.esm.js",
"module": "dist/runtime.esm.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/service",
"version": "3.0.11",
"version": "3.0.10",
"description": "Taro Service",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -34,8 +34,8 @@
"homepage": "https://github.com/NervJS/taro#readme",
"dependencies": {
"@hapi/joi": "17.1.1",
"@tarojs/helper": "^3.0.11",
"@tarojs/taro": "^3.0.11",
"@tarojs/helper": "3.0.10",
"@tarojs/taro": "3.0.10",
"fs-extra": "8.1.0",
"lodash": "4.17.20",
"resolve": "1.15.1",
Expand Down
Loading

0 comments on commit 2f80e5a

Please sign in to comment.