Skip to content

Commit 90658f7

Browse files
Release 1028.0.0 (MetaMask#9066)
## Explanation Releasing a major version of the bridge-controller and minor versions of bridge-status, transaction and transaction-pay controllers <!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes: * What is the current state of things and why does it need to change? * What is the solution your changes offer and how does it work? * Are there any changes whose purpose might not obvious to those unfamiliar with the domain? * If your primary goal was to update one package but you found you had to update another one along the way, why did you do so? * If you had to upgrade a dependency, why did you do so? --> ## 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] > **Medium Risk** > The release ships bridge-controller 75.0.0 with prior breaking metrics/API requirements; clients upgrading must adopt those contract changes even though this PR only bumps versions. > > **Overview** > **Monorepo release 1028.0.0** that cuts new package versions and aligns dependents—no application source changes in this diff, only `package.json`, changelogs, and `yarn.lock`. > > **`@metamask/transaction-controller` 67.1.0** is published and wired through the monorepo (`^67.0.0` → `^67.1.0`), including the newly exported **`generateBatchId`** called out in that package’s changelog. > > **Bridge / pay stack:** **`@metamask/bridge-controller` 75.0.0** (major), **`@metamask/bridge-status-controller` 72.1.0**, and **`@metamask/transaction-pay-controller` 23.4.0** get version bumps; `bridge-status` and `transaction-pay` also bump their **`bridge-controller`** / **`bridge-status`** peer ranges to match. > > Many other controllers only record the **`transaction-controller`** dependency bump under `[Unreleased]` in their changelogs. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 92612c0. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 871d309 commit 90658f7

32 files changed

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

packages/assets-controller/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bump `@metamask/transaction-controller` from `^67.0.0` to `^67.1.0` ([#9066](https://github.com/MetaMask/core/pull/9066))
13+
1014
## [8.3.3]
1115

1216
### Changed

packages/assets-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@metamask/preferences-controller": "^23.1.0",
7777
"@metamask/snaps-controllers": "^19.0.0",
7878
"@metamask/snaps-utils": "^12.1.2",
79-
"@metamask/transaction-controller": "^67.0.0",
79+
"@metamask/transaction-controller": "^67.1.0",
8080
"@metamask/utils": "^11.9.0",
8181
"async-mutex": "^0.5.0",
8282
"bignumber.js": "^9.1.2",

packages/assets-controllers/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bump `@metamask/transaction-controller` from `^67.0.0` to `^67.1.0` ([#9066](https://github.com/MetaMask/core/pull/9066))
13+
1014
## [108.6.0]
1115

1216
### Added

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.2",
88-
"@metamask/transaction-controller": "^67.0.0",
88+
"@metamask/transaction-controller": "^67.1.0",
8989
"@metamask/utils": "^11.9.0",
9090
"@tanstack/query-core": "^5.62.16",
9191
"@types/bn.js": "^5.1.5",

packages/bridge-controller/CHANGELOG.md

Lines changed: 5 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+
## [75.0.0]
11+
1012
### Added
1113

1214
- Add `QUICK_BUY_FOLLOW_TRADING`, `QUICK_BUY_TOKEN_DETAILS`, `BATCH_SELL` and `UNIFIED_SWAP_BRIDGE` to FeatureId enum ([#8964](https://github.com/MetaMask/core/pull/8964))
@@ -25,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2527
- Bump `@metamask/assets-controller` from `^8.3.2` to `^8.3.3` ([#9058](https://github.com/MetaMask/core/pull/9058))
2628
- Bump `@metamask/assets-controllers` from `^108.5.0` to `^108.6.0` ([#9058](https://github.com/MetaMask/core/pull/9058))
2729
- Bump `@metamask/controller-utils` from `^12.1.0` to `^12.1.1` ([#9058](https://github.com/MetaMask/core/pull/9058))
30+
- Bump `@metamask/transaction-controller` from `^67.0.0` to `^67.1.0` ([#9066](https://github.com/MetaMask/core/pull/9066))
2831

2932
## [74.0.0]
3033

@@ -1582,7 +1585,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15821585

15831586
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
15841587

1585-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@74.0.0...HEAD
1588+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@75.0.0...HEAD
1589+
[75.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@74.0.0...@metamask/bridge-controller@75.0.0
15861590
[74.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@73.2.1...@metamask/bridge-controller@74.0.0
15871591
[73.2.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@73.2.0...@metamask/bridge-controller@73.2.1
15881592
[73.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@73.1.0...@metamask/bridge-controller@73.2.0

packages/bridge-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/bridge-controller",
3-
"version": "74.0.0",
3+
"version": "75.0.0",
44
"description": "Manages bridge-related quote fetching functionality for MetaMask",
55
"keywords": [
66
"Ethereum",
@@ -72,7 +72,7 @@
7272
"@metamask/profile-sync-controller": "^28.1.1",
7373
"@metamask/remote-feature-flag-controller": "^4.2.2",
7474
"@metamask/snaps-controllers": "^19.0.0",
75-
"@metamask/transaction-controller": "^67.0.0",
75+
"@metamask/transaction-controller": "^67.1.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: 9 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+
## [72.1.0]
11+
1012
### Added
1113

1214
- Add `batch_id` property to BatchSell events ([#8964](https://github.com/MetaMask/core/pull/8964))
@@ -15,6 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517
- provide batchId to the `TransactionController:addTransactionBatch` to propagate it the TransactionMeta
1618
- Publish tx submission metrics for `BatchSell`, `QuickBuy` and `UnifiedSwapBridge` actions ([#8964](https://github.com/MetaMask/core/pull/8964))
1719

20+
### Changed
21+
22+
- Bump `@metamask/bridge-controller` from `^74.0.0` to `^75.0.0` ([#9066](https://github.com/MetaMask/core/pull/9066))
23+
- Bump `@metamask/transaction-controller` from `^67.0.0` to `^67.1.0` ([#9066](https://github.com/MetaMask/core/pull/9066))
24+
1825
## [72.0.3]
1926

2027
### Changed
@@ -1273,7 +1280,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12731280

12741281
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
12751282

1276-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0.3...HEAD
1283+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.1.0...HEAD
1284+
[72.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0.3...@metamask/bridge-status-controller@72.1.0
12771285
[72.0.3]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0.2...@metamask/bridge-status-controller@72.0.3
12781286
[72.0.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0.1...@metamask/bridge-status-controller@72.0.2
12791287
[72.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0.0...@metamask/bridge-status-controller@72.0.1

packages/bridge-status-controller/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/bridge-status-controller",
3-
"version": "72.0.3",
3+
"version": "72.1.0",
44
"description": "Manages bridge-related status fetching functionality for MetaMask",
55
"keywords": [
66
"Ethereum",
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"@metamask/accounts-controller": "^39.0.1",
5656
"@metamask/base-controller": "^9.1.0",
57-
"@metamask/bridge-controller": "^74.0.0",
57+
"@metamask/bridge-controller": "^75.0.0",
5858
"@metamask/controller-utils": "^12.1.1",
5959
"@metamask/gas-fee-controller": "^26.2.2",
6060
"@metamask/keyring-controller": "^27.0.0",
@@ -64,7 +64,7 @@
6464
"@metamask/profile-sync-controller": "^28.1.1",
6565
"@metamask/snaps-controllers": "^19.0.0",
6666
"@metamask/superstruct": "^3.1.0",
67-
"@metamask/transaction-controller": "^67.0.0",
67+
"@metamask/transaction-controller": "^67.1.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.1.0",
69-
"@metamask/transaction-controller": "^67.0.0",
69+
"@metamask/transaction-controller": "^67.1.0",
7070
"@ts-bridge/cli": "^0.6.4",
7171
"@types/jest": "^29.5.14",
7272
"deepmerge": "^4.2.2",

0 commit comments

Comments
 (0)