File tree 4 files changed +17
-7
lines changed
4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
15
15
16
16
### Fixed
17
17
18
+ ## [ 1.9.30] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.30)
19
+
20
+ ### Fixed
21
+
22
+ - Fixed a crash that would happen when attempting a max swappable amount (#5907 )
23
+ - Fixed an issue where native network token was not at top of verified list (#5906 )
24
+ - Fixed an issue when tapping swap button on Degen Token expanded sheet would cause a crash (#5910 )
25
+ - Fixed broken searching of local and cross network search (#5912 )
26
+ - Fixed an issue where we would do an uncessary approval when unwrapping WETH (#5911 )
27
+
18
28
## [ 1.9.28] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.28)
19
29
20
30
### Changed
Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ android {
148
148
applicationId " me.rainbow"
149
149
minSdkVersion rootProject. ext. minSdkVersion
150
150
targetSdkVersion rootProject. ext. targetSdkVersion
151
- versionCode 219
152
- versionName " 1.9.29 "
151
+ versionCode 221
152
+ versionName " 1.9.31 "
153
153
missingDimensionStrategy ' react-native-camera' , ' general'
154
154
renderscriptTargetApi 23
155
155
renderscriptSupportModeEnabled true
Original file line number Diff line number Diff line change 1666
1666
"$(PROJECT_DIR)",
1667
1667
);
1668
1668
LLVM_LTO = YES;
1669
- MARKETING_VERSION = 1.9.29 ;
1669
+ MARKETING_VERSION = 1.9.31 ;
1670
1670
OTHER_CFLAGS = "$(inherited)";
1671
1671
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
1672
1672
OTHER_LDFLAGS = (
1728
1728
"$(PROJECT_DIR)",
1729
1729
);
1730
1730
LLVM_LTO = YES;
1731
- MARKETING_VERSION = 1.9.29 ;
1731
+ MARKETING_VERSION = 1.9.31 ;
1732
1732
OTHER_CFLAGS = "$(inherited)";
1733
1733
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
1734
1734
OTHER_LDFLAGS = (
1835
1835
"$(PROJECT_DIR)",
1836
1836
);
1837
1837
LLVM_LTO = YES;
1838
- MARKETING_VERSION = 1.9.29 ;
1838
+ MARKETING_VERSION = 1.9.31 ;
1839
1839
OTHER_CFLAGS = "$(inherited)";
1840
1840
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
1841
1841
OTHER_LDFLAGS = (
1943
1943
"$(PROJECT_DIR)",
1944
1944
);
1945
1945
LLVM_LTO = YES;
1946
- MARKETING_VERSION = 1.9.29 ;
1946
+ MARKETING_VERSION = 1.9.31 ;
1947
1947
OTHER_CFLAGS = "$(inherited)";
1948
1948
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
1949
1949
OTHER_LDFLAGS = (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Rainbow" ,
3
- "version" : " 1.9.29 -1" ,
3
+ "version" : " 1.9.31 -1" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"setup" : " yarn install && yarn graphql-codegen:install && yarn ds:install && yarn allow-scripts && yarn postinstall && yarn graphql-codegen" ,
You can’t perform that action at this time.
0 commit comments