From 96dfd8b9ba4e47bffc11e6dd611e661f93e1bc59 Mon Sep 17 00:00:00 2001 From: Ibrahim Taveras Date: Thu, 5 Sep 2024 14:36:29 -0400 Subject: [PATCH] bump iOS and Android version to v1.9.38 (#6081) --- CHANGELOG.md | 42 +++++++++++++++++++++++++++ android/app/build.gradle | 4 +-- ios/Rainbow.xcodeproj/project.pbxproj | 8 ++--- package.json | 2 +- 4 files changed, 49 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ffe98480f..071c82e9d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,48 @@ and this project adheres to [Semantic Versioning](http://semver.org/) ### Fixed +## [1.9.37] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.37) + +### Added + +- Implement NFTs v2 Arc endpoint (#5973) +- Added mutation and queries needed for spindl integration (#6031) +- Added translations for degen mode and popular in rainbow (#6020) +- Added featured results to the dapp browser trending dapps section on the discover screen (#6046, #6049) +- Implemented perceived finality where a pending transaction is detected and confirmed, we are flagging the affected assets’ addresses and refetching updated user assets balances from BE (#6037) +- Implemented Mobile Wallet Protocol (#6061) +- Added ability to hide collectibles section (#6073) + +### Changed + +- Use chainId instead of network parts 1 and 2 (#5981, #5997) +- Shortened popular tokens list from 6 to 3 (#6028) +- Removed old logger and cleaned up logging (#6021) +- Added support for navigating to swap settings as a route (#6036) +- Upgraded some packages to the latest version (#6040) +- Cleaned up e2e on Android (#5970) +- Bumped WC and did some refactoring (#6047, #6064) +- Bumped webpack from 5.90.3 to 5.94.0 (#6048) +- Bumped fastlane (#6062) + +### Fixed + +- Fixed an issue on android where a user couldn’t access dexscreener in the dapp browser (#6003) +- Fixed Dapp Browser webview height on Android devices (#6004) +- Fixed Android button navigation colors (#6005) +- Fixed TokenToBuyList line break in search results when favoriting a token (#6002) +- Fixed a bug where the terminal UI for ETH rewards was missing (#6007) +- Fixed a bug where a user’s favorites wouldn’t migrate after updating app (#6029) +- Fixed an issue where we were not able to build android locally (#6027) +- Fixed a sentry error boundary crash where users would see the oops something went wrong message (#6044) +- Fixed an issue when certain sites won’t load if using the http prefix (#6054) +- Fixed an issue on ERC20 sends that would show contract address instead of recipient address (#6052) +- Fixed some crashes on PFP button, and send flow (#6063) +- Fixed a bug where WC was not confirming transactions (#6074) +- Fixed a bug where attempting to send an ENS caused a crash (#6075) +- Fixed a discrepancy where gas on l2s were showing higher in send flow than in swaps flow (#6076) +- Fixed a wrong ID being used for spindl integration (#6078) + ## [1.9.36] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.36) ### Fixed diff --git a/android/app/build.gradle b/android/app/build.gradle index 7297b466b66..3cef38731ed 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -130,8 +130,8 @@ android { applicationId "me.rainbow" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 228 - versionName "1.9.37" + versionCode 230 + versionName "1.9.38" missingDimensionStrategy 'react-native-camera', 'general' renderscriptTargetApi 23 renderscriptSupportModeEnabled true diff --git a/ios/Rainbow.xcodeproj/project.pbxproj b/ios/Rainbow.xcodeproj/project.pbxproj index f7203347248..d64d7724f8c 100644 --- a/ios/Rainbow.xcodeproj/project.pbxproj +++ b/ios/Rainbow.xcodeproj/project.pbxproj @@ -1836,7 +1836,7 @@ "$(PROJECT_DIR)", ); LLVM_LTO = YES; - MARKETING_VERSION = 1.9.37; + MARKETING_VERSION = 1.9.38; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = ( "$(inherited)", @@ -1900,7 +1900,7 @@ "$(PROJECT_DIR)", ); LLVM_LTO = YES; - MARKETING_VERSION = 1.9.37; + MARKETING_VERSION = 1.9.38; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = ( "$(inherited)", @@ -2017,7 +2017,7 @@ "$(PROJECT_DIR)", ); LLVM_LTO = YES; - MARKETING_VERSION = 1.9.37; + MARKETING_VERSION = 1.9.38; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = ( "$(inherited)", @@ -2133,7 +2133,7 @@ "$(PROJECT_DIR)", ); LLVM_LTO = YES; - MARKETING_VERSION = 1.9.37; + MARKETING_VERSION = 1.9.38; OTHER_CFLAGS = "$(inherited)"; OTHER_LDFLAGS = ( "$(inherited)", diff --git a/package.json b/package.json index 37c442c9cde..4fa57d26237 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Rainbow", - "version": "1.9.37-1", + "version": "1.9.38-1", "private": true, "scripts": { "setup": "yarn graphql-codegen:install && yarn ds:install && yarn allow-scripts && yarn postinstall && yarn graphql-codegen",