Merged
Conversation
Member
Author
|
Thanks @cryptodev-2s , good catch. I have re-reviewed the diff after your changes, and I think you got them all. |
mikesposito
approved these changes
May 15, 2025
adonesky1
added a commit
that referenced
this pull request
May 15, 2025
## @metamask/chain-agnostic-permission ## [0.7.0] ### Changed - Bump `@metamask/api-specs` to `^0.14.0` ([#5817](#5817)) - Bump `@metamask/network-controller` to `^23.5.0` ([#5765](#5765), [#5812](#5812)) - Bump `@metamask/controller-utils` to `^11.8.0` ([#5765](#5765), [#5812](#5812)) ## @metamask/multichain-api-middleware ## [0.3.0] ### Changed - feat: Add more chain-agnostic-permission utility functions from sip-26 usage ([#5609](#5609)) - Bump `@metamask/chain-agnostic-permission` to `^0.6.0` ([#5715](https://github.com/MetaMask/core/pull/5715),[#5760](https://github.com/MetaMask/core/pull/5760)) - Bump `@metamask/api-specs` to `^0.14.0` ([#5817](#5817)) - Bump `@metamask/controller-utils` to `^11.9.0` ([#5765](#5765), [#5812](#5812)) - Bump `@metamask/network-controller` to `^23.5.0` ([#5765](#5765), [#5812](#5812)) ## @metamask/multichain ## [4.1.0] ### Changed - Bump `@metamask/api-specs` to `^0.14.0` ([#5817](#5817)) - Bump `@metamask/controller-utils` to `^11.9.0` ([#5583](#5583), [#5765](#5765), [#5812](#5812)) ## 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
Merged
adonesky1
added a commit
that referenced
this pull request
Jun 20, 2025
## @metamask/chain-agnostic-permission ## [1.0.0] ### Changed - This package is now considered stable ## @metamask/eip1193-permission-middleware ## [1.0.0] ### Changed - Bump `@metamask/chain-agnostic-permission` to `^0.8.0` ([#5518](#5518), [#5674](#5674), [#5818](https://github.com/MetaMask/core/pull/5818)[#5583](https://github.com/MetaMask/core/pull/5583), [#5982](https://github.com/MetaMask/core/pull/5982),[#6004](https://github.com/MetaMask/core/pull/6004)) - Bump `@metamask/chain-agnostic-permission` to `^0.8.0` ([#5550](#5550), [#5518](#5518), [#5674](#5674), [#5715](#5715), [#5760](#5760), [#5818](https://github.com/MetaMask/core/pull/5818)[#5583](https://github.com/MetaMask/core/pull/5583), [#5982](https://github.com/MetaMask/core/pull/5982),[#6004](https://github.com/MetaMask/core/pull/6004)) - Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](#5935), [#5583](#5583), [#5765](#5765), [#5812](#5812)) ## @metamask/multichain-api-middleware ## [1.0.0] ### Changed - Bump `@metamask/chain-agnostic-permission` to `^0.8.0` ([#5518](#5518), [#5674](#5674), [#5818](https://github.com/MetaMask/core/pull/5818)[#5583](https://github.com/MetaMask/core/pull/5583), [#5982](https://github.com/MetaMask/core/pull/5982),[#6004](https://github.com/MetaMask/core/pull/6004)) - Bump `@metamask/chain-agnostic-permission` to `^0.8.0` ([#5550](#5550), [#5518](#5518), [#5674](#5674), [#5715](#5715), [#5760](#5760), [#5818](https://github.com/MetaMask/core/pull/5818)[#5583](https://github.com/MetaMask/core/pull/5583), [#5982](https://github.com/MetaMask/core/pull/5982),[#6004](https://github.com/MetaMask/core/pull/6004)) - Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](#5935), [#5583](#5583), [#5765](#5765), [#5812](#5812))
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.
Explanation
Minor release of
network-controllerandcontroller-utilsReferences
See diff
Checklist