Commit 5ea7ff6
authored
Release/1126.0.0 (#9528)
## Explanation
Update `bridge-status-controller` package from `74.2.0` to `74.3.0`.
<!--
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]
> **Low Risk**
> Version and changelog-only release with no code diff; consumers should
note 74.3.0’s batch quote-status behavior when upgrading.
>
> **Overview**
> **Monorepo release `1126.0.0`** bumps the root
`@metamask/core-monorepo` version from `1125.0.0` and publishes
**`@metamask/bridge-status-controller` `74.3.0`** (from `74.2.0`) with
an updated package version and changelog.
>
> The new **`74.3.0`** changelog section documents behavior that ships
with this release tag: **batch sell (EIP-7702 / nested batch)** support
in the quote-status flow so every quote in one batch is reported to the
backend as `SUBMITTED` under a shared source tx hash and `txMetaId`,
with shared finalization on confirm/fail ([#9514]). A **Changed** entry
notes tsconfig project-reference sync with internal deps ([#8384]).
Compare links for `[Unreleased]` and `[74.3.0]` are updated accordingly.
>
> There are **no application source changes** in this diff—only
`package.json` version fields and `CHANGELOG.md` release bookkeeping.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
24b0fa0. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent afb989c commit 5ea7ff6
3 files changed
Lines changed: 10 additions & 3 deletions
| 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 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
| |||
1418 | 1424 | | |
1419 | 1425 | | |
1420 | 1426 | | |
1421 | | - | |
| 1427 | + | |
| 1428 | + | |
1422 | 1429 | | |
1423 | 1430 | | |
1424 | 1431 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments