Release/971.0.0#8749
Merged
ffmcgee725 merged 5 commits intomainfrom May 8, 2026
Merged
Conversation
|
❌ Failed to push changelog fixes. Check the workflow run for details. |
ffmcgee725
commented
May 8, 2026
| { | ||
| "name": "@metamask/multichain-api-middleware", | ||
| "version": "3.0.0", | ||
| "version": "3.1.0", |
Member
Author
There was a problem hiding this comment.
multichain-api-middleware needs bump to make sure it uses the latest version of chain-agnostic-permission when wallet_createSession is called and the check for supported session properties is made (to make sure #8731 changes are reflected)
adonesky1
approved these changes
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@metamask/chain-agnostic-permission
[1.6.0]
Added
Eip1193Compatibleproperty inKnownSessionPropertiesenum to support EIP-1193-style connections established throughconnect-evm(#8731)sessionProperties: { 'eip1193-compatible': true }ingetCaip25PermissionFromLegacyPermissionsso that legacy EIP-1193 permission requests are tagged as EIP-1193-compatible (#8731)Changed
@metamask/permission-controllerfrom^12.2.1to^13.1.0(#8317, #8661, #8722)@metamask/controller-utilsfrom^11.19.0to^11.20.0(#8344)@metamask/multichain-api-middleware
[3.1.0]
Changed
@metamask/chain-agnostic-permissionfrom^1.5.0to^1.6.0(#8290)@metamask/multichain-transactions-controllerfrom^7.0.4to^7.1.0(#8665)@metamask/accounts-controllerfrom^37.2.0to^38.0.0(#8665)@metamask/permission-controllerfrom^13.0.0to^13.1.0(#8722)@metamask/json-rpc-enginefrom^10.3.0to^10.4.0(#8746)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.0and 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-middlewareand@metamask/multichain-api-middleware) to consume@metamask/chain-agnostic-permission@^1.6.0.Reviewed by Cursor Bugbot for commit 90d6560. Bugbot is set up for automated code reviews on this repo. Configure here.