Skip to content

Commit 626289d

Browse files
authored
Merge pull request #27879 from MetaMask/Version-v12.4.2
Version v12.4.2 RC
2 parents ccb9706 + 36fe5a8 commit 626289d

File tree

70 files changed

+110
-247
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+110
-247
lines changed

.yarnrc.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,9 @@ npmAuditIgnoreAdvisories:
120120
# upon old versions of ethereumjs-utils.
121121
- 'ethereum-cryptography (deprecation)'
122122

123-
# Currently only dependent on deprecated @metamask/types as it is brought in
124-
# by @metamask/keyring-api. Updating the dependency in keyring-api will
125-
# remove this.
126-
- '@metamask/types (deprecation)'
127-
128-
# @metamask/keyring-api also depends on @metamask/snaps-ui which is
129-
# deprecated. Replacing that dependency with @metamask/snaps-sdk will remove
130-
# this.
131-
- '@metamask/snaps-ui (deprecation)'
123+
# Currently in use for the network list drag and drop functionality.
124+
# Maintenance has stopped and the project will be archived in 2025.
125+
- 'react-beautiful-dnd (deprecation)'
132126

133127
npmRegistries:
134128
'https://npm.pkg.github.com':

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [12.4.2]
10+
### Fixed
11+
- Fix a problem where certain name lookup Snaps would not be triggered ([#27880](https://github.com/MetaMask/metamask-extension/pull/27880))
12+
913
## [12.4.1]
1014
### Fixed
1115
- Fix crash on swaps review page ([#27708](https://github.com/MetaMask/metamask-extension/pull/27708))
@@ -5144,7 +5148,8 @@ Update styles and spacing on the critical error page ([#20350](https://github.c
51445148
- Added the ability to restore accounts from seed words.
51455149

51465150

5147-
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.4.1...HEAD
5151+
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.4.2...HEAD
5152+
[12.4.2]: https://github.com/MetaMask/metamask-extension/compare/v12.4.1...v12.4.2
51485153
[12.4.1]: https://github.com/MetaMask/metamask-extension/compare/v12.4.0...v12.4.1
51495154
[12.4.0]: https://github.com/MetaMask/metamask-extension/compare/v12.3.1...v12.4.0
51505155
[12.3.1]: https://github.com/MetaMask/metamask-extension/compare/v12.3.0...v12.3.1

app/_locales/am/messages.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/ar/messages.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/bg/messages.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/bn/messages.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/ca/messages.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/da/messages.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/de/messages.json

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/el/messages.json

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)