From 713d9ac696ad806cdf02405b03c539e454da8ad4 Mon Sep 17 00:00:00 2001 From: Thuc Nguyen Duy Date: Sat, 30 Sep 2023 15:19:37 +0700 Subject: [PATCH] Release version 1.1.2 (222) --- CHANGELOG.md | 9 +++++++++ android/app/build.gradle | 4 ++-- ios/SubWalletMobile.xcodeproj/project.pbxproj | 8 ++++---- package.json | 4 ++-- yarn.lock | 4 ++-- 5 files changed, 19 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0df1c02d7..5cd447bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.1.2 (222) +- Upgrade React Native 0.72.4 (#1007) +- Bug error page when open Customize access screen (#1041) +- Bug bug navigate incorrect in case search token to get address (#995) +- Bug static server to support cors (#988) +- Bug Need to auto-focus the master password field on Android device (#1020) +- Bug Biometric failed attempts alert isn't shown in enable biometric/change master password (#1016) +- Bug Auto back to App previous in case connect wallet connect the fisrt times in app Browser (#1019) + ## 1.1.1 (221) - Show incorrect provider in case import provider successful (#989) - Upgrade UI Select provider (#840) diff --git a/android/app/build.gradle b/android/app/build.gradle index 49fc6de2c..042200848 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -75,8 +75,8 @@ android { applicationId "app.subwallet.mobile" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 221 - versionName "1.1.1" + versionCode 222 + versionName "1.1.2" missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/ios/SubWalletMobile.xcodeproj/project.pbxproj b/ios/SubWalletMobile.xcodeproj/project.pbxproj index 2d3d67178..6c85a34e2 100644 --- a/ios/SubWalletMobile.xcodeproj/project.pbxproj +++ b/ios/SubWalletMobile.xcodeproj/project.pbxproj @@ -535,7 +535,7 @@ ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = SubWalletMobile/SubWalletMobile.entitlements; - CURRENT_PROJECT_VERSION = 221; + CURRENT_PROJECT_VERSION = 222; DEVELOPMENT_TEAM = ZUZ7T3GQMT; ENABLE_BITCODE = NO; INFOPLIST_FILE = SubWalletMobile/Info.plist; @@ -546,7 +546,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.1; + MARKETING_VERSION = 1.1.2; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -568,7 +568,7 @@ ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = SubWalletMobile/SubWalletMobile.entitlements; - CURRENT_PROJECT_VERSION = 221; + CURRENT_PROJECT_VERSION = 222; DEVELOPMENT_TEAM = ZUZ7T3GQMT; INFOPLIST_FILE = SubWalletMobile/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = SubWallet; @@ -578,7 +578,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.1; + MARKETING_VERSION = 1.1.2; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/package.json b/package.json index 7564ba5f2..bff3c6992 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "SubWalletMobile", - "version": "1.1.1", - "build": "221", + "version": "1.1.2", + "build": "222", "private": true, "license": "Apache-2.0", "reactNativePermissionsIOS": [ diff --git a/yarn.lock b/yarn.lock index 11f6fb15c..41baf0e4f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6325,9 +6325,9 @@ bindings@^1.5.0: dependencies: file-uri-to-path "1.0.0" -"bip32-ed25519@git+https://github.com/Zondax/bip32-ed25519.git": +"bip32-ed25519@https://github.com/Zondax/bip32-ed25519": version "0.0.4" - resolved "git+https://github.com/Zondax/bip32-ed25519.git#0949df01b5c93885339bc28116690292088f6134" + resolved "https://github.com/Zondax/bip32-ed25519#0949df01b5c93885339bc28116690292088f6134" dependencies: bn.js "^5.1.1" elliptic "^6.4.1"