File tree 4 files changed +35
-7
lines changed
4 files changed +35
-7
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,34 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
15
15
16
16
### Fixed
17
17
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
+
18
46
## [ 1.9.48] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.48)
19
47
20
48
### Fixed
Original file line number Diff line number Diff line change @@ -135,8 +135,8 @@ android {
135
135
applicationId " me.rainbow"
136
136
minSdkVersion rootProject. ext. minSdkVersion
137
137
targetSdkVersion rootProject. ext. targetSdkVersion
138
- versionCode 242
139
- versionName " 1.9.49 "
138
+ versionCode 243
139
+ versionName " 1.9.50 "
140
140
missingDimensionStrategy ' react-native-camera' , ' general'
141
141
renderscriptTargetApi 23
142
142
renderscriptSupportModeEnabled true
Original file line number Diff line number Diff line change 1883
1883
"$(PROJECT_DIR)",
1884
1884
);
1885
1885
LLVM_LTO = YES;
1886
- MARKETING_VERSION = 1.9.49 ;
1886
+ MARKETING_VERSION = 1.9.50 ;
1887
1887
OTHER_CFLAGS = "$(inherited)";
1888
1888
OTHER_LDFLAGS = (
1889
1889
"$(inherited)",
1951
1951
"$(PROJECT_DIR)",
1952
1952
);
1953
1953
LLVM_LTO = YES;
1954
- MARKETING_VERSION = 1.9.49 ;
1954
+ MARKETING_VERSION = 1.9.50 ;
1955
1955
OTHER_CFLAGS = "$(inherited)";
1956
1956
OTHER_LDFLAGS = (
1957
1957
"$(inherited)",
2072
2072
"$(PROJECT_DIR)",
2073
2073
);
2074
2074
LLVM_LTO = YES;
2075
- MARKETING_VERSION = 1.9.49 ;
2075
+ MARKETING_VERSION = 1.9.50 ;
2076
2076
OTHER_CFLAGS = "$(inherited)";
2077
2077
OTHER_LDFLAGS = (
2078
2078
"$(inherited)",
2192
2192
"$(PROJECT_DIR)",
2193
2193
);
2194
2194
LLVM_LTO = YES;
2195
- MARKETING_VERSION = 1.9.49 ;
2195
+ MARKETING_VERSION = 1.9.50 ;
2196
2196
OTHER_CFLAGS = "$(inherited)";
2197
2197
OTHER_LDFLAGS = (
2198
2198
"$(inherited)",
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Rainbow" ,
3
- "version" : " 1.9.49 -1" ,
3
+ "version" : " 1.9.50 -1" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"setup" : " yarn graphql-codegen:install && yarn ds:install && yarn allow-scripts && yarn graphql-codegen && yarn fetch:networks" ,
You can’t perform that action at this time.
0 commit comments