Commit 44597f8
authored
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
- packages
- bridge-controller
- bridge-status-controller
- transaction-pay-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 | | |
| |||
1617 | 1619 | | |
1618 | 1620 | | |
1619 | 1621 | | |
1620 | | - | |
| 1622 | + | |
| 1623 | + | |
1621 | 1624 | | |
1622 | 1625 | | |
1623 | 1626 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5887 | 5887 | | |
5888 | 5888 | | |
5889 | 5889 | | |
5890 | | - | |
| 5890 | + | |
5891 | 5891 | | |
5892 | 5892 | | |
5893 | 5893 | | |
| |||
5941 | 5941 | | |
5942 | 5942 | | |
5943 | 5943 | | |
5944 | | - | |
| 5944 | + | |
5945 | 5945 | | |
5946 | 5946 | | |
5947 | 5947 | | |
| |||
8695 | 8695 | | |
8696 | 8696 | | |
8697 | 8697 | | |
8698 | | - | |
| 8698 | + | |
8699 | 8699 | | |
8700 | 8700 | | |
8701 | 8701 | | |
| |||
0 commit comments