Skip to content

Commit

Permalink
update iOS and Android to v1.9.54 (#6401)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimtaveras00 committed Jan 16, 2025
1 parent d312658 commit 26cf47b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 7 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,35 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Fixed

## [1.9.53] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.53)

### Added

- Added trending tokens flag to remote config (#6373)
- We are now tracking failed walletconnect requests (#6304)
- Wallet switcher v2 (#6318)
- Wallet Groups (#6314)
- Added a new zustand store creator to improve performance (#6325)

### Changed

- Made improvements to trending tokens/network switcher (#6372)
- Cleaned up swaps zustand selectors (#6355)
- Updated rainbow world app icon contract address (#6381)
- Improved on charts loading performance (#6387)
- Made many performance improvements in the app (#6376)

### Fixed

- Fixed broken e2e tests for backups (#6365)
- Fixed a bug where swap submit button would get stuck on fetching (#6382)
- Fixed failing transactions on virtuals.io in dapp browser (#6383)
- Fixed an issue where the Google OAuth prompt would be stuck in a loop on app launch (#6380)
- Fixed a bug where NFTs were not able to save to device (#6356)
- Fixed a bug where android wouldn't allow users to install redacted icon (#6389)
- Fixed a bug where long token names would cause an overlap over price data in trending tokens view (#6391)
- Fixed a bug where tapping on copy address on wallet screen on Android devices would cause a crash (#6392)

## [1.9.52] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.52)

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ android {
applicationId "me.rainbow"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 247
versionName "1.9.53"
versionCode 248
versionName "1.9.54"
missingDimensionStrategy 'react-native-camera', 'general'
renderscriptTargetApi 23
renderscriptSupportModeEnabled true
Expand Down
8 changes: 4 additions & 4 deletions ios/Rainbow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.53;
MARKETING_VERSION = 1.9.54;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1951,7 +1951,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.53;
MARKETING_VERSION = 1.9.54;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -2072,7 +2072,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.53;
MARKETING_VERSION = 1.9.54;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -2192,7 +2192,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.53;
MARKETING_VERSION = 1.9.54;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rainbow",
"version": "1.9.53-1",
"version": "1.9.54-1",
"private": true,
"scripts": {
"setup": "yarn graphql-codegen:install && yarn ds:install && yarn allow-scripts && yarn graphql-codegen && yarn fetch:networks",
Expand Down

0 comments on commit 26cf47b

Please sign in to comment.