Skip to content

Commit

Permalink
7.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
metamaskbot committed Dec 22, 2023
1 parent 4878821 commit ab7bbfd
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 13 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Changelog

## Current Main Branch
- [#8178](https://github.com/MetaMask/metamask-mobile/pull/8178): chore: build bump to 1233
- [#8175](https://github.com/MetaMask/metamask-mobile/pull/8175): fix: OpenSea supply -> total_supply
- [#8155](https://github.com/MetaMask/metamask-mobile/pull/8155): fix: OpenSea V1 -> V2 patch
- updated changelog
- [#8156](https://github.com/MetaMask/metamask-mobile/pull/8156): feat: migrate to latest Token rates controller to release 7.12.4
- 7.12.4
- [#8134](https://github.com/MetaMask/metamask-mobile/pull/8134): chore: fix: prevent bad svg urls in react-native-svg (#8102)
- 7.12.3
- [#8057](https://github.com/MetaMask/metamask-mobile/pull/8057): fix: Disable SES on iOS
- updated changelog
- 7.12.2
- bump version and updated changelog
- [#8007](https://github.com/MetaMask/metamask-mobile/pull/8007): chore: update header key
- [#8002](https://github.com/MetaMask/metamask-mobile/pull/8002): chore: Cherry-pick for solution in main to token rates
- [#7977](https://github.com/MetaMask/metamask-mobile/pull/7977): chore: cherry-pick: test: Increase E2E test setup time (#7929)
- [#7970](https://github.com/MetaMask/metamask-mobile/pull/7970): chore: cherry-pick: test: fix wallet test (#7966)
- 7.12.1
- [#7939](https://github.com/MetaMask/metamask-mobile/pull/7939): chore: build bump 1214 RC4
- [#7945](https://github.com/MetaMask/metamask-mobile/pull/7945): chore: cherry pick #7607
- [#7944](https://github.com/MetaMask/metamask-mobile/pull/7944): chore: cherry pick 7935
- [#7898](https://github.com/MetaMask/metamask-mobile/pull/7898): fix: Cherry pick revert javascript disable on webview
- [#7883](https://github.com/MetaMask/metamask-mobile/pull/7883): chore: cherry pick 7881
- [#7884](https://github.com/MetaMask/metamask-mobile/pull/7884): chore: cherry-pick #7864
- Merge branch 'main' into release/7.12.0
- 7.12.0

## 7.12.4 - Dec 19, 2023
### 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 @@ -137,8 +137,8 @@ android {
applicationId "io.metamask"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1233
versionName "7.12.4"
versionCode 1235
versionName "7.12.5"
testBuildType System.getProperty('testBuildType', 'debug')
missingDimensionStrategy 'react-native-camera', 'general'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -850,10 +850,10 @@ app:
PROJECT_LOCATION_IOS: ios
- opts:
is_expand: false
VERSION_NAME: 7.12.4
VERSION_NAME: 7.12.5
- opts:
is_expand: false
VERSION_NUMBER: 1233
VERSION_NUMBER: 1235
- opts:
is_expand: false
ANDROID_APK_LINK: ''
Expand Down
16 changes: 8 additions & 8 deletions ios/MetaMask.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1233;
CURRENT_PROJECT_VERSION = 1235;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 48XVW22RCG;
Expand Down Expand Up @@ -1073,7 +1073,7 @@
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(inherited)";
LLVM_LTO = YES;
MARKETING_VERSION = 7.12.4;
MARKETING_VERSION = 7.12.5;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1102,7 +1102,7 @@
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1233;
CURRENT_PROJECT_VERSION = 1235;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 48XVW22RCG;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;
Expand Down Expand Up @@ -1136,7 +1136,7 @@
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(inherited)";
LLVM_LTO = YES;
MARKETING_VERSION = 7.12.4;
MARKETING_VERSION = 7.12.5;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -1256,7 +1256,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1233;
CURRENT_PROJECT_VERSION = 1235;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 48XVW22RCG;
Expand Down Expand Up @@ -1294,7 +1294,7 @@
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
);
LLVM_LTO = YES;
MARKETING_VERSION = 7.12.4;
MARKETING_VERSION = 7.12.5;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1326,7 +1326,7 @@
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1233;
CURRENT_PROJECT_VERSION = 1235;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 48XVW22RCG;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;
Expand Down Expand Up @@ -1364,7 +1364,7 @@
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
);
LLVM_LTO = YES;
MARKETING_VERSION = 7.12.4;
MARKETING_VERSION = 7.12.5;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = (
"$(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": "metamask",
"version": "7.12.4",
"version": "7.12.5",
"private": true,
"scripts": {
"audit:ci": "./scripts/yarn-audit.sh",
Expand Down

0 comments on commit ab7bbfd

Please sign in to comment.