Skip to content

Commit 43f039e

Browse files
authored
Merge branch 'main' into feat/tat-1662-trade-fee-does-not-adjust-for-market-or-limit-order-maker-or-taker
2 parents 047d3cd + 87766b7 commit 43f039e

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

CHANGELOG.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [7.56.5]
11+
12+
### Fixed
13+
- fix: use SharedDeeplinkManager to parse instead of Linking API ([#20960](https://github.com/MetaMask/metamask-mobile/pull/20960))
14+
1015
## [7.56.4]
1116

1217
### Fixed
@@ -1177,8 +1182,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11771182
## [7.54.1]
11781183

11791184
### Added
1180-
- Added auto-create-release-pr workflow to automatically create release ([#19254](https://github.com/MetaMask/metamask-mobile/pull/19254))
1181-
- fix: add logging to get more info around blocking login biometrics: ([#19274](https://github.com/MetaMask/metamask-mobile/pull/19274))
1185+
- Added auto-create-release-pr workflow to automatically create release ([#19254](https://github.com/MetaMask/metamask-mobile/pull/19254))
1186+
- fix: add logging to get more info around blocking login biometrics: ([#19274](https://github.com/MetaMask/metamask-mobile/pull/19274))
11821187

11831188
### Fixed
11841189
- update solana to 2.3.6 ([#19241](https://github.com/MetaMask/metamask-mobile/pull/19241))
@@ -1200,7 +1205,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12001205
- feat(deposit): prefill personal details form with user data ([#17770](https://github.com/MetaMask/metamask-mobile/pull/17770))
12011206
- feat(deposit): route to build quote after otp authentication ([#17776](https://github.com/MetaMask/metamask-mobile/pull/17776))
12021207
- feat(deposit): submit basic info and address kyc forms separately ([#17873](https://github.com/MetaMask/metamask-mobile/pull/17873))
1203-
- feat(gh-action): add reusable workflow for Android and iOS build change detection ([#18142](https://github.com/MetaMask/metamask-mobile/pull/18142))
1208+
- feat(gh-action): add reusable workflow for Android and iOS build change detection ([#18142](https://github.com/MetaMask/metamask-mobile/pull/18142))
12041209
- feat(qa-build): update pipeline for generating ios and android builds ([#17601](https://github.com/MetaMask/metamask-mobile/pull/17601))
12051210
- feat: AccountConnect and AccountApproval use dapp scanning ([#14514](https://github.com/MetaMask/metamask-mobile/pull/14514))
12061211
- feat: Add more E2E tests for the Browser: ([#17460](https://github.com/MetaMask/metamask-mobile/pull/17460))
@@ -1275,7 +1280,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12751280
- fix: SDK Deeplink Hotfix ([#17370](https://github.com/MetaMask/metamask-mobile/pull/17370))
12761281
- fix(deposit): start dob picker with value ([#18031](https://github.com/MetaMask/metamask-mobile/pull/18031))
12771282
- fix(snaps): Patch `CronjobController` ([#17266](https://github.com/MetaMask/metamask-mobile/pull/17266))
1278-
- fix: cp fix(14255): invalid url on account list ([#14420](https://github.com/MetaMask/metamask-mobile/pull/14420))
1283+
- fix: cp fix(14255): invalid url on account list ([#14420](https://github.com/MetaMask/metamask-mobile/pull/14420))
12791284
- fix: 15108 create a wrapper for toChecksumAddress to prevent app crash ([#15202](https://github.com/MetaMask/metamask-mobile/pull/15202))
12801285
- fix: Fix flickering alert trigger in batched transaction confirmation ([#18084](https://github.com/MetaMask/metamask-mobile/pull/18084))
12811286
- fix: Fix padding issue of transactions view ([#17804](https://github.com/MetaMask/metamask-mobile/pull/17804))
@@ -1323,7 +1328,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13231328
### Fixed
13241329

13251330
- fix: WC universal links ([#18843](https://github.com/MetaMask/metamask-mobile/pull/18843))
1326-
- fix: Updated MainActionItem and bottom nav's TabItem to reduce padding for small screens ([#18821](https://github.com/MetaMask/metamask-mobile/pull/18821))
1331+
- fix: Updated MainActionItem and bottom nav's TabItem to reduce padding for small screens ([#18821](https://github.com/MetaMask/metamask-mobile/pull/18821))
13271332
- chore: Additional polish for Homepage Redesign ([#18787](https://github.com/MetaMask/metamask-mobile/pull/18787))
13281333

13291334
## [7.53.0]
@@ -2264,6 +2269,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22642269
- fix(multi-srp): display alternative text color when in dark mode([#14718](https://github.com/MetaMask/metamask-mobile/pull/14718))
22652270

22662271
### Fixed
2272+
22672273
- fix(bridge): keyboard not appearing when error banner is displayed ([#14862](https://github.com/MetaMask/metamask-mobile/pull/14862))
22682274
- fix(bridge): fix not switching networks when selecting source token ([#14712](https://github.com/MetaMask/metamask-mobile/pull/14712))
22692275
- fix: updates a padding style specifically for Android devices ([#14725](https://github.com/MetaMask/metamask-mobile/pull/14725))
@@ -7629,7 +7635,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
76297635
- [#957](https://github.com/MetaMask/metamask-mobile/pull/957): fix timeouts (#957)
76307636
- [#954](https://github.com/MetaMask/metamask-mobile/pull/954): Bugfix: onboarding navigation (#954)
76317637

7632-
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.56.4...HEAD
7638+
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.56.5...HEAD
7639+
[7.56.5]: https://github.com/MetaMask/metamask-mobile/compare/v7.56.4...v7.56.5
76337640
[7.56.4]: https://github.com/MetaMask/metamask-mobile/compare/v7.56.3...v7.56.4
76347641
[7.56.3]: https://github.com/MetaMask/metamask-mobile/compare/v7.56.2...v7.56.3
76357642
[7.56.2]: https://github.com/MetaMask/metamask-mobile/compare/v7.56.1...v7.56.2
@@ -7641,13 +7648,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
76417648
[7.54.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.54.0...v7.54.1
76427649
[7.54.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.53.1...v7.54.0
76437650
[7.53.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.53.0...v7.53.1
7644-
[7.53.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.51.1...v7.53.0
7645-
[7.51.4]: https://github.com/MetaMask/metamask-mobile/compare/v7.51.3...v7.51.4
7646-
[7.51.3]: https://github.com/MetaMask/metamask-mobile/compare/v7.51.2...v7.51.3
7647-
[7.51.2]: https://github.com/MetaMask/metamask-mobile/compare/v7.51.1...v7.51.2
7648-
[7.51.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.51.0...v7.51.1
7649-
[7.51.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.50.2...v7.51.0
7650-
[7.50.2]: https://github.com/MetaMask/metamask-mobile/compare/v7.50.1...v7.50.2
7651+
[7.53.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.51.4...v7.53.0
7652+
[7.51.4]: https://github.com/MetaMask/metamask-mobile/compare/v7.51.3...v7.51.4
7653+
[7.51.3]: https://github.com/MetaMask/metamask-mobile/compare/v7.51.2...v7.51.3
7654+
[7.51.2]: https://github.com/MetaMask/metamask-mobile/compare/v7.51.1...v7.51.2
7655+
[7.51.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.51.0...v7.51.1
7656+
[7.51.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.50.2...v7.51.0
7657+
[7.50.2]: https://github.com/MetaMask/metamask-mobile/compare/v7.50.1...v7.50.2
76517658
[7.50.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.50.0...v7.50.1
76527659
[7.50.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.47.3...v7.50.0
76537660
[7.47.3]: https://github.com/MetaMask/metamask-mobile/compare/v7.47.2...v7.47.3

0 commit comments

Comments
 (0)