Skip to content

Commit d7ac812

Browse files
committed
chore(release): publish 3.2.1
1 parent 5277b91 commit d7ac812

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/about-sass-version/package.json

+1-1
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.0"
55+
"taro-ui": "^3.2.1"
5656
},
5757
"devDependencies": {
5858
"@babel/core": "^7.8.0",

examples/lazy-load-component/package.json

+1-1
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.0"
55+
"taro-ui": "^3.2.1"
5656
},
5757
"devDependencies": {
5858
"@babel/core": "^7.8.0",

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

+1-1
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.0",
4+
"version": "3.2.1",
55
"description": "Taro UI demo",
66
"author": "O2Team <aotu.io>",
77
"homepage": "https://taro-ui.taro.zone",

packages/taro-ui-demo/package.json

+1-1
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.0",
4+
"version": "3.2.1",
55
"description": "Taro UI demo",
66
"author": "O2Team <aotu.io>",
77
"homepage": "https://taro-ui.taro.zone",

packages/taro-ui-docs/package.json

+1-1
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.0",
4+
"version": "3.2.1",
55
"description": "Taro UI docs",
66
"author": "O2Team <aotu.io>",
77
"homepage": "https://taro-ui.taro.zone",

packages/taro-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taro-ui",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "UI KIT for Taro",
55
"module": "dist/index.esm.js",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)