Skip to content

Commit 68fa9b6

Browse files
Release/634.0.0 (#6912)
## Explanation Releases @metamask/[email protected] <!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes: * What is the current state of things and why does it need to change? * What is the solution your changes offer and how does it work? * Are there any changes whose purpose might not obvious to those unfamiliar with the domain? * If your primary goal was to update one package but you found you had to update another one along the way, why did you do so? * If you had to upgrade a dependency, why did you do so? --> ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs), highlighting breaking changes as necessary - [ ] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Publishes @metamask/preferences-controller 20.1.0 adding MONAD support, updates dependent package, bumps monorepo version, and refreshes a submodule pointer. > > - **Preferences Controller**: > - Release `@metamask/[email protected]` with MONAD (`0x8f`) support and changelog updates. > - **Consumers**: > - Bump `@metamask/preferences-controller` to `^20.1.0` in `packages/assets-controllers`. > - **Repo**: > - Bump monorepo version to `634.0.0` in `package.json`. > - Update `delegation-toolkit` submodule pointer. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 2ea23b9. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: Florin Dzeladini <[email protected]>
1 parent 48e164b commit 68fa9b6

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "633.0.0",
3+
"version": "634.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/assets-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@metamask/network-controller": "^24.3.0",
9494
"@metamask/permission-controller": "^11.1.0",
9595
"@metamask/phishing-controller": "^14.1.2",
96-
"@metamask/preferences-controller": "^20.0.2",
96+
"@metamask/preferences-controller": "^20.1.0",
9797
"@metamask/providers": "^22.1.0",
9898
"@metamask/snaps-controllers": "^14.0.1",
9999
"@metamask/transaction-controller": "^60.9.0",

packages/preferences-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [20.1.0]
11+
1012
### Added
1113

1214
- Add support for MONAD (chain ID `0x8f`) ([#6827](https://github.com/MetaMask/core/pull/6827))
@@ -449,7 +451,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
449451

450452
All changes listed after this point were applied to this package following the monorepo conversion.
451453

452-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
454+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
455+
[20.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
453456
[20.0.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
454457
[20.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
455458
[20.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/preferences-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/preferences-controller",
3-
"version": "20.0.2",
3+
"version": "20.1.0",
44
"description": "Manages user-configurable settings for MetaMask",
55
"keywords": [
66
"MetaMask",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2770,7 +2770,7 @@ __metadata:
27702770
"@metamask/permission-controller": "npm:^11.1.0"
27712771
"@metamask/phishing-controller": "npm:^14.1.2"
27722772
"@metamask/polling-controller": "npm:^14.0.1"
2773-
"@metamask/preferences-controller": "npm:^20.0.2"
2773+
"@metamask/preferences-controller": "npm:^20.1.0"
27742774
"@metamask/providers": "npm:^22.1.0"
27752775
"@metamask/rpc-errors": "npm:^7.0.2"
27762776
"@metamask/snaps-controllers": "npm:^14.0.1"
@@ -4480,7 +4480,7 @@ __metadata:
44804480
languageName: node
44814481
linkType: hard
44824482

4483-
"@metamask/preferences-controller@npm:^20.0.2, @metamask/preferences-controller@workspace:packages/preferences-controller":
4483+
"@metamask/preferences-controller@npm:^20.1.0, @metamask/preferences-controller@workspace:packages/preferences-controller":
44844484
version: 0.0.0-use.local
44854485
resolution: "@metamask/preferences-controller@workspace:packages/preferences-controller"
44864486
dependencies:

0 commit comments

Comments
 (0)