Skip to content

Commit

Permalink
changelog (#5957)
Browse files Browse the repository at this point in the history
(cherry picked from commit e66495e)
  • Loading branch information
BrodyHughes committed Jul 25, 2024
1 parent 6f36602 commit fead3b8
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Fixed

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

## Changed

- Updated audit issues for CI fixes (#5929)
- Improved decimal formatter functions (#5918)
- Simplified SwapInputController animated reaction logic for responding to input value changes (#5923)
- Updated the swap warning to be a derived value instead of an animated reaction (#5930)
- Cleaned up swapInputsController that had repeated logic around niceIncrementFormatter (#5931)
- Upgraded react-native-gesture-handler to v2.17.1 (#5925)
- Upgraded RN to v0.74.3 and bumped outdated packages (#5739)

## Fixed

- We’re now preventing a crash on remote cards code (#5924)
- Fixed an issue with the keyboard dismissing option to copy contract address or view on ehterscan from swaps search (#5908)
- Fixed a bug where changing output asset leads to a weird state (#5934)

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

### Fixed
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 222
versionName "1.9.32"
versionCode 224
versionName "1.9.33"
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 @@ -1650,7 +1650,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.32;
MARKETING_VERSION = 1.9.33;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1711,7 +1711,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.32;
MARKETING_VERSION = 1.9.33;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1826,7 +1826,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.32;
MARKETING_VERSION = 1.9.33;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1941,7 +1941,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.32;
MARKETING_VERSION = 1.9.33;
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.32-1",
"version": "1.9.33-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 fead3b8

Please sign in to comment.