Skip to content

Commit e006811

Browse files
Release 966.0.0 (#8736)
Major release of `@metamask/transaction-pay-controller`. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Although the diff is mostly version/changelog updates, this is a major bump for `@metamask/transaction-pay-controller` and may break consumers (new required `AllowedEvents` permissions). > > **Overview** > Cuts release `966.0.0` and publishes `@metamask/transaction-pay-controller` `22.0.0`. > > Updates the `transaction-pay-controller` changelog to record **breaking** messenger event-permission additions for asset-state-driven required-token re-parsing, dependency bumps, and a fix to ensure the fiat strategy can be selected/quoted. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 132d606. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 8f8c296 commit e006811

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "965.0.0",
3+
"version": "966.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/transaction-pay-controller/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [22.0.0]
11+
1012
### Changed
1113

1214
- **BREAKING:** Re-parse required tokens when asset state changes ([#8714](https://github.com/MetaMask/core/pull/8714))
@@ -791,7 +793,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
791793

792794
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
793795

794-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@21.1.0...HEAD
796+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@22.0.0...HEAD
797+
[22.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@21.1.0...@metamask/transaction-pay-controller@22.0.0
795798
[21.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@21.0.0...@metamask/transaction-pay-controller@21.1.0
796799
[21.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@20.2.0...@metamask/transaction-pay-controller@21.0.0
797800
[20.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@20.1.0...@metamask/transaction-pay-controller@20.2.0

packages/transaction-pay-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/transaction-pay-controller",
3-
"version": "21.1.0",
3+
"version": "22.0.0",
44
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
55
"keywords": [
66
"Ethereum",

0 commit comments

Comments
 (0)