Skip to content

Commit 8b8969c

Browse files
authored
Release/1046.0.0 (MetaMask#9156)
## Explanation Release `1046.0.0` with minor version bump for: - **`@metamask/transaction-pay-controller`** `23.7.0` → `23.8.0` ### `@metamask/transaction-pay-controller@23.8.0` ### Changed - Bump `@metamask/keyring-controller` from `^27.0.0` to `^27.1.0` ([MetaMask#9129](MetaMask#9129)) ### Fixed - Mark MM Pay transactions as externally signed when quotes are available ([MetaMask#9145](MetaMask#9145)) ## References - [MetaMask#9145](MetaMask#9145) — fix(transaction-pay-controller): mark MM Pay transactions as externally signed once a quote is available - [MetaMask#9129](MetaMask#9129) — Bump `@metamask/keyring-controller` - [MetaMask#9155](MetaMask#9155) — Revert of previous aborted Release/1046.0.0 ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] 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) - [ ] 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
1 parent 03c2914 commit 8b8969c

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": "1045.0.0",
3+
"version": "1046.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.8.0]
11+
1012
### Changed
1113

1214
- Bump `@metamask/keyring-controller` from `^27.0.0` to `^27.1.0` ([#9129](https://github.com/MetaMask/core/pull/9129))
@@ -1082,7 +1084,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10821084

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

1085-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.7.0...HEAD
1087+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.8.0...HEAD
1088+
[23.8.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.7.0...@metamask/transaction-pay-controller@23.8.0
10861089
[23.7.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.6.0...@metamask/transaction-pay-controller@23.7.0
10871090
[23.6.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.5.1...@metamask/transaction-pay-controller@23.6.0
10881091
[23.5.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.5.0...@metamask/transaction-pay-controller@23.5.1

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

0 commit comments

Comments
 (0)