Skip to content

Commit d3485bb

Browse files
bump iOS and Android to v1.9.57 (#6437)
1 parent 5e7ce34 commit d3485bb

File tree

4 files changed

+37
-7
lines changed

4 files changed

+37
-7
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,36 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
1515

1616
### Fixed
1717

18+
## [1.9.56] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.56)
19+
20+
### Added
21+
22+
- Added better error handling on swaps flow with damaged wallets (#6398)
23+
- Expanded state v2, phase 1 (#6332)
24+
25+
### Changed
26+
27+
- Implemented new logic for backup prompt (#6388)
28+
- Bumped rudderstack (#6407)
29+
- Enabled third party positions to be calculated in address summary (#6404)
30+
- Query store optimizations (#6413)
31+
- Updated discover search to v3 endpoint (#6394)
32+
- Optimized backendNetworks store (#6409)
33+
- We now prevent e2e flow to run while PRs are in draft mode (#6406)
34+
- We’ve bumped slippage from 2 to 5 except on the following networks; mainnet, polygon and BSC (#6419)
35+
- Made significant improvements in the transaction handling architecture (#6390)
36+
- Bumped react native image crop picker (#6430)
37+
38+
### Fixed
39+
40+
- Fixed a crash that was caused by improper error handling of cloud backup system
41+
- Fixed an issue where on some Android devices the wallet UX navigation wasn’t scrollable (#6393)
42+
- Fixed an issue where the wrong native asset was being displayed on SignTransactionSheet (#6395)
43+
- Fixed inconsistencies between swaps store slippage and shared value (#6399)
44+
- Fixed emoji size type which was causing a crash on Android (#6421)
45+
- Fixed an issue with back up prompt not being shown on new wallet creation (#6423, #6426)
46+
- Fixed a bug where the buy button on a native asset was disabled (#6429)
47+
1848
## [1.9.55] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.55)
1949

2050
### Changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ android {
135135
applicationId "me.rainbow"
136136
minSdkVersion rootProject.ext.minSdkVersion
137137
targetSdkVersion rootProject.ext.targetSdkVersion
138-
versionCode 250
139-
versionName "1.9.56"
138+
versionCode 252
139+
versionName "1.9.57"
140140
missingDimensionStrategy 'react-native-camera', 'general'
141141
renderscriptTargetApi 23
142142
renderscriptSupportModeEnabled true

ios/Rainbow.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@
18831883
"$(PROJECT_DIR)",
18841884
);
18851885
LLVM_LTO = YES;
1886-
MARKETING_VERSION = 1.9.56;
1886+
MARKETING_VERSION = 1.9.57;
18871887
OTHER_CFLAGS = "$(inherited)";
18881888
OTHER_LDFLAGS = (
18891889
"$(inherited)",
@@ -1951,7 +1951,7 @@
19511951
"$(PROJECT_DIR)",
19521952
);
19531953
LLVM_LTO = YES;
1954-
MARKETING_VERSION = 1.9.56;
1954+
MARKETING_VERSION = 1.9.57;
19551955
OTHER_CFLAGS = "$(inherited)";
19561956
OTHER_LDFLAGS = (
19571957
"$(inherited)",
@@ -2072,7 +2072,7 @@
20722072
"$(PROJECT_DIR)",
20732073
);
20742074
LLVM_LTO = YES;
2075-
MARKETING_VERSION = 1.9.56;
2075+
MARKETING_VERSION = 1.9.57;
20762076
OTHER_CFLAGS = "$(inherited)";
20772077
OTHER_LDFLAGS = (
20782078
"$(inherited)",
@@ -2192,7 +2192,7 @@
21922192
"$(PROJECT_DIR)",
21932193
);
21942194
LLVM_LTO = YES;
2195-
MARKETING_VERSION = 1.9.56;
2195+
MARKETING_VERSION = 1.9.57;
21962196
OTHER_CFLAGS = "$(inherited)";
21972197
OTHER_LDFLAGS = (
21982198
"$(inherited)",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Rainbow",
3-
"version": "1.9.56-1",
3+
"version": "1.9.57-1",
44
"private": true,
55
"scripts": {
66
"setup": "yarn graphql-codegen:install && yarn ds:install && yarn allow-scripts && yarn graphql-codegen && yarn fetch:networks",

0 commit comments

Comments
 (0)