From f82e39d31f87b08fa27666eb5409e3a9cc69b4f4 Mon Sep 17 00:00:00 2001 From: Thuc Nguyen Duy Date: Thu, 9 Nov 2023 16:49:40 +0700 Subject: [PATCH] Release version 1.1.7 (234) --- CHANGELOG.md | 8 ++++++- android/app/build.gradle | 2 +- ios/SubWalletMobile.xcodeproj/project.pbxproj | 24 +++++++++---------- package.json | 2 +- src/screens/Home/Browser/index.tsx | 2 +- 5 files changed, 22 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c45c5a4b..0961043c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.1.7 (234) +- Update web runner 1.1.21 (#1124) +- Hide the token of the Inactive chain on mobile app (#1133) +- Update text on Enable network screen (#1136) +- New image slider for browser tab (#1072) +- Follow up show dApp logo in svg in Browser and dApp confirmations (#980) + ## 1.1.7 (233) - Update text when select validator (#1129) @@ -14,7 +21,6 @@ - Mission pools feature (#1096) - Support 3D NFT display (#295) - Update message on the Create on account (#1110) -- Update message on the Create on account (#1110) - Add token name to the Token Details and Import Token screen for mobile app (#1097) - Update web-runner (v1.1.19) - Update load data timing (#1104) - Convert I18n language files from TS to JSON (#1091) diff --git a/android/app/build.gradle b/android/app/build.gradle index 7e7cde704..4a594bce1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -75,7 +75,7 @@ android { applicationId "app.subwallet.mobile" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 233 + versionCode 234 versionName "1.1.7" missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/ios/SubWalletMobile.xcodeproj/project.pbxproj b/ios/SubWalletMobile.xcodeproj/project.pbxproj index c1f861f7e..acda1bc1b 100644 --- a/ios/SubWalletMobile.xcodeproj/project.pbxproj +++ b/ios/SubWalletMobile.xcodeproj/project.pbxproj @@ -11,7 +11,7 @@ 0C80B921A6F3F58F76C31292 /* libPods-SubWalletMobile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-SubWalletMobile.a */; }; 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; }; 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; - 355FCA172A72335100B34579 /* RCTMinimizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 355FCA152A72335100B34579 /* RCTMinimizer.m */; }; + 355FCA172A72345100B34579 /* RCTMinimizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 355FCA152A72345100B34579 /* RCTMinimizer.m */; }; 3577831F29CEA0080036830D /* fonts in Resources */ = {isa = PBXBuildFile; fileRef = 3577831E29CEA0080036830D /* fonts */; }; 7699B88040F8A987B510C191 /* libPods-SubWalletMobile-SubWalletMobileTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-SubWalletMobile-SubWalletMobileTests.a */; }; 81AB9BB82411601600AC10FF /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* SplashScreen.storyboard */; }; @@ -41,8 +41,8 @@ 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = SubWalletMobile/Info.plist; sourceTree = ""; }; 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = SubWalletMobile/main.m; sourceTree = ""; }; 19F6CBCC0A4E27FBF8BF4A61 /* libPods-SubWalletMobile-SubWalletMobileTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SubWalletMobile-SubWalletMobileTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 355FCA152A72335100B34579 /* RCTMinimizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RCTMinimizer.m; path = SubWalletMobile/NativeModules/RCTMinimizer/RCTMinimizer.m; sourceTree = ""; }; - 355FCA162A72335100B34579 /* RCTMinimizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RCTMinimizer.h; path = SubWalletMobile/NativeModules/RCTMinimizer/RCTMinimizer.h; sourceTree = ""; }; + 355FCA152A72345100B34579 /* RCTMinimizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RCTMinimizer.m; path = SubWalletMobile/NativeModules/RCTMinimizer/RCTMinimizer.m; sourceTree = ""; }; + 355FCA162A72345100B34579 /* RCTMinimizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RCTMinimizer.h; path = SubWalletMobile/NativeModules/RCTMinimizer/RCTMinimizer.h; sourceTree = ""; }; 3577831E29CEA0080036830D /* fonts */ = {isa = PBXFileReference; lastKnownFileType = folder; path = fonts; sourceTree = ""; }; 3B4392A12AC88292D35C810B /* Pods-SubWalletMobile.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SubWalletMobile.debug.xcconfig"; path = "Target Support Files/Pods-SubWalletMobile/Pods-SubWalletMobile.debug.xcconfig"; sourceTree = ""; }; 5709B34CF0A7D63546082F79 /* Pods-SubWalletMobile.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SubWalletMobile.release.xcconfig"; path = "Target Support Files/Pods-SubWalletMobile/Pods-SubWalletMobile.release.xcconfig"; sourceTree = ""; }; @@ -97,7 +97,7 @@ 13B07FAE1A68108700A75B9A /* SubWalletMobile */ = { isa = PBXGroup; children = ( - 355FCA132A7233F000B34579 /* NativeModules */, + 355FCA132A7234F000B34579 /* NativeModules */, 990CC4AB2A33104500AB6D8B /* SubWalletMobile.entitlements */, 13B07FAF1A68108700A75B9A /* AppDelegate.h */, 13B07FB01A68108700A75B9A /* AppDelegate.mm */, @@ -119,19 +119,19 @@ name = Frameworks; sourceTree = ""; }; - 355FCA132A7233F000B34579 /* NativeModules */ = { + 355FCA132A7234F000B34579 /* NativeModules */ = { isa = PBXGroup; children = ( - 355FCA142A72333200B34579 /* RCTMinimizer */, + 355FCA142A72343200B34579 /* RCTMinimizer */, ); name = NativeModules; sourceTree = ""; }; - 355FCA142A72333200B34579 /* RCTMinimizer */ = { + 355FCA142A72343200B34579 /* RCTMinimizer */ = { isa = PBXGroup; children = ( - 355FCA162A72335100B34579 /* RCTMinimizer.h */, - 355FCA152A72335100B34579 /* RCTMinimizer.m */, + 355FCA162A72345100B34579 /* RCTMinimizer.h */, + 355FCA152A72345100B34579 /* RCTMinimizer.m */, ); name = RCTMinimizer; sourceTree = ""; @@ -458,7 +458,7 @@ buildActionMask = 2147483647; files = ( 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */, - 355FCA172A72335100B34579 /* RCTMinimizer.m in Sources */, + 355FCA172A72345100B34579 /* RCTMinimizer.m in Sources */, 13B07FC11A68108700A75B9A /* main.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -535,7 +535,7 @@ ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = SubWalletMobile/SubWalletMobile.entitlements; - CURRENT_PROJECT_VERSION = 233; + CURRENT_PROJECT_VERSION = 234; DEVELOPMENT_TEAM = ZUZ7T3GQMT; ENABLE_BITCODE = NO; INFOPLIST_FILE = SubWalletMobile/Info.plist; @@ -568,7 +568,7 @@ ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = SubWalletMobile/SubWalletMobile.entitlements; - CURRENT_PROJECT_VERSION = 233; + CURRENT_PROJECT_VERSION = 234; DEVELOPMENT_TEAM = ZUZ7T3GQMT; INFOPLIST_FILE = SubWalletMobile/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = SubWallet; diff --git a/package.json b/package.json index 0864d8bb1..aeac8c37a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "SubWalletMobile", "version": "1.1.7", - "build": "233", + "build": "234", "private": true, "license": "Apache-2.0", "reactNativePermissionsIOS": [ diff --git a/src/screens/Home/Browser/index.tsx b/src/screens/Home/Browser/index.tsx index 785a8aeef..8169a081b 100644 --- a/src/screens/Home/Browser/index.tsx +++ b/src/screens/Home/Browser/index.tsx @@ -45,7 +45,7 @@ const screenOptions = ( shadowOffset: { width: 0, height: 5 }, shadowOpacity: 0.4, shadowRadius: 3, - marginBottom: 2 + marginBottom: 2, }, tabBarItemStyle: { width: 'auto',