Skip to content

Commit dee8ff1

Browse files
authored
chore(release): publish 3.2.15 (NervJS#9694)
1 parent fdc7481 commit dee8ff1

File tree

44 files changed

+149
-149
lines changed

Some content is hidden

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

44 files changed

+149
-149
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
"license": "MIT"
5555
}
5656
},
57-
"version": "3.2.14",
57+
"version": "3.2.15",
5858
"npmClient": "yarn"
5959
}

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.2.14",
3+
"version": "3.2.15",
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.2.14"
27+
"taro-css-to-react-native": "3.2.15"
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.2.14",
3+
"version": "3.2.15",
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.2.14",
3+
"version": "3.2.15",
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.2.14",
37-
"@tarojs/taro-h5": "3.2.14",
36+
"@tarojs/helper": "3.2.15",
37+
"@tarojs/taro-h5": "3.2.15",
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.2.14",
42-
"babel-plugin-transform-taroapi": "3.2.14",
41+
"babel-plugin-transform-react-jsx-to-rn-stylesheet": "3.2.15",
42+
"babel-plugin-transform-taroapi": "3.2.15",
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.2.14"
48+
"@tarojs/taro-rn": "3.2.15"
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.2.14",
4+
"version": "3.2.15",
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.2.14",
3+
"version": "3.2.15",
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.2.14",
3+
"version": "3.2.15",
44
"description": "Taro specific linting plugin for ESLint",
55
"main": "index.js",
66
"files": [

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.2.14",
3+
"version": "3.2.15",
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.2.14",
3+
"version": "3.2.15",
44
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
55
"keywords": [
66
"postcss",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/shared",
3-
"version": "3.2.14",
3+
"version": "3.2.15",
44
"description": "> TODO: description",
55
"author": "yuche <[email protected]>",
66
"homepage": "https://github.com/nervjs/taro/tree/master/packages/shared#readme",

0 commit comments

Comments
 (0)