Skip to content

Commit 80135b3

Browse files
committed
chore(release): publish 3.3.0-alpha.8 --tag=beta
1 parent d2d24a1 commit 80135b3

File tree

46 files changed

+156
-156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+156
-156
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"license": "MIT"
5757
}
5858
},
59-
"version": "3.3.0-alpha.8",
59+
"version": "3.3.0-beta.0",
6060
"npmClient": "yarn"
6161
}

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

Lines changed: 2 additions & 2 deletions
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.3.0-alpha.8",
3+
"version": "3.3.0-beta.0",
44
"description": "Transform stylesheet selector to style in JSX Elements.",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"camelize": "^1.0.0",
27-
"taro-css-to-react-native": "3.3.0-alpha.8"
27+
"taro-css-to-react-native": "3.3.0-beta.0"
2828
},
2929
"devDependencies": {
3030
"@types/babel__core": "^7.1.14"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-transform-taroapi",
3-
"version": "3.3.0-alpha.8",
3+
"version": "3.3.0-beta.0",
44
"main": "dist/index.js",
55
"scripts": {
66
"build": "tsc"

packages/babel-preset-taro/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-taro",
3-
"version": "3.3.0-alpha.8",
3+
"version": "3.3.0-beta.0",
44
"description": "> TODO: description",
55
"author": "yuche <[email protected]>",
66
"homepage": "https://github.com/nervjs/taro/tree/master/packages/babel-preset-taro#readme",
@@ -33,18 +33,18 @@
3333
"@babel/preset-react": "7.12.13",
3434
"@babel/preset-typescript": "7.12.17",
3535
"@babel/runtime": "^7.11.2",
36-
"@tarojs/helper": "3.3.0-alpha.8",
37-
"@tarojs/taro-h5": "3.3.0-alpha.8",
36+
"@tarojs/helper": "3.3.0-beta.0",
37+
"@tarojs/taro-h5": "3.3.0-beta.0",
3838
"babel-plugin-dynamic-import-node": "^2.3.3",
3939
"babel-plugin-global-define": "^1.0.3",
4040
"babel-plugin-transform-imports-api": "^1.0.0",
41-
"babel-plugin-transform-react-jsx-to-rn-stylesheet": "3.3.0-alpha.8",
42-
"babel-plugin-transform-taroapi": "3.3.0-alpha.8",
41+
"babel-plugin-transform-react-jsx-to-rn-stylesheet": "3.3.0-beta.0",
42+
"babel-plugin-transform-taroapi": "3.3.0-beta.0",
4343
"core-js": "^3.6.5",
4444
"metro-react-native-babel-preset": "^0.64.0",
4545
"react-refresh": "0.9.0"
4646
},
4747
"devDependencies": {
48-
"@tarojs/taro-rn": "3.3.0-alpha.8"
48+
"@tarojs/taro-rn": "3.3.0-beta.0"
4949
}
5050
}

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

Lines changed: 1 addition & 1 deletion
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.3.0-alpha.8",
4+
"version": "3.3.0-beta.0",
55
"main": "dist/index.js",
66
"license": "MIT",
77
"dependencies": {

packages/eslint-config-taro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-taro",
3-
"version": "3.3.0-alpha.8",
3+
"version": "3.3.0-beta.0",
44
"description": "Taro specific linting rules for ESLint",
55
"main": "index.js",
66
"files": [

packages/eslint-plugin-taro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-taro",
3-
"version": "3.3.0-alpha.8",
3+
"version": "3.3.0-beta.0",
44
"description": "Taro specific linting plugin for ESLint",
55
"main": "index.js",
66
"files": [

packages/postcss-html-transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-html-transform",
3-
"version": "3.3.0-alpha.8",
3+
"version": "3.3.0-beta.0",
44
"description": "transform html tag name selector",
55
"main": "index.js",
66
"author": "drchan",

packages/postcss-plugin-constparse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-plugin-constparse",
3-
"version": "3.3.0-alpha.8",
3+
"version": "3.3.0-beta.0",
44
"description": "parse constants defined in config",
55
"main": "index.js",
66
"author": "Simba",

packages/postcss-pxtransform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-pxtransform",
3-
"version": "3.3.0-alpha.8",
3+
"version": "3.3.0-beta.0",
44
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)