Uh oh!
There was an error while loading. Please reload this page.
Release/889.0.0 - #8317
Conversation
8370fb5 to
083fc4eCompare083fc4e to
28ab93dCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| - Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317)) | ||
| - Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317)) | ||
| - Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995)) |
There was a problem hiding this comment.
Do we need to update this changelog? It's hasn't been released at all yet. (Technically there should be no existing changes at all to this file but I guess one slipped in.)
Uh oh!
There was an error while loading. Please reload this page.
| - Bump `@metamask/keyring-controller` from `^25.1.0` to `^25.1.1` ([#8317](https://github.com/MetaMask/core/pull/8317)) | ||
| - Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317)) | ||
| - Bump `@metamask/profile-sync-controller` from `^28.0.0` to `^28.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317)) | ||
| - Update dependencies ([#8236](https://github.com/MetaMask/core/pull/8236)) |
There was a problem hiding this comment.
We already have an "update dependencies" item, should we put the new ones under this list?
| ### Changed | ||
| - Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317)) |
There was a problem hiding this comment.
Should we put these under the breaking changes?
Uh oh!
There was an error while loading. Please reload this page.
cryptodev-2s
commented
Mar 26, 2026
Applying the |
Uh oh!
There was an error while loading. Please reload this page.
## @metamask/chain-agnostic-permission ## [1.6.0] ### Added - Add `Eip1193Compatible` property in `KnownSessionProperties` enum to support EIP-1193-style connections established through `connect-evm` ([#8731](#8731)) - Set `sessionProperties: { 'eip1193-compatible': true }` in `getCaip25PermissionFromLegacyPermissions` so that legacy EIP-1193 permission requests are tagged as EIP-1193-compatible ([#8731](#8731)) ### Changed - Bump `@metamask/permission-controller` from `^12.2.1` to `^13.1.0` ([#8317](#8317), [#8661](#8661), [#8722](#8722)) - Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](#8344)) ## @metamask/multichain-api-middleware ## [3.1.0] ### Changed - Bump `@metamask/chain-agnostic-permission` from `^1.5.0` to `^1.6.0` ([#8290](#8749)) - Bump `@metamask/multichain-transactions-controller` from `^7.0.4` to `^7.1.0` ([#8665](#8665)) - Bump `@metamask/accounts-controller` from `^37.2.0` to `^38.0.0` ([#8665](#8665)) - Bump `@metamask/permission-controller` from `^13.0.0` to `^13.1.0` ([#8722](#8722)) - Bump `@metamask/json-rpc-engine` from `^10.3.0` to `^10.4.0` ([#8746](#8746)) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Primarily version/changelog updates and dependency range bumps; no functional source changes are included in this diff, so runtime risk is low aside from typical release packaging/versioning issues. > > **Overview** > Bumps the monorepo release version to `971.0.0` and publishes new package versions for `@metamask/chain-agnostic-permission` (`1.6.0`) and `@metamask/multichain-api-middleware` (`3.1.0`). > > Updates changelogs and lockfile, and bumps downstream dependencies (`@metamask/eip1193-permission-middleware` and `@metamask/multichain-api-middleware`) to consume `@metamask/chain-agnostic-permission@^1.6.0`. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 90d6560. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
Explanation
Release 889.0.0 — 64 packages bumped.
Major (4)
Minor (20)
Patch (40)
References
Checklist
Note
Medium Risk
Primarily a release/version bump PR, but it upgrades several widely-used core packages (notably
@metamask/messengerto1.0.0and multiple controllers/services), which can introduce integration breakage for downstream consumers despite minimal code changes here.Overview
Bumps the monorepo version to
889.0.0and publishes a coordinated release across many packages by updating theirpackage.jsonversions, dependency ranges, and changelogs.Notable upgrades include stabilizing
@metamask/messengerat1.0.0, major bumps for@metamask/account-tree-controller,@metamask/assets-controllers, and@metamask/multichain-account-service, plus patch/minor dependency updates across the controller ecosystem (e.g.,@metamask/base-controller,@metamask/json-rpc-engine,@metamask/network-controller).Written by Cursor Bugbot for commit 3092eec. This will update automatically on new commits. Configure here.