Skip to content

Commit d88e312

Browse files
Release 654.0.0 (#7015)
Patch release of `@metamask/transaction-pay-controller`. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Publish @metamask/transaction-pay-controller 2.0.1 with Bridge strategy fixes and bump monorepo to 654.0.0. > > - **Release**: > - Bump monorepo `package.json` version to `654.0.0`. > - Bump `@metamask/transaction-pay-controller` to `2.0.1`; update `CHANGELOG.md` links. > - **transaction-pay-controller (Fixes in Bridge strategy)**: > - Handle native Polygon payment token correctly. > - Ignore required tokens with no quotes when computing totals. > - Use correct feature flag key. > - Clear `isLoading` when quotes aren’t updated. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 6a7cd16. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent f46b795 commit d88e312

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

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": "653.0.0",
3+
"version": "654.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/transaction-pay-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.0.1]
11+
1012
### Fixed
1113

1214
- Fix use of native Polygon as payment token in Bridge strategy ([#7008](https://github.com/MetaMask/core/pull/7008))
1315
- Ignore required tokens with no quotes when calculating totals.
1416
- Use correct feature flag key.
17+
- Ensure `isLoading` state is cleared if quotes not updated.
1518

1619
## [2.0.0]
1720

@@ -27,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2730

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

30-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
33+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
34+
[2.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
3135
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
3236
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/[email protected]

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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)