Skip to content

Commit 44597f8

Browse files
Release/1058.0.0 (MetaMask#9214)
## Explanation <!-- 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? --> This PR releases the `BridgeController`. ## 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** > Version and dependency-only changes with no application code in the diff; risk is limited to consumers adopting the new bridge-controller minor release. > > **Overview** > This is a **release cut** for the core monorepo **1058.0.0**, centered on shipping **`@metamask/bridge-controller` 75.2.0** (from 75.1.1). > > The diff bumps the root `package.json` version, sets **`bridge-controller`** to **75.2.0**, and finalizes its **CHANGELOG** for that tag (content that was under Unreleased). **`bridge-status-controller`** and **`transaction-pay-controller`** now depend on **`@metamask/bridge-controller` ^75.2.0**, with matching changelog notes and **`yarn.lock`** updates. > > There is **no new runtime logic** in this PR—only versioning, changelog links, and dependency alignment so consumers pick up the **75.2.0** bridge-controller release (e.g. unified swap/bridge analytics context and quote-received property fixes documented in that package’s changelog). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 2b524aa. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 0cee394 commit 44597f8

8 files changed

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

packages/bridge-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+
## [75.2.0]
11+
1012
### Added
1113

1214
- Add optional `environment_type` property to the `ButtonClicked` unified swap/bridge event context ([#9121](https://github.com/MetaMask/core/pull/9121))
@@ -1617,7 +1619,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16171619

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

1620-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@75.1.1...HEAD
1622+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@75.2.0...HEAD
1623+
[75.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@75.1.1...@metamask/bridge-controller@75.2.0
16211624
[75.1.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@75.1.0...@metamask/bridge-controller@75.1.1
16221625
[75.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@75.0.0...@metamask/bridge-controller@75.1.0
16231626
[75.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@74.0.0...@metamask/bridge-controller@75.0.0

packages/bridge-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/bridge-controller",
3-
"version": "75.1.1",
3+
"version": "75.2.0",
44
"description": "Manages bridge-related quote fetching functionality for MetaMask",
55
"keywords": [
66
"Ethereum",

packages/bridge-status-controller/CHANGELOG.md

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

1010
### Changed
1111

12+
- Bump `@metamask/bridge-controller` from `^75.1.1` to `^75.2.0` ([#9214](https://github.com/MetaMask/core/pull/9214))
1213
- Rename `solanaFeesInLamports` to `nonEvmFeesInNative` in unit test mocks ([#9098](https://github.com/MetaMask/core/pull/9098))
1314
- Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
1415
- Bump `@metamask/controller-utils` from `^12.1.1` to `^12.2.0` ([#9083](https://github.com/MetaMask/core/pull/9083))

packages/bridge-status-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"@metamask/accounts-controller": "^39.0.1",
5656
"@metamask/base-controller": "^9.1.0",
57-
"@metamask/bridge-controller": "^75.1.1",
57+
"@metamask/bridge-controller": "^75.2.0",
5858
"@metamask/controller-utils": "^12.2.0",
5959
"@metamask/gas-fee-controller": "^26.2.2",
6060
"@metamask/keyring-controller": "^27.1.0",

packages/transaction-pay-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/bridge-controller` from `^75.1.1` to `^75.2.0` ([#9214](https://github.com/MetaMask/core/pull/9214))
13+
1014
## [23.13.0]
1115

1216
### Changed

packages/transaction-pay-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@metamask/assets-controller": "^9.0.1",
6161
"@metamask/assets-controllers": "^109.2.0",
6262
"@metamask/base-controller": "^9.1.0",
63-
"@metamask/bridge-controller": "^75.1.1",
63+
"@metamask/bridge-controller": "^75.2.0",
6464
"@metamask/bridge-status-controller": "^72.1.0",
6565
"@metamask/controller-utils": "^12.2.0",
6666
"@metamask/gas-fee-controller": "^26.2.2",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5887,7 +5887,7 @@ __metadata:
58875887
languageName: unknown
58885888
linkType: soft
58895889

5890-
"@metamask/bridge-controller@npm:^75.1.1, @metamask/bridge-controller@workspace:packages/bridge-controller":
5890+
"@metamask/bridge-controller@npm:^75.2.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
58915891
version: 0.0.0-use.local
58925892
resolution: "@metamask/bridge-controller@workspace:packages/bridge-controller"
58935893
dependencies:
@@ -5941,7 +5941,7 @@ __metadata:
59415941
"@metamask/accounts-controller": "npm:^39.0.1"
59425942
"@metamask/auto-changelog": "npm:^6.1.0"
59435943
"@metamask/base-controller": "npm:^9.1.0"
5944-
"@metamask/bridge-controller": "npm:^75.1.1"
5944+
"@metamask/bridge-controller": "npm:^75.2.0"
59455945
"@metamask/controller-utils": "npm:^12.2.0"
59465946
"@metamask/gas-fee-controller": "npm:^26.2.2"
59475947
"@metamask/keyring-controller": "npm:^27.1.0"
@@ -8695,7 +8695,7 @@ __metadata:
86958695
"@metamask/assets-controllers": "npm:^109.2.0"
86968696
"@metamask/auto-changelog": "npm:^6.1.0"
86978697
"@metamask/base-controller": "npm:^9.1.0"
8698-
"@metamask/bridge-controller": "npm:^75.1.1"
8698+
"@metamask/bridge-controller": "npm:^75.2.0"
86998699
"@metamask/bridge-status-controller": "npm:^72.1.0"
87008700
"@metamask/controller-utils": "npm:^12.2.0"
87018701
"@metamask/gas-fee-controller": "npm:^26.2.2"

0 commit comments

Comments
 (0)