Skip to content

Commit a6a12d3

Browse files
authored
Release/910.0.0 (#8447)
## Explanation Updated @metamask/transaction-controller to 64.2.0 and @metamask/transaction-pay-controller to 19.1.1. ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## 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 - [ ] 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 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Primarily version bumps and changelog updates across packages; functional risk is limited to pulling in `@metamask/transaction-controller@64.2.0` and `@metamask/transaction-pay-controller@19.1.1` behavior changes. > > **Overview** > Bumps the monorepo release version to `910.0.0` and updates `@metamask/transaction-controller` to `64.2.0` (including changelog entries for `TransactionBatchRequest.atomic` and preserving `submittedTime` set by publish hooks). > > Propagates the `@metamask/transaction-controller` dependency bump to `^64.2.0` across dependent controllers (assets, bridge, phishing, subscription, etc.), updates lockfile/resolutions accordingly, and releases `@metamask/transaction-pay-controller` `19.1.1` with its changelog/version and dependency bump. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit e19279b. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Signed-off-by: dan437 <80175477+dan437@users.noreply.github.com>
1 parent f9da762 commit a6a12d3

32 files changed

Lines changed: 55 additions & 49 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": "909.0.0",
3+
"version": "910.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/assets-controller/CHANGELOG.md

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

1010
### Changed
1111

12-
- Bump `@metamask/transaction-controller` from `^64.0.0` to `^64.1.0` ([#8432](https://github.com/MetaMask/core/pull/8432))
12+
- Bump `@metamask/transaction-controller` from `^64.0.0` to `^64.2.0` ([#8432](https://github.com/MetaMask/core/pull/8432), [#8447](https://github.com/MetaMask/core/pull/8447))
1313

1414
### Fixed
1515

packages/assets-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@metamask/preferences-controller": "^23.1.0",
7676
"@metamask/snaps-controllers": "^19.0.0",
7777
"@metamask/snaps-utils": "^12.1.2",
78-
"@metamask/transaction-controller": "^64.1.0",
78+
"@metamask/transaction-controller": "^64.2.0",
7979
"@metamask/utils": "^11.9.0",
8080
"async-mutex": "^0.5.0",
8181
"bignumber.js": "^9.1.2",

packages/assets-controllers/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- Bump `@metamask/accounts-controller` from `^37.1.1` to `^37.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
2020
- Bump `@metamask/keyring-controller` from `^25.1.1` to `^25.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
2121
- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.1` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373))
22-
- Bump `@metamask/transaction-controller` from `^64.0.0` to `^64.1.0` ([#8432](https://github.com/MetaMask/core/pull/8432))
22+
- Bump `@metamask/transaction-controller` from `^64.0.0` to `^64.2.0` ([#8432](https://github.com/MetaMask/core/pull/8432), [#8447](https://github.com/MetaMask/core/pull/8447))
2323

2424
### Fixed
2525

packages/assets-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@metamask/snaps-sdk": "^11.0.0",
8686
"@metamask/snaps-utils": "^12.1.2",
8787
"@metamask/storage-service": "^1.0.1",
88-
"@metamask/transaction-controller": "^64.1.0",
88+
"@metamask/transaction-controller": "^64.2.0",
8989
"@metamask/utils": "^11.9.0",
9090
"@types/bn.js": "^5.1.5",
9191
"@types/uuid": "^8.3.0",

packages/bridge-controller/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
- Bump `@metamask/assets-controller` from `^4.0.0` to `^5.0.0` ([#8406](https://github.com/MetaMask/core/pull/8406))
2525
- Bump `@metamask/accounts-controller` from `^37.1.1` to `^37.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
2626
- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.1` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373))
27-
- Bump `@metamask/transaction-controller` from `^64.0.0` to `^64.1.0` ([#8432](https://github.com/MetaMask/core/pull/8432))
27+
- Bump `@metamask/transaction-controller` from `^64.0.0` to `^64.2.0` ([#8432](https://github.com/MetaMask/core/pull/8432), [#8447](https://github.com/MetaMask/core/pull/8447))
2828

2929
### Deprecated
3030

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@metamask/profile-sync-controller": "^28.0.2",
7373
"@metamask/remote-feature-flag-controller": "^4.2.0",
7474
"@metamask/snaps-controllers": "^19.0.0",
75-
"@metamask/transaction-controller": "^64.1.0",
75+
"@metamask/transaction-controller": "^64.2.0",
7676
"@metamask/utils": "^11.9.0",
7777
"bignumber.js": "^9.1.2",
7878
"reselect": "^5.1.1",

packages/bridge-status-controller/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Bump `@metamask/accounts-controller` from `^37.1.1` to `^37.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
2121
- Bump `@metamask/keyring-controller` from `^25.1.1` to `^25.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
2222
- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.1` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373))
23-
- Bump `@metamask/transaction-controller` from `^64.0.0` to `^64.1.0` ([#8432](https://github.com/MetaMask/core/pull/8432))
23+
- Bump `@metamask/transaction-controller` from `^64.0.0` to `^64.2.0` ([#8432](https://github.com/MetaMask/core/pull/8432), [#8447](https://github.com/MetaMask/core/pull/8447))
2424

2525
## [70.0.5]
2626

packages/bridge-status-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@metamask/profile-sync-controller": "^28.0.2",
6565
"@metamask/snaps-controllers": "^19.0.0",
6666
"@metamask/superstruct": "^3.1.0",
67-
"@metamask/transaction-controller": "^64.1.0",
67+
"@metamask/transaction-controller": "^64.2.0",
6868
"@metamask/utils": "^11.9.0",
6969
"bignumber.js": "^9.1.2",
7070
"uuid": "^8.3.2"

packages/earn-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"devDependencies": {
6868
"@metamask/auto-changelog": "^6.0.0",
69-
"@metamask/transaction-controller": "^64.1.0",
69+
"@metamask/transaction-controller": "^64.2.0",
7070
"@ts-bridge/cli": "^0.6.4",
7171
"@types/jest": "^29.5.14",
7272
"deepmerge": "^4.2.2",

0 commit comments

Comments
 (0)