Skip to content

Commit

Permalink
bump iOS and Android to version 1.9.48 (#6305)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimtaveras00 committed Dec 6, 2024
1 parent 9991c9c commit 20ea501
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 7 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,38 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Fixed

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

### Added

- Added react-native-turbo-haptics on both OS's (#6264)
- Added trending tokens query (#6288)
- Implemented active tab flag for dapp browser (#6279)
- Added translations for claimables, DeFi Positions, WC loading state and swaps v2 bridging (#6295)
- Added more analytics events for token details, erc20s and nfts (#6287)
- Added ability to deeplink to swaps (#6178)

### Changed

- Replaced custom native review module with expo-store-review (#6268)
- Updated mobile app's id'ing number of wallets to match BX (#6278)
- Dapp Browser upgrades (#6269, #6300)
- Enable third party defi positions & fix token list exclusion logic (#6299)

### Fixed

- Fixed a crash that would happen when attempting to swap tokens with 0 decimals (#6263)
- Fixed app store deep links in dapp browser (#6267)
- Fixed address searches on discover screen (#6272)
- Fixed wallet telemetry identify for analytics (#6258)
- Fixed a bug where users weren't able to open points breakdown from points screen (#6284)
- Fixed an issue where we showed NaN wallet balance (#6283)
- We now use MMKVObject initial value which fixes the empty default object being recreated (#6290)
- Fixed the issue where we weren't showing the ledger pairing sheet during swaps confirmation (#6275)
- Fixed build failures by using appstore connect key for CI (#6294)
- Fixed a race condition where the wallet list would be static and users couldn't scroll (#6286)
- Fixed lp badge gradient overflow and android shadows (#6296)

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

### Changed
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 240
versionName "1.9.47"
versionCode 241
versionName "1.9.48"
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 @@ -1875,7 +1875,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.47;
MARKETING_VERSION = 1.9.48;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1943,7 +1943,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.47;
MARKETING_VERSION = 1.9.48;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -2064,7 +2064,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.47;
MARKETING_VERSION = 1.9.48;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -2184,7 +2184,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.47;
MARKETING_VERSION = 1.9.48;
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.47-1",
"version": "1.9.48-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 20ea501

Please sign in to comment.