Skip to content

Commit 21722d8

Browse files
authored
chore(release): publish 3.2.1 (#1740)
* Remove unnecessary build script and dev dependencies * chore(release): publish 3.2.1
1 parent 93809e9 commit 21722d8

File tree

7 files changed

+143
-3817
lines changed

7 files changed

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

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

Lines changed: 1 addition & 2 deletions
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",
@@ -16,7 +16,6 @@
1616
"css": "sass"
1717
},
1818
"scripts": {
19-
"build": "pnpm run build:rn",
2019
"build:weapp": "taro build --type weapp",
2120
"build:swan": "taro build --type swan",
2221
"build:alipay": "taro build --type alipay",

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.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

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.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

Lines changed: 1 addition & 9 deletions
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",
@@ -54,14 +54,6 @@
5454
},
5555
"devDependencies": {
5656
"@rollup/plugin-commonjs": "^11.0.2",
57-
"@tarojs/plugin-platform-alipay": "3.6.6",
58-
"@tarojs/plugin-platform-h5": "3.6.6",
59-
"@tarojs/plugin-platform-jd": "3.6.6",
60-
"@tarojs/plugin-platform-qq": "3.6.6",
61-
"@tarojs/plugin-platform-swan": "3.6.6",
62-
"@tarojs/plugin-platform-tt": "3.6.6",
63-
"@tarojs/plugin-platform-weapp": "3.6.6",
64-
"@tarojs/taro-rn": "3.6.6",
6557
"@rollup/plugin-json": "^4.0.2",
6658
"@rollup/plugin-node-resolve": "^7.1.1",
6759
"@tarojs/components": "3.6.6",

0 commit comments

Comments
 (0)