Skip to content

Commit

Permalink
feat: taro 3.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Jun 21, 2022
1 parent 0aa716c commit 41fa8ce
Show file tree
Hide file tree
Showing 6 changed files with 294 additions and 294 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assemble_android_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ env:
# 打包类型
BUILD_TYPE: debug
# 版本名称
ANDROID_VERSION_NAME: 1.4.8
ANDROID_VERSION_NAME: 1.4.9
# 版本号
ANDROID_VERSION_CODE: 14800
ANDROID_VERSION_CODE: 14900
# 密钥库文件
ANDROID_KEYSTORE_FILE: debug.keystore
# 密钥库口令
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/assemble_android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ env:
# 打包类型
BUILD_TYPE: release
# 版本名称
ANDROID_VERSION_NAME: 1.4.8
ANDROID_VERSION_NAME: 1.4.9
# 版本号
ANDROID_VERSION_CODE: 14800
ANDROID_VERSION_CODE: 14900
# 密钥库文件
ANDROID_KEYSTORE_FILE: release.keystore
# 密钥库口令
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assemble_ios_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
APP_ID: ${{secrets.APP_ID}}
APP_NAME: Taro
BUILD_TYPE: debug
IOS_VERSION_NUMBER: 1.4.8
IOS_VERSION_NUMBER: 1.4.9
IOS_TEAM_ID: ${{secrets.TEAM_ID}}
IOS_PROVISIONING_PROFILE_SPECIFIER: ${{secrets.DEBUG_PROVISIONING_PROFILE_SPECIFIER}}
IOS_CODE_SIGN_IDENTITY: Apple Development
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/assemble_ios_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ env:
APP_ID: ${{secrets.APP_ID}}
APP_NAME: Taro
BUILD_TYPE: release
IOS_VERSION_NUMBER: 1.4.8
IOS_BUILD_NUMBER: 1.4.8.1
IOS_VERSION_NUMBER: 1.4.9
IOS_BUILD_NUMBER: 1.4.9.1
IOS_TEAM_ID: ${{secrets.TEAM_ID}}
IOS_PROVISIONING_PROFILE_SPECIFIER: ${{secrets.RELEASE_PROVISIONING_PROFILE_SPECIFIER}}
IOS_CODE_SIGN_IDENTITY: Apple Distribution
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-playground",
"version": "1.4.8",
"version": "1.4.9",
"private": true,
"description": "",
"templateInfo": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"link": "react-native link",
"update-version": "sh ./bin/update_version.sh",
"podInstall": "pod-install",
"upgradePeerdeps": "install-peerdeps @tarojs/[email protected].10 -o -Y && install-peerdeps @tarojs/[email protected].10 -o -Y && install-peerdeps @tarojs/[email protected].10 -o -Y && pod-install"
"upgradePeerdeps": "install-peerdeps @tarojs/[email protected].12 -o -Y && install-peerdeps @tarojs/[email protected].12 -o -Y && install-peerdeps @tarojs/[email protected].12 -o -Y && pod-install"
},
"browserslist": [
"last 3 versions",
Expand All @@ -50,12 +50,12 @@
"@react-native-community/slider": "~4.1.12",
"@react-native-masked-view/masked-view": "~0.2.6",
"@react-native-picker/picker": "~2.2.1",
"@tarojs/components": "3.4.10",
"@tarojs/plugin-framework-react": "3.4.10",
"@tarojs/react": "3.4.10",
"@tarojs/runtime": "3.4.10",
"@tarojs/taro": "3.4.10",
"@tarojs/taro-rn": "3.4.10",
"@tarojs/components": "3.4.12",
"@tarojs/plugin-framework-react": "3.4.12",
"@tarojs/react": "3.4.12",
"@tarojs/runtime": "3.4.12",
"@tarojs/taro": "3.4.12",
"@tarojs/taro-rn": "3.4.12",
"expo-av": "~9.2.3",
"expo-barcode-scanner": "~10.2.2",
"expo-brightness": "~9.2.2",
Expand Down Expand Up @@ -86,18 +86,18 @@
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/runtime": "^7.7.7",
"@tarojs/cli": "3.4.10",
"@tarojs/mini-runner": "3.4.10",
"@tarojs/plugin-mini-ci": "3.4.10",
"@tarojs/rn-runner": "3.4.10",
"@tarojs/webpack-runner": "3.4.10",
"@tarojs/cli": "3.4.12",
"@tarojs/mini-runner": "3.4.12",
"@tarojs/plugin-mini-ci": "3.4.12",
"@tarojs/rn-runner": "3.4.12",
"@tarojs/webpack-runner": "3.4.12",
"@types/react": "^17.0.2",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"babel-preset-taro": "3.4.10",
"babel-preset-taro": "3.4.12",
"eslint": "^6.8.0",
"eslint-config-taro": "3.4.10",
"eslint-config-taro": "3.4.12",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-react-hooks": "^4.2.0",
Expand Down
Loading

0 comments on commit 41fa8ce

Please sign in to comment.