Skip to content

Commit 8c0417e

Browse files
Release 656.0.0 (#7030)
Patch release of `@metamask/transaction-pay-controller`. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Bumps monorepo to 656.0.0 and publishes @metamask/transaction-pay-controller 2.0.2 with a fix preventing infinite loading after quote refresh. > > - **Release** > - Bump root `package.json` to `656.0.0`. > - **@metamask/transaction-pay-controller** > - Version bump: `2.0.1` → `2.0.2` in `packages/transaction-pay-controller/package.json`. > - Changelog: add `2.0.2` entry noting fix to prevent infinite loading after quote refresh; update comparison links. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 0205e45. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 475fe5c commit 8c0417e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-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": "655.0.0",
3+
"version": "656.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+
## [2.0.2]
11+
1012
### Fixed
1113

1214
- Prevent infinite loading after quotes are refreshed ([#7020](https://github.com/MetaMask/core/pull/7020))
@@ -34,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3436

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

37-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
39+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
40+
[2.0.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
3841
[2.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
3942
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
4043
[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.1",
3+
"version": "2.0.2",
44
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)