Skip to content

Commit 41fa8ce

Browse files
committed
feat: taro 3.4.12
1 parent 0aa716c commit 41fa8ce

6 files changed

+294
-294
lines changed

.github/workflows/assemble_android_debug.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ env:
1919
# 打包类型
2020
BUILD_TYPE: debug
2121
# 版本名称
22-
ANDROID_VERSION_NAME: 1.4.8
22+
ANDROID_VERSION_NAME: 1.4.9
2323
# 版本号
24-
ANDROID_VERSION_CODE: 14800
24+
ANDROID_VERSION_CODE: 14900
2525
# 密钥库文件
2626
ANDROID_KEYSTORE_FILE: debug.keystore
2727
# 密钥库口令

.github/workflows/assemble_android_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ env:
1919
# 打包类型
2020
BUILD_TYPE: release
2121
# 版本名称
22-
ANDROID_VERSION_NAME: 1.4.8
22+
ANDROID_VERSION_NAME: 1.4.9
2323
# 版本号
24-
ANDROID_VERSION_CODE: 14800
24+
ANDROID_VERSION_CODE: 14900
2525
# 密钥库文件
2626
ANDROID_KEYSTORE_FILE: release.keystore
2727
# 密钥库口令

.github/workflows/assemble_ios_debug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
APP_ID: ${{secrets.APP_ID}}
1717
APP_NAME: Taro
1818
BUILD_TYPE: debug
19-
IOS_VERSION_NUMBER: 1.4.8
19+
IOS_VERSION_NUMBER: 1.4.9
2020
IOS_TEAM_ID: ${{secrets.TEAM_ID}}
2121
IOS_PROVISIONING_PROFILE_SPECIFIER: ${{secrets.DEBUG_PROVISIONING_PROFILE_SPECIFIER}}
2222
IOS_CODE_SIGN_IDENTITY: Apple Development

.github/workflows/assemble_ios_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ env:
1616
APP_ID: ${{secrets.APP_ID}}
1717
APP_NAME: Taro
1818
BUILD_TYPE: release
19-
IOS_VERSION_NUMBER: 1.4.8
20-
IOS_BUILD_NUMBER: 1.4.8.1
19+
IOS_VERSION_NUMBER: 1.4.9
20+
IOS_BUILD_NUMBER: 1.4.9.1
2121
IOS_TEAM_ID: ${{secrets.TEAM_ID}}
2222
IOS_PROVISIONING_PROFILE_SPECIFIER: ${{secrets.RELEASE_PROVISIONING_PROFILE_SPECIFIER}}
2323
IOS_CODE_SIGN_IDENTITY: Apple Distribution

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taro-playground",
3-
"version": "1.4.8",
3+
"version": "1.4.9",
44
"private": true,
55
"description": "",
66
"templateInfo": {
@@ -33,7 +33,7 @@
3333
"link": "react-native link",
3434
"update-version": "sh ./bin/update_version.sh",
3535
"podInstall": "pod-install",
36-
"upgradePeerdeps": "install-peerdeps @tarojs/taro-rn@3.4.10 -o -Y && install-peerdeps @tarojs/components-rn@3.4.10 -o -Y && install-peerdeps @tarojs/router-rn@3.4.10 -o -Y && pod-install"
36+
"upgradePeerdeps": "install-peerdeps @tarojs/taro-rn@3.4.12 -o -Y && install-peerdeps @tarojs/components-rn@3.4.12 -o -Y && install-peerdeps @tarojs/router-rn@3.4.12 -o -Y && pod-install"
3737
},
3838
"browserslist": [
3939
"last 3 versions",
@@ -50,12 +50,12 @@
5050
"@react-native-community/slider": "~4.1.12",
5151
"@react-native-masked-view/masked-view": "~0.2.6",
5252
"@react-native-picker/picker": "~2.2.1",
53-
"@tarojs/components": "3.4.10",
54-
"@tarojs/plugin-framework-react": "3.4.10",
55-
"@tarojs/react": "3.4.10",
56-
"@tarojs/runtime": "3.4.10",
57-
"@tarojs/taro": "3.4.10",
58-
"@tarojs/taro-rn": "3.4.10",
53+
"@tarojs/components": "3.4.12",
54+
"@tarojs/plugin-framework-react": "3.4.12",
55+
"@tarojs/react": "3.4.12",
56+
"@tarojs/runtime": "3.4.12",
57+
"@tarojs/taro": "3.4.12",
58+
"@tarojs/taro-rn": "3.4.12",
5959
"expo-av": "~9.2.3",
6060
"expo-barcode-scanner": "~10.2.2",
6161
"expo-brightness": "~9.2.2",
@@ -86,18 +86,18 @@
8686
"devDependencies": {
8787
"@babel/core": "^7.8.0",
8888
"@babel/runtime": "^7.7.7",
89-
"@tarojs/cli": "3.4.10",
90-
"@tarojs/mini-runner": "3.4.10",
91-
"@tarojs/plugin-mini-ci": "3.4.10",
92-
"@tarojs/rn-runner": "3.4.10",
93-
"@tarojs/webpack-runner": "3.4.10",
89+
"@tarojs/cli": "3.4.12",
90+
"@tarojs/mini-runner": "3.4.12",
91+
"@tarojs/plugin-mini-ci": "3.4.12",
92+
"@tarojs/rn-runner": "3.4.12",
93+
"@tarojs/webpack-runner": "3.4.12",
9494
"@types/react": "^17.0.2",
9595
"@types/webpack-env": "^1.13.6",
9696
"@typescript-eslint/eslint-plugin": "^4.15.1",
9797
"@typescript-eslint/parser": "^4.15.1",
98-
"babel-preset-taro": "3.4.10",
98+
"babel-preset-taro": "3.4.12",
9999
"eslint": "^6.8.0",
100-
"eslint-config-taro": "3.4.10",
100+
"eslint-config-taro": "3.4.12",
101101
"eslint-plugin-import": "^2.12.0",
102102
"eslint-plugin-react": "^7.8.2",
103103
"eslint-plugin-react-hooks": "^4.2.0",

0 commit comments

Comments
 (0)