Skip to content

Commit 43835f2

Browse files
Release 664.0.0 (#7073)
Minor release of `@metamask/transaction-pay-controller`. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Publish @metamask/transaction-pay-controller 3.1.0 with totals calculation without quotes and Polygon bridge fixes; bump monorepo version to 664.0.0. > > - **@metamask/transaction-pay-controller 3.1.0**: > - **Added**: Calculate totals even if no quotes received. > - **Fixed**: Bridging to native Polygon; use original quote if bridge quote refresh fails; only refresh quotes when transaction is unapproved. > - **Monorepo**: > - Bump root `package.json` version to `664.0.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 3e2461c. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 0c4fcb3 commit 43835f2

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": "663.0.0",
3+
"version": "664.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+
## [3.1.0]
11+
1012
### Added
1113

1214
- Calculate totals even if no quotes received ([#7042](https://github.com/MetaMask/core/pull/7042))
@@ -54,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5456

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

57-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
59+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
60+
[3.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
5861
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
5962
[2.0.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
6063
[2.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@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": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)