Release 1022.0.0#9027
Merged
Merged
Conversation
|
✅ Changelogs updated and pushed. |
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
This is the release candidate for version
1022.0.0. Blocked by this change:publish-releaseworkflow #9026References
Checklist
Note
High Risk
Major bump of transaction-controller removes constructor options/hooks and changes messenger requirements, affecting every package that constructs or integrates TransactionController across the monorepo.
Overview
Monorepo release
1022.0.0: bumps the root version from1021.0.0and aligns dependents on@metamask/transaction-controller^67.0.0(from^66.0.1) across assets, bridge, EIP-5792, gator-permissions, phishing, shield, subscription, user-operation, and related packages, with matchingyarn.lockupdates and Unreleased changelog notes.@metamask/transaction-controller67.0.0is cut in this release (changelog section moved out of Unreleased). Consumers should treat 67 as breaking: deprecated constructor options and several hooks/types are removed in favor of required messenger actions (GasFeeController,KeyringController,NetworkController), andPendingTransactionTrackerresubmit logic is removed.@metamask/transaction-pay-controller23.2.0is also versioned in this PR (package + changelog compare links); its listed features/changes live in that package’s changelog entry for 23.2.0.Reviewed by Cursor Bugbot for commit a9e369c. Bugbot is set up for automated code reviews on this repo. Configure here.