Skip to content

Commit

Permalink
5.12.3 (MetaMask#5408)
Browse files Browse the repository at this point in the history
* 5.12.0

* E2e/merge new approval screen branch (MetaMask#5320)

* add e2e coverage for automatic security update screen (MetaMask#5291)

* add e2e coverage for automatic security update screen

* removed unncessary comment.

* fixing contract nickname test

* readd test

* fix test step

* blah.

* Update @metamask/swaps-controller (MetaMask#5331)

* @metamask/swaps-controller": "^6.7.1"

* "@metamask/swaps-controller": "^6.7.2"

* only fetch minimum versions if permissions enabled (MetaMask#5333)

* fix 507 (MetaMask#5337)

* On-ramp: Add useRegions hook and fix availablePaymentMethods (MetaMask#5335)

* version bump for RC 2 (MetaMask#5344)

* 5.12.1

* [IMPROVEMENT] Remove Metrics Properties (MetaMask#5345)

* Remove RPC URL from "Network Switched" event

* Remove RPC URL from "Network Added" event

* Remove block_explorer_url parameter

* removed network_name from all analytics events

* updated snapshot

Co-authored-by: Gustavo Antunes <[email protected]>

* Sanitize privacy settings before sending to Sentry (MetaMask#5355)

* pairity with extension and removing the device name and the device timezone

* optout metametrics

* mix panel opt out

* removed unnecessary comment

* bumped version, added changelog, address audit:ci

* Fix onboarding wizard automatic update modal (MetaMask#5360)

* Fix onboarding tutorial

* Add specific prop to check for EnableAutomaticSecurityChecksModal state

* Update tests

* missing verification (MetaMask#5365)

* Update copy for Opt in metrics screen and enable custom mainnet RPC (MetaMask#5362)

* add e2e coverage for automatic security update screen (MetaMask#5291)

* add e2e coverage for automatic security update screen

* removed unncessary comment.

* fixing contract nickname test

* readd test

* fix test step

* Add network screen to onboarding stack

* Update metametrics screen layout

* Update metametrics copy

* Remove old privacy policy copies

* Begin handling isRPCUpdate prop in NetworkSettings

* Create editable default mainnet

* Fix RPC comparison

* Update ETH custom network name

* Enforce scroll to end on metametrics screen

* e2e changes for metametrics screen

* Fix rpc type warning and invalid URL crasher

* Fix updating network instead of duplicating

* Fix duplicate rpc networks

* Begin consolidating mainnet checks

* Revert "Remove old privacy policy copies"

This reverts commit 029c5b6.

* Revert "Update metametrics copy"

This reverts commit 4bb0bd8.

* Revert "Enforce scroll to end on metametrics screen"

This reverts commit 8606ec7.

* Revert "Update metametrics screen layout"

This reverts commit 13cfe0d.

* Revert opt in to use old UI. Update copy. Hide NFT banner for non default mainnet

* Fix privacy policy copy

* Remove send changes for another PR

* Check for token contract address by chainId

* add swipe up

* Fix unit test and lint error

Co-authored-by: Curtis David <[email protected]>
Co-authored-by: CW <[email protected]>

* On-ramp Refactor wyre authentication url approach (MetaMask#5366)

* version bump & changelog update (MetaMask#5372)

* 5.12.3

* update changelog for version bump of 5.12.2 ios only

Co-authored-by: metamaskbot <[email protected]>
Co-authored-by: Curtis David <[email protected]>
Co-authored-by: Daniel <[email protected]>
Co-authored-by: Owen Craston <[email protected]>
Co-authored-by: Sylva Elendu <[email protected]>
Co-authored-by: Pedro Pablo Aste Kompen <[email protected]>
Co-authored-by: sethkfman <[email protected]>
Co-authored-by: Gustavo Antunes <[email protected]>
Co-authored-by: tommasini <[email protected]>
Co-authored-by: sethkfman <[email protected]>
Co-authored-by: André Fatia <[email protected]>
Co-authored-by: Cal Leung <[email protected]>
Co-authored-by: CW <[email protected]>
  • Loading branch information
14 people authored Dec 22, 2022
1 parent ecdc60a commit a74d43d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Current Main Branch

## 5.12.3 - Dec 16, 2022
- Hotfix version bump for iOS only release, no code changes

## 5.12.1 - Dec 6, 2022
- [#5366](https://github.com/MetaMask/metamask-mobile/pull/5366): [UPDATE] On-ramp Refactor wyre authentication url approach
- [#5362](https://github.com/MetaMask/metamask-mobile/pull/5362): [UPDATE] copy for Opt in metrics screen and enable custom mainnet RPC
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ android {
applicationId "io.metamask"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1030
versionName "5.12.1"
versionCode 1033
versionName "5.12.3"
multiDexEnabled true
testBuildType System.getProperty('testBuildType', 'debug')
missingDimensionStrategy "minReactNative", "minReactNative46"
Expand Down
4 changes: 2 additions & 2 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,10 +416,10 @@ app:
PROJECT_LOCATION_IOS: ios
- opts:
is_expand: false
VERSION_NAME: 5.12.1
VERSION_NAME: 5.12.3
- opts:
is_expand: false
VERSION_NUMBER: 1030
VERSION_NUMBER: 1033
- 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 @@ -1132,7 +1132,7 @@
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1030;
CURRENT_PROJECT_VERSION = 1033;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 48XVW22RCG;
Expand Down Expand Up @@ -1168,7 +1168,7 @@
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
);
LLVM_LTO = YES;
MARKETING_VERSION = 5.12.1;
MARKETING_VERSION = 5.12.3;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1199,7 +1199,7 @@
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1030;
CURRENT_PROJECT_VERSION = 1033;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 48XVW22RCG;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -1235,7 +1235,7 @@
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
);
LLVM_LTO = YES;
MARKETING_VERSION = 5.12.1;
MARKETING_VERSION = 5.12.3;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1345,7 +1345,7 @@
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMaskDebug.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1028;
CURRENT_PROJECT_VERSION = 1033;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 48XVW22RCG;
Expand Down Expand Up @@ -1381,7 +1381,7 @@
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
);
LLVM_LTO = YES;
MARKETING_VERSION = 5.12.1;
MARKETING_VERSION = 5.12.3;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1412,7 +1412,7 @@
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1028;
CURRENT_PROJECT_VERSION = 1033;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 48XVW22RCG;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -1448,7 +1448,7 @@
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
);
LLVM_LTO = YES;
MARKETING_VERSION = 5.12.1;
MARKETING_VERSION = 5.12.3;
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": "5.12.1",
"version": "5.12.3",
"private": true,
"scripts": {
"audit:ci": "./scripts/yarn-audit.sh",
Expand Down

0 comments on commit a74d43d

Please sign in to comment.