Skip to content

Conversation

fabiobozzo
Copy link
Contributor

This reverts commit a30342d.

Explanation

The problem is that in the assets-controllers package, both the devDependency and peerDependency for @metamask/account-tree-controller were bumped from ^0.7.0 to ^0.9.0.
Updating a peerDependency range like this is a breaking change that would require a major version bump of assets-controllers. However, since account-tree-controller was only released as 0.9.0 (minor version), the existing peer dependency range ^0.7.0 should already cover this version (^0.7.0 means >=0.7.0 <1.0.0).

References

Reverts: #6310

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, highlighting breaking changes as necessary
  • I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

@Gudahtt
Copy link
Member

Gudahtt commented Aug 15, 2025

@mcmire already reverted this release, and a new release 502 has gone out since then. Notice that your changes aren't in the diff, just the number change.

@Gudahtt Gudahtt closed this Aug 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants