Conversation
Contributor
Author
|
@metamaskbot update-changelogs |
|
✅ Changelogs updated and pushed. |
bergarces
commented
Apr 27, 2026
mcmire
approved these changes
Apr 27, 2026
Contributor
mcmire
left a comment
There was a problem hiding this comment.
A couple of nitpicks but LGTM regardless.
| ### Changed | ||
|
|
||
| - Bump `@metamask/assets-controllers` from `^100.0.3` to `^100.2.0` ([#8107](https://github.com/MetaMask/core/pull/8107)), ([#8140](https://github.com/MetaMask/core/pull/8140)) | ||
| - Bump `@metamask/assets-controllers` from `^100.0.3` to `^100.2.0`, ([#8107](https://github.com/MetaMask/core/pull/8107), [#8140](https://github.com/MetaMask/core/pull/8140)) |
Contributor
There was a problem hiding this comment.
There seems to be an extra comma here. I guess our changelog workflow must have added it, but it should pass the linter.
Suggested change
| - Bump `@metamask/assets-controllers` from `^100.0.3` to `^100.2.0`, ([#8107](https://github.com/MetaMask/core/pull/8107), [#8140](https://github.com/MetaMask/core/pull/8140)) | |
| - Bump `@metamask/assets-controllers` from `^100.0.3` to `^100.2.0` ([#8107](https://github.com/MetaMask/core/pull/8107), [#8140](https://github.com/MetaMask/core/pull/8140)) |
Contributor
Author
There was a problem hiding this comment.
Yes. Afraid that was the linter. I didn't make those changes as they are not even for the version we are releasing.
| - Bump `@metamask/assets-controllers` from `^100.0.3` to `^100.2.0`, ([#8107](https://github.com/MetaMask/core/pull/8107), [#8140](https://github.com/MetaMask/core/pull/8140)) | ||
| - Bump `@metamask/network-enablement-controller` from `^4.1.2` to `^4.2.0` ([#8107](https://github.com/MetaMask/core/pull/8107)) | ||
| - Bump `@metamask/transaction-controller` from `^62.19.0` to `^62.21.0` ([#8104](https://github.com/MetaMask/core/pull/8104)), ([#8140](https://github.com/MetaMask/core/pull/8140)) | ||
| - Bump `@metamask/transaction-controller` from `^62.19.0` to `^62.21.0`, ([#8104](https://github.com/MetaMask/core/pull/8104), [#8140](https://github.com/MetaMask/core/pull/8140)) |
Contributor
There was a problem hiding this comment.
Suggested change
| - Bump `@metamask/transaction-controller` from `^62.19.0` to `^62.21.0`, ([#8104](https://github.com/MetaMask/core/pull/8104), [#8140](https://github.com/MetaMask/core/pull/8140)) | |
| - Bump `@metamask/transaction-controller` from `^62.19.0` to `^62.21.0` ([#8104](https://github.com/MetaMask/core/pull/8104), [#8140](https://github.com/MetaMask/core/pull/8140)) |
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
Release with multiple fixes for assets-controller.
References
Checklist
Note
Low Risk
This PR is a release/version-bump only (package versions, dependency ranges, lockfile, and changelog entries) with no functional code changes in this diff.
Overview
Bumps the monorepo version to
937.0.0and publishes@metamask/assets-controller6.2.0, including changelog entries for new asset-fetch pipeline middlewares, configurable fetch timeouts, and a trace-callback robustness fix.Updates downstream packages (
@metamask/bridge-controllerand@metamask/transaction-pay-controller) to depend on@metamask/assets-controller@^6.2.0, and refreshesyarn.lockaccordingly.Reviewed by Cursor Bugbot for commit c4469e2. Bugbot is set up for automated code reviews on this repo. Configure here.