Skip to content

Commit

Permalink
Bump App Version to 1.9.36 (#6013)
Browse files Browse the repository at this point in the history
* bump 1.9.36

* fix changelog
  • Loading branch information
walmat authored Aug 19, 2024
1 parent b42e051 commit fcba32c
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 7 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Fixed

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

### Added

- Added translations for swaps v2, gas, backups and ETH rewards (#5980)
- Added a popular tokens section in swaps token search list (#5990)

### Changed

- Bump fast-xml-parser from 4.4.0 to 4.4.1 (#5965)
- Convert App.js => App.tsx (#5792)
- No longer have the restricted codeowners for reviews (#5991)
- Changed the trending Dapps section to backend endpoint (#5974)
- The default swap input currency is now the network with the most ETH (#5994)
- Design system improvements (#5984)
- Dapp browser improvements (#5978)
- Updated swaps SDK (#5996)
- Changed the fee domination from USD to actual payment token (#6000)
- Sentry bot resilience updates (#5995)

### Fixed

- Fixed a crash on an empty profile screen along with adding a placeholder for no transactions on activity screen (#5975)
- Fixed a bug where some tokens had a missing asset balance (#5998)
- Fixed account balance discrepancies in different places (#5959)

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

### Added
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ android {
applicationId "me.rainbow"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 226
versionName "1.9.35"
versionCode 227
versionName "1.9.36"
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 @@ -1833,7 +1833,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.35;
MARKETING_VERSION = 1.9.36;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1895,7 +1895,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.35;
MARKETING_VERSION = 1.9.36;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -2011,7 +2011,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.35;
MARKETING_VERSION = 1.9.36;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -2127,7 +2127,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.35;
MARKETING_VERSION = 1.9.36;
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.35-1",
"version": "1.9.36-1",
"private": true,
"scripts": {
"setup": "yarn graphql-codegen:install && yarn ds:install && yarn allow-scripts && yarn postinstall && yarn graphql-codegen",
Expand Down

0 comments on commit fcba32c

Please sign in to comment.