Skip to content

Commit 5659821

Browse files
authored
Release 1190.0.0 (#9845)
## Explanation Releasing the bridge-controller and bridge-status-controller <!-- 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 - [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) - [ ] 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** > The diff is version and changelog bookkeeping only; functional changes were already merged and are small (utility export and quote fee coercion fix). > > **Overview** > **Release 1190.0.0** bumps the monorepo and publishes **`@metamask/bridge-controller@79.2.0`** and **`@metamask/bridge-status-controller@75.1.0`**, with changelog sections moved out of `[Unreleased]` and **`yarn.lock`** aligned to **`@metamask/bridge-controller@^79.2.0`**. > > **`bridge-controller` 79.2.0** (documented in this release) adds exported **`assetIdsMatch`** for comparing asset IDs (case-insensitive on EVM) and fixes fee handling when coercing V1 quotes to V2 by filtering fees on **`assetId`**. > > **`bridge-status-controller` 75.1.0** updates its dependency on **`bridge-controller`** from `^79.1.0` to **`^79.2.0`** so status tracking matches the new bridge-controller release. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 5adc160. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 62fd54e commit 5659821

6 files changed

Lines changed: 15 additions & 9 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": "1189.0.0",
3+
"version": "1190.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+
## [79.2.0]
11+
1012
### Added
1113

1214
- Export `assetIdsMatch` util to compare assetIds. EVM assetIds are case insensitive ([#9831](https://github.com/MetaMask/core/pull/9831))
@@ -1910,7 +1912,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19101912

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

1913-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@79.1.0...HEAD
1915+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@79.2.0...HEAD
1916+
[79.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@79.1.0...@metamask/bridge-controller@79.2.0
19141917
[79.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@79.0.1...@metamask/bridge-controller@79.1.0
19151918
[79.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@79.0.0...@metamask/bridge-controller@79.0.1
19161919
[79.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@78.1.0...@metamask/bridge-controller@79.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": "79.1.0",
3+
"version": "79.2.0",
44
"description": "Manages bridge-related quote fetching functionality for MetaMask",
55
"keywords": [
66
"Ethereum",

packages/bridge-status-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [75.1.0]
11+
1012
### Changed
1113

1214
- Bump `@metamask/transaction-controller` from `^69.5.0` to `^69.5.2` ([#9798](https://github.com/MetaMask/core/pull/9798), [#9823](https://github.com/MetaMask/core/pull/9823))
13-
- Bump `@metamask/bridge-controller` from `^79.0.0` to `^79.1.0` ([#9788](https://github.com/MetaMask/core/pull/9788), [#9827](https://github.com/MetaMask/core/pull/9827))
15+
- Bump `@metamask/bridge-controller` from `^79.0.0` to `^79.2.0` ([#9788](https://github.com/MetaMask/core/pull/9788), [#9827](https://github.com/MetaMask/core/pull/9827), [#9845](https://github.com/MetaMask/core/pull/9845))
1416
- Bump `@metamask/accounts-controller` from `^39.0.6` to `^39.1.0` ([#9791](https://github.com/MetaMask/core/pull/9791), [#9807](https://github.com/MetaMask/core/pull/9807))
1517
- Bump `@metamask/keyring-controller` from `^27.1.0` to `^27.1.1` ([#9791](https://github.com/MetaMask/core/pull/9791))
1618

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

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

1497-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@75.0.0...HEAD
1499+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@75.1.0...HEAD
1500+
[75.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@75.0.0...@metamask/bridge-status-controller@75.1.0
14981501
[75.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@74.6.2...@metamask/bridge-status-controller@75.0.0
14991502
[74.6.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@74.6.1...@metamask/bridge-status-controller@74.6.2
15001503
[74.6.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@74.6.0...@metamask/bridge-status-controller@74.6.1

packages/bridge-status-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-status-controller",
3-
"version": "75.0.0",
3+
"version": "75.1.0",
44
"description": "Manages bridge-related status fetching functionality for MetaMask",
55
"keywords": [
66
"Ethereum",
@@ -56,7 +56,7 @@
5656
"dependencies": {
5757
"@metamask/accounts-controller": "^39.1.0",
5858
"@metamask/base-controller": "^9.1.0",
59-
"@metamask/bridge-controller": "^79.1.0",
59+
"@metamask/bridge-controller": "^79.2.0",
6060
"@metamask/controller-utils": "^12.3.0",
6161
"@metamask/gas-fee-controller": "^26.3.1",
6262
"@metamask/keyring-controller": "^27.1.1",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6251,7 +6251,7 @@ __metadata:
62516251
languageName: unknown
62526252
linkType: soft
62536253

6254-
"@metamask/bridge-controller@npm:^79.1.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
6254+
"@metamask/bridge-controller@npm:^79.2.0, @metamask/bridge-controller@workspace:packages/bridge-controller":
62556255
version: 0.0.0-use.local
62566256
resolution: "@metamask/bridge-controller@workspace:packages/bridge-controller"
62576257
dependencies:
@@ -6305,7 +6305,7 @@ __metadata:
63056305
"@metamask/accounts-controller": "npm:^39.1.0"
63066306
"@metamask/auto-changelog": "npm:^6.1.0"
63076307
"@metamask/base-controller": "npm:^9.1.0"
6308-
"@metamask/bridge-controller": "npm:^79.1.0"
6308+
"@metamask/bridge-controller": "npm:^79.2.0"
63096309
"@metamask/controller-utils": "npm:^12.3.0"
63106310
"@metamask/gas-fee-controller": "npm:^26.3.1"
63116311
"@metamask/keyring-controller": "npm:^27.1.1"

0 commit comments

Comments
 (0)