Release 1186.0.0 - #9820
Merged
Merged
Conversation
|
✅ No changelog changes needed. |
OGPoyraz
enabled auto-merge
August 11, 2026 10:26
jpuri
approved these changes
Aug 11, 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.
Explanation
Release
1186.0.0with a minor version bump for:@metamask/transaction-pay-controller26.2.3→26.3.0@metamask/transaction-pay-controller@26.3.0Added
resolveSourceAmountconstructor option toTransactionPayController, allowing clients to supply an exact atomic source amount for a required token that bypasses the default fiat-derived source calculation (#9817)Changed
@metamask/transaction-controllerfrom^69.5.0to^69.5.1(#9798)@metamask/keyring-controllerfrom^27.1.0to^27.1.1(#9791)@metamask/assets-controllersfrom^111.0.0to^111.1.0(#9793)@metamask/assets-controllerfrom^13.1.1to^13.1.2(#9813)Dependency updates
No downstream packages depend on
@metamask/transaction-pay-controller, so no additional changelog entries were needed.References
resolveSourceAmountconstructor optionChecklist
Note
Low Risk
Version and changelog-only release PR with no code changes in the diff.
Overview
Release
1186.0.0updates the monorepo version and publishes@metamask/transaction-pay-controller26.2.3→26.3.0.The new
26.3.0changelog section documents what ships in that package: an optionalresolveSourceAmountconstructor onTransactionPayControllerso clients can supply an exact atomic source amount and skip the default fiat-derived calculation, plus patch bumps totransaction-controller,keyring-controller,assets-controllers, andassets-controller. The diff itself is version and changelog bookkeeping only—no application source changes in this PR.Reviewed by Cursor Bugbot for commit 633bddf. Bugbot is set up for automated code reviews on this repo. Configure here.