Commit 5659821
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
- packages
- bridge-controller
- bridge-status-controller
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
1910 | 1912 | | |
1911 | 1913 | | |
1912 | 1914 | | |
1913 | | - | |
| 1915 | + | |
| 1916 | + | |
1914 | 1917 | | |
1915 | 1918 | | |
1916 | 1919 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
1494 | 1496 | | |
1495 | 1497 | | |
1496 | 1498 | | |
1497 | | - | |
| 1499 | + | |
| 1500 | + | |
1498 | 1501 | | |
1499 | 1502 | | |
1500 | 1503 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6251 | 6251 | | |
6252 | 6252 | | |
6253 | 6253 | | |
6254 | | - | |
| 6254 | + | |
6255 | 6255 | | |
6256 | 6256 | | |
6257 | 6257 | | |
| |||
6305 | 6305 | | |
6306 | 6306 | | |
6307 | 6307 | | |
6308 | | - | |
| 6308 | + | |
6309 | 6309 | | |
6310 | 6310 | | |
6311 | 6311 | | |
| |||
0 commit comments