From 0ef8000a9751f55ea31cfc77944ebb287caedde9 Mon Sep 17 00:00:00 2001 From: Thuc Nguyen Duy Date: Fri, 23 Feb 2024 14:27:21 +0700 Subject: [PATCH] Release version 1.1.34 (319) --- CHANGELOG.md | 8 +++ android/app/build.gradle | 4 +- ios/SubWalletMobile.xcodeproj/project.pbxproj | 16 ++--- package.json | 4 +- yarn.lock | 58 +++++++++---------- 5 files changed, 49 insertions(+), 41 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d687ffe3..8c79fb97f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.1.34 (319) +- Turn off userAgent when desktop mode is disabled (#1492) +- Fix UI bug in TokenDetail screen (#1407) +- Improve StaticContent for Earning (#1365) +- Move mission pool into dApp browser (#1488) +- Add action close modal when click back virtual button (#1444) +- Sort the token by the balance on mobile app (#1234) + ## 1.1.33 (318) - Update the Token details screen for mobile app (#1235) - Update tabbar's content (#1485) diff --git a/android/app/build.gradle b/android/app/build.gradle index 1fecbaec3..ab4f7af67 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -76,8 +76,8 @@ android { applicationId "app.subwallet.mobile" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 318 - versionName "1.1.33" + versionCode 319 + versionName "1.1.34" missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/ios/SubWalletMobile.xcodeproj/project.pbxproj b/ios/SubWalletMobile.xcodeproj/project.pbxproj index c07e1507a..2033a7233 100644 --- a/ios/SubWalletMobile.xcodeproj/project.pbxproj +++ b/ios/SubWalletMobile.xcodeproj/project.pbxproj @@ -8,7 +8,7 @@ /* Begin PBXBuildFile section */ 00E356F31AD99517003FC87E /* SubWalletMobileTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* SubWalletMobileTests.m */; }; - 0C80B921A6F3F58F76C31892 /* libPods-SubWalletMobile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-SubWalletMobile.a */; }; + 0C80B921A6F3F58F76C31992 /* 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 */; }; 355FCA172A72365100B34579 /* RCTMinimizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 355FCA152A72365100B34579 /* RCTMinimizer.m */; }; @@ -50,7 +50,7 @@ 5DCACB8F33CDC322A6C60F78 /* libPods-SubWalletMobile.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SubWalletMobile.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 81AB9BB72411601600AC10FF /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = SubWalletMobile/SplashScreen.storyboard; sourceTree = ""; }; 89C6BE57DB24E9ADA2F236DE /* Pods-SubWalletMobile-SubWalletMobileTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SubWalletMobile-SubWalletMobileTests.release.xcconfig"; path = "Target Support Files/Pods-SubWalletMobile-SubWalletMobileTests/Pods-SubWalletMobile-SubWalletMobileTests.release.xcconfig"; sourceTree = ""; }; - 990CC4AB2A33184500AB6D8B /* SubWalletMobile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = SubWalletMobile.entitlements; path = SubWalletMobile/SubWalletMobile.entitlements; sourceTree = ""; }; + 990CC4AB2A33194500AB6D8B /* SubWalletMobile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = SubWalletMobile.entitlements; path = SubWalletMobile/SubWalletMobile.entitlements; sourceTree = ""; }; ED302162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; F1554EF8292D4F5B00302F08 /* Images-2.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = "Images-2.xcassets"; path = "SubWalletMobile/Images-2.xcassets"; sourceTree = ""; }; F16BB9D8292A5C7B00F9E935 /* Web.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = Web.bundle; path = ../html/Web.bundle; sourceTree = ""; }; @@ -70,7 +70,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 0C80B921A6F3F58F76C31892 /* libPods-SubWalletMobile.a in Frameworks */, + 0C80B921A6F3F58F76C31992 /* libPods-SubWalletMobile.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -98,7 +98,7 @@ isa = PBXGroup; children = ( 355FCA132A7236F000B34579 /* NativeModules */, - 990CC4AB2A33184500AB6D8B /* SubWalletMobile.entitlements */, + 990CC4AB2A33194500AB6D8B /* SubWalletMobile.entitlements */, 13B07FAF1A68108700A75B9A /* AppDelegate.h */, 13B07FB01A68108700A75B9A /* AppDelegate.mm */, 13B07FB61A68108700A75B9A /* Info.plist */, @@ -535,7 +535,7 @@ ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = SubWalletMobile/SubWalletMobile.entitlements; - CURRENT_PROJECT_VERSION = 318; + CURRENT_PROJECT_VERSION = 319; DEVELOPMENT_TEAM = ZUZ7T3GQMT; ENABLE_BITCODE = NO; INFOPLIST_FILE = SubWalletMobile/Info.plist; @@ -546,7 +546,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.33; + MARKETING_VERSION = 1.1.34; 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 = 318; + CURRENT_PROJECT_VERSION = 319; DEVELOPMENT_TEAM = ZUZ7T3GQMT; INFOPLIST_FILE = SubWalletMobile/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = SubWallet; @@ -578,7 +578,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.1.33; + MARKETING_VERSION = 1.1.34; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/package.json b/package.json index 32e19085b..847538d04 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "SubWalletMobile", - "version": "1.1.33", - "build": "318", + "version": "1.1.34", + "build": "319", "bundleVersion": "a(v11)-i(v7)", "bundleVersionStaging": "a(v11)-i(v16)", "private": true, diff --git a/yarn.lock b/yarn.lock index 02a6a4306..25e49b55e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4541,19 +4541,19 @@ resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.46.0.tgz#bfe3e6a30d39929f57ecc178acde4e74a773e2b6" integrity sha512-rBvWnlrBeFTd5LVG7oX3rOHzR16yqyffOFHKmUiVcblpXI3D89CXOvAljW9tWlA1H/2/FegaZnHPhdObPsvi+w== -"@subwallet/chain-list@0.2.40": - version "0.2.40" - resolved "https://registry.yarnpkg.com/@subwallet/chain-list/-/chain-list-0.2.40.tgz#59e0da797d14a6189d8fd203ff917796c6431581" - integrity sha512-AId+7bdYsqL335dsQPrA0r32pho3Yj22R8K11jEHMKDL2rl3QlHH6ifEi/E2mcf3/bjJTHNHZp7OCdlsIKoXHg== +"@subwallet/chain-list@0.2.41": + version "0.2.41" + resolved "https://repo.huaweicloud.com/repository/npm/@subwallet/chain-list/-/chain-list-0.2.41.tgz#9c3a332bb39ad7a5564ebcd0bde1eb6cc8c2ea76" + integrity sha512-3Nl3+JoQuIQd62EbJ+vezB0xOwN+iWBqMnzFrpgDLDmHOyG2efVx7magr6ZzOK1vbjHlqWDNr1Vvyvea+1VB0Q== dependencies: "@polkadot/dev" "0.67.167" "@polkadot/util" "^12.5.1" eventemitter3 "^5.0.1" -"@subwallet/extension-base@1.1.36-0", "@subwallet/extension-base@^1.1.36-0": - version "1.1.36-0" - resolved "https://registry.yarnpkg.com/@subwallet/extension-base/-/extension-base-1.1.36-0.tgz#4b30af2fe0e9fb457978d338aa337c5cd0fe7968" - integrity sha512-WFnvtW/p6oQcdMd42MkkCTjz4Eym6AmRRDr6bN/56XwgtBWhmnQKJwOmlDQmQmGSnpZxNLWpgDYTdZxPpkKbxQ== +"@subwallet/extension-base@1.1.38-1", "@subwallet/extension-base@^1.1.38-1": + version "1.1.38-1" + resolved "https://repo.huaweicloud.com/repository/npm/@subwallet/extension-base/-/extension-base-1.1.38-1.tgz#3fb46927e05c98d98a63c4a581994c41925c193c" + integrity sha512-Q87+xVSB9OyoqeUXJ/cBJNZKhlBqi8Tv5NsTU9KxQeJg6DfRrSOWjQomHdSyHRkf2H7oT5PJxdiiuM67EB/SVw== dependencies: "@acala-network/api" "^5.0.2" "@apollo/client" "^3.7.14" @@ -4583,11 +4583,11 @@ "@reduxjs/toolkit" "^1.9.1" "@sora-substrate/type-definitions" "^1.17.7" "@substrate/connect" "^0.7.26" - "@subwallet/chain-list" "0.2.40" - "@subwallet/extension-base" "^1.1.36-0" - "@subwallet/extension-chains" "^1.1.36-0" - "@subwallet/extension-dapp" "^1.1.36-0" - "@subwallet/extension-inject" "^1.1.36-0" + "@subwallet/chain-list" "0.2.41" + "@subwallet/extension-base" "^1.1.38-1" + "@subwallet/extension-chains" "^1.1.38-1" + "@subwallet/extension-dapp" "^1.1.38-1" + "@subwallet/extension-inject" "^1.1.38-1" "@subwallet/keyring" "^0.1.3" "@subwallet/ui-keyring" "^0.1.3" "@walletconnect/sign-client" "^2.8.4" @@ -4635,16 +4635,16 @@ "@polkadot/util-crypto" "^12.6.1" "@subwallet/extension-inject" "^1.1.33-0" -"@subwallet/extension-chains@^1.1.36-0": - version "1.1.36-0" - resolved "https://registry.yarnpkg.com/@subwallet/extension-chains/-/extension-chains-1.1.36-0.tgz#b828a9917f4af8b6facb46179f805f437e62bac3" - integrity sha512-gqD2CtNMAEH9ZdKVqr9Mh7/TaSgvI0v4baBpKq5ngFyZWzC5HZPkSZU1Q20/jewn0P73Oo3aThGBTLaIigMe1A== +"@subwallet/extension-chains@^1.1.38-1": + version "1.1.38-1" + resolved "https://repo.huaweicloud.com/repository/npm/@subwallet/extension-chains/-/extension-chains-1.1.38-1.tgz#4cd82af328f73aee64ce2f941e54f0c2e4429de3" + integrity sha512-MP7C5/2ZM9bv9uRuRb93jt4hkfsGlooGKvJGtIfNVl/L8XJ/GvJHr2RX4fC/sqC5ussOVyBMmg62tCjQAoE7AA== dependencies: "@babel/runtime" "^7.20.6" "@polkadot/networks" "^12.6.1" "@polkadot/util" "^12.6.1" "@polkadot/util-crypto" "^12.6.1" - "@subwallet/extension-inject" "^1.1.36-0" + "@subwallet/extension-inject" "^1.1.38-1" "@subwallet/extension-dapp@1.1.33-0": version "1.1.33-0" @@ -4656,15 +4656,15 @@ "@polkadot/util-crypto" "^12.6.1" "@subwallet/extension-inject" "^1.1.33-0" -"@subwallet/extension-dapp@^1.1.36-0": - version "1.1.36-0" - resolved "https://registry.yarnpkg.com/@subwallet/extension-dapp/-/extension-dapp-1.1.36-0.tgz#ae884209b9b24fe67f5f7f0fda1ec350a2a6d638" - integrity sha512-s1F666ZJnKPx8K2//At2UsbX6CZJIdWP/ziTE0H5ptV+CtKgp4e27UMMQhLNkwzg5eGBPK2Nn9zLjUX18btXCA== +"@subwallet/extension-dapp@^1.1.38-1": + version "1.1.38-1" + resolved "https://repo.huaweicloud.com/repository/npm/@subwallet/extension-dapp/-/extension-dapp-1.1.38-1.tgz#51b3e6f4aca41bc2f660e22d4ecea9e35faf5fa7" + integrity sha512-AnpGDUepHqSzf/XgODkLDcP6Q/oU9C7dd1Xz3d72nLXOOnCKB2UjfTepLq3p1G9xkss11SZc4n1hka0jfbzIOw== dependencies: "@babel/runtime" "^7.20.6" "@polkadot/util" "^12.6.1" "@polkadot/util-crypto" "^12.6.1" - "@subwallet/extension-inject" "^1.1.36-0" + "@subwallet/extension-inject" "^1.1.38-1" "@subwallet/extension-inject@^1.1.33-0": version "1.1.33-0" @@ -4679,10 +4679,10 @@ "@polkadot/x-global" "^12.2.1" web3-core "^1.10.0" -"@subwallet/extension-inject@^1.1.36-0": - version "1.1.36-0" - resolved "https://registry.yarnpkg.com/@subwallet/extension-inject/-/extension-inject-1.1.36-0.tgz#e72d23b540eed8faa500f6baab9cf9a417778a09" - integrity sha512-udkxv2jE7vEJky+LGG7YVf10y1fOUUdudo20KyKteVEoc+qv8zwSxSD/GUKcRtUTJcwhdXvby6ddN8+j22ftuQ== +"@subwallet/extension-inject@^1.1.38-1": + version "1.1.38-1" + resolved "https://repo.huaweicloud.com/repository/npm/@subwallet/extension-inject/-/extension-inject-1.1.38-1.tgz#4327033102c803cd43cfc4f37bb44feda563c93a" + integrity sha512-QZxOVxKcnjyVoIc4KTus6woL3Zzf8gJnOHt8TgX3isszeoRO44ycPrm4ZIspJZl3iBr3d8HFARMB+R1r2S5TOw== dependencies: "@babel/runtime" "^7.20.6" "@polkadot/rpc-provider" "^10.11.1" @@ -6849,9 +6849,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"