Skip to content

Commit 8db27d5

Browse files
bump iOS and Android to v1.9.50 (#6340)
1 parent 583ef49 commit 8db27d5

File tree

4 files changed

+35
-7
lines changed

4 files changed

+35
-7
lines changed

CHANGELOG.md

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

1616
### Fixed
1717

18+
## [1.9.49] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.49)
19+
20+
### Added
21+
22+
- Claim as X (#6193)
23+
- NFT checker 2.0 (#6293)
24+
- Added support for inkchain (#6323)
25+
26+
### Changed
27+
28+
- Improved nonce management logic for private mempool handling (#6277)
29+
- Split e2e into parallel and serial flows to improve CI runs (#6317)
30+
- Browser animation code cleanup (#6306)
31+
- Converted network accessors to functions (#6219)
32+
- Bumped nanoid from 3.3.7 to 3.3.8 in /src/design-system/docs (#6320)
33+
- Updated default currentNonce value to -1 (#6324)
34+
- Updated trending tokens query to support backend changes (#6312)
35+
- Replaced node ack retires with a small delay (#6326)
36+
- Updated swaps sdk (#6327)
37+
38+
### Fixed
39+
40+
- Fixed an issue with SignTransactionSheet not disabling button on authorization (#6242)
41+
- Fixed an issue where the sticky header on the wallet screen couldn’t be tapped when scrolled down the page (#6309)
42+
- Fixed a duplicate wallet initialization issue where initializeWallet was being called multiple times (#6310)
43+
- Fixed an issue where the wallet height calculation caused a break in the wallet switcher list with wallets up to two accounts (#6315)
44+
- Fixed a crash on develop regarding TextShadow (#6329)
45+
1846
## [1.9.48] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.48)
1947

2048
### Fixed

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 242
139-
versionName "1.9.49"
138+
versionCode 243
139+
versionName "1.9.50"
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.49;
1886+
MARKETING_VERSION = 1.9.50;
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.49;
1954+
MARKETING_VERSION = 1.9.50;
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.49;
2075+
MARKETING_VERSION = 1.9.50;
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.49;
2195+
MARKETING_VERSION = 1.9.50;
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.49-1",
3+
"version": "1.9.50-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)