Skip to content

Commit db968e7

Browse files
authored
Release/1030.0.0 (MetaMask#9077)
## Explanation Release @metamask/transaction-pay-controller. ## References Related to https://consensyssoftware.atlassian.net/browse/CONF-1520 ## Checklist - [X] I've updated the test suite for new or updated code as appropriate - [X] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [X] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/processes/updating-changelogs.md) - [X] I've introduced [breaking changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md) in this PR and have prepared draft pull requests for clients and consumer packages to resolve them <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Version and changelog-only release PR with no runtime code changes in the diff; consumers pick up previously merged pay/bridge fixes via the new package version. > > **Overview** > Cuts **monorepo release 1030.0.0** and publishes **`@metamask/transaction-pay-controller` 23.5.0** by bumping root `package.json` (`1029.0.0` → `1030.0.0`) and the package version (`23.4.0` → `23.5.0`). > > The **23.5.0** changelog section is finalized: **Unreleased** is cleared, compare links are updated, and the release notes call out a **`@metamask/bridge-controller`** bump to `^75.1.0` plus a fix for **request amount** when both **`paymentOverride`** and **`isPostQuote`** are set (from prior merged work; this PR has no additional source changes in the diff). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit c564e78. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent e30b500 commit db968e7

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": "1029.0.0",
3+
"version": "1030.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+
## [23.5.0]
11+
1012
### Changed
1113

1214
- Bump `@metamask/bridge-controller` from `^75.0.0` to `^75.1.0` ([#9072](https://github.com/MetaMask/core/pull/9072))
@@ -1029,7 +1031,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10291031

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

1032-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.4.0...HEAD
1034+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.5.0...HEAD
1035+
[23.5.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.4.0...@metamask/transaction-pay-controller@23.5.0
10331036
[23.4.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.3.1...@metamask/transaction-pay-controller@23.4.0
10341037
[23.3.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.3.0...@metamask/transaction-pay-controller@23.3.1
10351038
[23.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.2.0...@metamask/transaction-pay-controller@23.3.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": "23.4.0",
3+
"version": "23.5.0",
44
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
55
"keywords": [
66
"Ethereum",

0 commit comments

Comments
 (0)