Skip to content

Commit 6bd59e5

Browse files
authored
chore(release): publish 3.2.2 (#1742)
* fix: 修复 taro 模板安装 taro-ui 时的报错 #1732#1718
1 parent 21722d8 commit 6bd59e5

File tree

7 files changed

+125
-169
lines changed

7 files changed

+125
-169
lines changed

examples/about-sass-version/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"react": "^17.0.2",
5353
"react-dom": "^17.0.2",
5454
"taro-hooks": "latest",
55-
"taro-ui": "^3.2.1"
55+
"taro-ui": "^3.2.2"
5656
},
5757
"devDependencies": {
5858
"@babel/core": "^7.8.0",

examples/lazy-load-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@tarojs/taro": "3.6.2",
5353
"react": "^18.0.0",
5454
"react-dom": "^18.0.0",
55-
"taro-ui": "^3.2.1"
55+
"taro-ui": "^3.2.2"
5656
},
5757
"devDependencies": {
5858
"@babel/core": "^7.8.0",

packages/taro-ui-demo-rn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "taro-ui-demo-rn",
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"description": "Taro UI demo",
66
"author": "O2Team <aotu.io>",
77
"homepage": "https://taro-ui.taro.zone",

packages/taro-ui-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "taro-ui-demo",
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"description": "Taro UI demo",
66
"author": "O2Team <aotu.io>",
77
"homepage": "https://taro-ui.taro.zone",

packages/taro-ui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "taro-ui-docs",
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"description": "Taro UI docs",
66
"author": "O2Team <aotu.io>",
77
"homepage": "https://taro-ui.taro.zone",

packages/taro-ui/package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taro-ui",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "UI KIT for Taro",
55
"module": "dist/index.esm.js",
66
"main": "dist/index.js",
@@ -78,15 +78,7 @@
7878
"@tarojs/taro": ">=3",
7979
"react": ">=16.13.0",
8080
"react-dom": ">=16.13.0",
81-
"react-native": ">=0.62.0",
82-
"@tarojs/plugin-platform-alipay": "3.6.6",
83-
"@tarojs/plugin-platform-h5": "3.6.6",
84-
"@tarojs/plugin-platform-jd": "3.6.6",
85-
"@tarojs/plugin-platform-qq": "3.6.6",
86-
"@tarojs/plugin-platform-swan": "3.6.6",
87-
"@tarojs/plugin-platform-tt": "3.6.6",
88-
"@tarojs/plugin-platform-weapp": "3.6.6",
89-
"@tarojs/taro-rn": "3.6.6"
81+
"react-native": ">=0.62.0"
9082
},
9183
"gitHead": "c33cc7fbb734f0dbdd6e305dda1bc8300e5adbe2"
9284
}

pnpm-lock.yaml

Lines changed: 118 additions & 154 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)