Skip to content

Commit 23b8747

Browse files
shinken008zhiqingchen
authored andcommitted
chore(release): publish 3.2.0-beta.0
1 parent b23e8e2 commit 23b8747

File tree

37 files changed

+108
-108
lines changed

37 files changed

+108
-108
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"license": "MIT"
4848
}
4949
},
50-
"version": "3.2.0-canary.9",
50+
"version": "3.2.0-beta.0",
5151
"npmClient": "yarn"
5252
}

packages/babel-plugin-transform-react-jsx-to-rn-stylesheet/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-transform-react-jsx-to-rn-stylesheet",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "Transform stylesheet selector to style in JSX Elements.",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -24,6 +24,6 @@
2424
},
2525
"dependencies": {
2626
"camelize": "^1.0.0",
27-
"taro-css-to-react-native": "3.2.0-canary.9"
27+
"taro-css-to-react-native": "3.2.0-beta.0"
2828
}
2929
}

packages/babel-plugin-transform-taroapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-transform-taroapi",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"main": "dist/index.js",
55
"scripts": {
66
"build": "tsc"

packages/babel-preset-taro/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-taro",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "> TODO: description",
55
"author": "yuche <i@yuche.me>",
66
"homepage": "https://github.com/nervjs/taro/tree/master/packages/babel-preset-taro#readme",
@@ -34,14 +34,14 @@
3434
"@babel/preset-react": "7.10.4",
3535
"@babel/preset-typescript": "7.10.4",
3636
"@babel/runtime": "^7.11.2",
37-
"@tarojs/helper": "3.2.0-canary.9",
38-
"@tarojs/taro-h5": "3.2.0-canary.9",
39-
"@tarojs/taro-rn": "3.2.0-canary.9",
37+
"@tarojs/helper": "3.2.0-beta.0",
38+
"@tarojs/taro-h5": "3.2.0-beta.0",
39+
"@tarojs/taro-rn": "3.2.0-beta.0",
4040
"babel-plugin-dynamic-import-node": "^2.3.3",
4141
"babel-plugin-global-define": "^1.0.3",
4242
"babel-plugin-transform-imports-api": "^1.0.0",
43-
"babel-plugin-transform-react-jsx-to-rn-stylesheet": "3.2.0-canary.9",
44-
"babel-plugin-transform-taroapi": "3.2.0-canary.9",
43+
"babel-plugin-transform-react-jsx-to-rn-stylesheet": "3.2.0-beta.0",
44+
"babel-plugin-transform-taroapi": "3.2.0-beta.0",
4545
"core-js": "^3.6.5",
4646
"metro-react-native-babel-preset": "^0.63.0"
4747
}

packages/css-to-react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "taro-css-to-react-native",
33
"description": "Convert CSS text to a React Native stylesheet object",
4-
"version": "3.2.0-canary.9",
4+
"version": "3.2.0-beta.0",
55
"main": "dist/index.js",
66
"license": "MIT",
77
"dependencies": {

packages/eslint-config-taro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-taro",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "Taro specific linting rules for ESLint",
55
"main": "index.js",
66
"files": [

packages/eslint-plugin-taro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-taro",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "Taro specific linting plugin for ESLint",
55
"main": "index.js",
66
"files": [

packages/postcss-plugin-constparse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-plugin-constparse",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "parse constants defined in config",
55
"main": "index.js",
66
"author": "Simba",

packages/postcss-pxtransform/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-pxtransform",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
55
"keywords": [
66
"postcss",

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/shared",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "> TODO: description",
55
"author": "yuche <i@yuche.me>",
66
"homepage": "https://github.com/nervjs/taro/tree/master/packages/shared#readme",

packages/stylelint-config-taro-rn/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-taro-rn",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "Shareable stylelint config for React Native CSS modules",
55
"main": "index.js",
66
"files": [

packages/stylelint-taro-rn/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stylelint-taro-rn",
33
"description": "A collection of React Native specific rules for stylelint",
4-
"version": "3.2.0-canary.9",
4+
"version": "3.2.0-beta.0",
55
"main": "dist/index.js",
66
"files": [
77
"dist",

packages/taro-api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/api",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "Taro common API",
55
"author": "yuche <i@yuche.me>",
66
"homepage": "https://github.com/nervjs/taro/tree/master/packages/api#readme",
@@ -29,6 +29,6 @@
2929
"url": "https://github.com/NervJS/taro/issues"
3030
},
3131
"dependencies": {
32-
"@tarojs/runtime": "3.2.0-canary.9"
32+
"@tarojs/runtime": "3.2.0-beta.0"
3333
}
3434
}

packages/taro-cli/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/cli",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "cli tool for taro",
55
"main": "index.js",
66
"scripts": {
@@ -44,11 +44,11 @@
4444
"license": "MIT",
4545
"dependencies": {
4646
"@hapi/joi": "17.1.1",
47-
"@tarojs/helper": "3.2.0-canary.9",
48-
"@tarojs/service": "3.2.0-canary.9",
49-
"@tarojs/shared": "3.2.0-canary.9",
50-
"@tarojs/taro": "3.2.0-canary.9",
51-
"@tarojs/taroize": "3.2.0-canary.9",
47+
"@tarojs/helper": "3.2.0-beta.0",
48+
"@tarojs/service": "3.2.0-beta.0",
49+
"@tarojs/shared": "3.2.0-beta.0",
50+
"@tarojs/taro": "3.2.0-beta.0",
51+
"@tarojs/taroize": "3.2.0-beta.0",
5252
"@tarojs/transformer-wx": "^2.0.4",
5353
"@types/request": "^2.48.1",
5454
"@typescript-eslint/parser": "^2.0.0",
@@ -76,11 +76,11 @@
7676
"ejs": "^2.6.1",
7777
"envinfo": "^6.0.1",
7878
"eslint": "^6.1.0",
79-
"eslint-config-taro": "3.2.0-canary.9",
79+
"eslint-config-taro": "3.2.0-beta.0",
8080
"eslint-plugin-import": "^2.8.0",
8181
"eslint-plugin-react": "^7.4.0",
8282
"eslint-plugin-react-hooks": "^1.6.1",
83-
"eslint-plugin-taro": "3.2.0-canary.9",
83+
"eslint-plugin-taro": "3.2.0-beta.0",
8484
"eslint-plugin-vue": "^6.2.2",
8585
"fbjs": "^1.0.0",
8686
"find-yarn-workspace-root": "1.2.1",
@@ -103,7 +103,7 @@
103103
"postcss-modules-resolve-imports": "^1.3.0",
104104
"postcss-modules-scope": "^1.1.0",
105105
"postcss-modules-values": "^1.3.0",
106-
"postcss-pxtransform": "3.2.0-canary.9",
106+
"postcss-pxtransform": "3.2.0-beta.0",
107107
"postcss-reporter": "^6.0.1",
108108
"postcss-taro-unit-transform": "1.2.15",
109109
"postcss-url": "^7.3.2",
@@ -124,7 +124,7 @@
124124
"xxhashjs": "^0.2.2"
125125
},
126126
"devDependencies": {
127-
"@tarojs/mini-runner": "3.2.0-canary.9",
128-
"@tarojs/webpack-runner": "3.2.0-canary.9"
127+
"@tarojs/mini-runner": "3.2.0-beta.0",
128+
"@tarojs/webpack-runner": "3.2.0-beta.0"
129129
}
130130
}

packages/taro-components-rn/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/components-rn",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "多端解决方案基础组件(RN)",
55
"main": "./dist/index.js",
66
"scripts": {
@@ -49,7 +49,7 @@
4949
"utility-types": "^3.4.1"
5050
},
5151
"devDependencies": {
52-
"@tarojs/components": "3.2.0-canary.9",
52+
"@tarojs/components": "3.2.0-beta.0",
5353
"@types/react-native": "^0.63.33",
5454
"@types/sinon": "^9.0.8",
5555
"cpy-cli": "^3.1.1",

packages/taro-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/components",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "",
55
"main:h5": "src/index.js",
66
"main": "dist/index.js",
@@ -38,7 +38,7 @@
3838
"license": "MIT",
3939
"dependencies": {
4040
"@stencil/core": "~1.8.1",
41-
"@tarojs/taro": "3.2.0-canary.9",
41+
"@tarojs/taro": "3.2.0-beta.0",
4242
"better-scroll": "^1.14.1",
4343
"classnames": "^2.2.5",
4444
"intersection-observer": "^0.7.0",

packages/taro-extend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/extend",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "Taro extend functionality",
55
"author": "yuche <i@yuche.me>",
66
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-extend#readme",

packages/taro-h5/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/taro-h5",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "Taro h5 framework",
55
"main:h5": "src/index.js",
66
"main": "dist/index.cjs.js",
@@ -33,9 +33,9 @@
3333
"author": "O2Team",
3434
"license": "MIT",
3535
"dependencies": {
36-
"@tarojs/api": "3.2.0-canary.9",
37-
"@tarojs/router": "3.2.0-canary.9",
38-
"@tarojs/runtime": "3.2.0-canary.9",
36+
"@tarojs/api": "3.2.0-beta.0",
37+
"@tarojs/router": "3.2.0-beta.0",
38+
"@tarojs/runtime": "3.2.0-beta.0",
3939
"base64-js": "^1.3.0",
4040
"jsonp-retry": "^1.0.3",
4141
"mobile-detect": "^1.4.2",

packages/taro-helper/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/helper",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "Taro Helper",
55
"main": "index.js",
66
"types": "types/index.d.ts",
@@ -41,7 +41,7 @@
4141
"@babel/preset-typescript": "7.10.4",
4242
"@babel/register": "7.9.0",
4343
"@babel/runtime": "7.9.2",
44-
"@tarojs/taro": "3.2.0-canary.9",
44+
"@tarojs/taro": "3.2.0-beta.0",
4545
"babel-plugin-transform-react-jsx": "^6.24.1",
4646
"chalk": "3.0.0",
4747
"chokidar": "3.3.1",

packages/taro-loader/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/taro-loader",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "> TODO: description",
55
"author": "yuche <i@yuche.me>",
66
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-loader#readme",
@@ -32,6 +32,6 @@
3232
"access": "public"
3333
},
3434
"devDependencies": {
35-
"@tarojs/taro": "3.2.0-canary.9"
35+
"@tarojs/taro": "3.2.0-beta.0"
3636
}
3737
}

packages/taro-mini-runner/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/mini-runner",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "Mini app runner for taro",
55
"main": "index.js",
66
"scripts": {
@@ -37,12 +37,12 @@
3737
"@babel/core": "7.11.1",
3838
"@babel/plugin-proposal-class-properties": "7.10.4",
3939
"@babel/preset-env": "7.11.0",
40-
"@tarojs/helper": "3.2.0-canary.9",
41-
"@tarojs/runner-utils": "3.2.0-canary.9",
42-
"@tarojs/runtime": "3.2.0-canary.9",
43-
"@tarojs/shared": "3.2.0-canary.9",
44-
"@tarojs/taro": "3.2.0-canary.9",
45-
"@tarojs/taro-loader": "3.2.0-canary.9",
40+
"@tarojs/helper": "3.2.0-beta.0",
41+
"@tarojs/runner-utils": "3.2.0-beta.0",
42+
"@tarojs/runtime": "3.2.0-beta.0",
43+
"@tarojs/shared": "3.2.0-beta.0",
44+
"@tarojs/taro": "3.2.0-beta.0",
45+
"@tarojs/taro-loader": "3.2.0-beta.0",
4646
"babel-loader": "8.0.6",
4747
"babel-types": "^6.26.0",
4848
"copy-webpack-plugin": "^5.0.3",
@@ -84,9 +84,9 @@
8484
"yauzl": "2.10.0"
8585
},
8686
"devDependencies": {
87-
"@tarojs/cli": "3.2.0-canary.9",
88-
"@tarojs/components": "3.2.0-canary.9",
89-
"@tarojs/react": "3.2.0-canary.9",
90-
"babel-preset-taro": "3.2.0-canary.9"
87+
"@tarojs/cli": "3.2.0-beta.0",
88+
"@tarojs/components": "3.2.0-beta.0",
89+
"@tarojs/react": "3.2.0-beta.0",
90+
"babel-preset-taro": "3.2.0-beta.0"
9191
}
9292
}

packages/taro-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/react",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "like react-dom, but for mini apps.",
55
"author": "yuche <i@yuche.me>",
66
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-react#readme",
@@ -24,7 +24,7 @@
2424
"url": "https://github.com/NervJS/taro/issues"
2525
},
2626
"dependencies": {
27-
"@tarojs/runtime": "3.2.0-canary.9",
27+
"@tarojs/runtime": "3.2.0-beta.0",
2828
"react-reconciler": "^0.23.0",
2929
"scheduler": "^0.17.0"
3030
},

packages/taro-rn-runner/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/rn-runner",
3-
"version": "3.2.0-canary.9",
3+
"version": "3.2.0-beta.0",
44
"description": "ReactNative build tool for taro",
55
"main": "index.js",
66
"repository": {
@@ -32,10 +32,10 @@
3232
"dependencies": {
3333
"@react-native-community/cli": "^4.13.1",
3434
"@react-native-community/cli-server-api": "^4.13.1",
35-
"@tarojs/helper": "3.2.0-canary.9",
36-
"@tarojs/rn-style-transformer": "3.2.0-canary.9",
37-
"@tarojs/rn-supporter": "3.2.0-canary.9",
38-
"@tarojs/rn-transformer": "3.2.0-canary.9",
35+
"@tarojs/helper": "3.2.0-beta.0",
36+
"@tarojs/rn-style-transformer": "3.2.0-beta.0",
37+
"@tarojs/rn-supporter": "3.2.0-beta.0",
38+
"@tarojs/rn-transformer": "3.2.0-beta.0",
3939
"fs-extra": "^9.0.1",
4040
"lodash": "^4.17.4",
4141
"metro": "^0.58.0",

0 commit comments

Comments
 (0)