Skip to content

Commit

Permalink
chore(release): publish 3.2.2 (#1742)
Browse files Browse the repository at this point in the history
* fix: 修复 taro 模板安装 taro-ui 时的报错
#1732#1718
  • Loading branch information
robinv8 committed Jan 4, 2024
1 parent 21722d8 commit 6bd59e5
Show file tree
Hide file tree
Showing 7 changed files with 125 additions and 169 deletions.
2 changes: 1 addition & 1 deletion examples/about-sass-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"taro-hooks": "latest",
"taro-ui": "^3.2.1"
"taro-ui": "^3.2.2"
},
"devDependencies": {
"@babel/core": "^7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/lazy-load-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@tarojs/taro": "3.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"taro-ui": "^3.2.1"
"taro-ui": "^3.2.2"
},
"devDependencies": {
"@babel/core": "^7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-ui-demo-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "taro-ui-demo-rn",
"version": "3.2.1",
"version": "3.2.2",
"description": "Taro UI demo",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.taro.zone",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-ui-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "taro-ui-demo",
"version": "3.2.1",
"version": "3.2.2",
"description": "Taro UI demo",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.taro.zone",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-ui-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "taro-ui-docs",
"version": "3.2.1",
"version": "3.2.2",
"description": "Taro UI docs",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.taro.zone",
Expand Down
12 changes: 2 additions & 10 deletions packages/taro-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-ui",
"version": "3.2.1",
"version": "3.2.2",
"description": "UI KIT for Taro",
"module": "dist/index.esm.js",
"main": "dist/index.js",
Expand Down Expand Up @@ -78,15 +78,7 @@
"@tarojs/taro": ">=3",
"react": ">=16.13.0",
"react-dom": ">=16.13.0",
"react-native": ">=0.62.0",
"@tarojs/plugin-platform-alipay": "3.6.6",
"@tarojs/plugin-platform-h5": "3.6.6",
"@tarojs/plugin-platform-jd": "3.6.6",
"@tarojs/plugin-platform-qq": "3.6.6",
"@tarojs/plugin-platform-swan": "3.6.6",
"@tarojs/plugin-platform-tt": "3.6.6",
"@tarojs/plugin-platform-weapp": "3.6.6",
"@tarojs/taro-rn": "3.6.6"
"react-native": ">=0.62.0"
},
"gitHead": "c33cc7fbb734f0dbdd6e305dda1bc8300e5adbe2"
}
272 changes: 118 additions & 154 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 6bd59e5

Please sign in to comment.