Commit 03b5c1e
authored
Release/1054.0.0 (MetaMask#9197)
## 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?
-->
## 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
-->
Current state: @metamask/perps-controller@8.1.0 is the latest publish,
but MetaMask#9178 (Perps Discovery analytics constants) merged afterward. Mobile
needs those constants from core and can’t drop its local mirror until we
ship a new version.
Solution: Release 1054.0.0 publishes @metamask/perps-controller@8.2.0.
This PR only versions and ships what’s already on main with no new
feature work.
What’s in 8.2.0:
Added: Perps Discovery analytics constants (PERPS_EVENT_PROPERTY /
PERPS_EVENT_VALUE) — MetaMask#9178
Changed: Bump @metamask/utils to ^11.11.0 — MetaMask#9074
Worth noting: The “Uncategorized” changelog entries are release
bookkeeping from prior monorepo releases (1035–1049) that merged perps
changes without publishing the package. The analytics constants are
shared telemetry strings so clients emit consistent Perps Discovery
events.
Other packages / deps: Only perps-controller is published here. The
utils bump was already merged separately and is included because it
landed after 8.1.0.
References
MetaMask#9178 — Perps Discovery analytics constants
MetaMask#9074 — @metamask/utils bump
Mobile follow-up: swap local constant mirrors for
@metamask/perps-controller imports after this release
## 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**
> Version and changelog bookkeeping only; no runtime or API changes in
this diff.
>
> **Overview**
> **Release-only PR** — bumps the core monorepo to **1054.0.0** and
publishes **`@metamask/perps-controller@8.2.0`** (from 8.1.0). There is
no new feature work in the diff; it versions and ships changes already
merged on `main`.
>
> The **8.2.0** changelog section is finalized (moved out of Unreleased)
so consumers can adopt **Perps Discovery analytics constants**
(`PERPS_EVENT_PROPERTY` / `PERPS_EVENT_VALUE`, MetaMask#9178) from the package
instead of local mirrors, plus the already-landed **`@metamask/utils`**
bump (MetaMask#9074).
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
ec77451. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent bb0ea5c commit 03b5c1e
3 files changed
Lines changed: 6 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 | | |
| |||
389 | 391 | | |
390 | 392 | | |
391 | 393 | | |
392 | | - | |
| 394 | + | |
| 395 | + | |
393 | 396 | | |
394 | 397 | | |
395 | 398 | | |
| |||
| 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