Skip to content

Commit 03b5c1e

Browse files
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

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": "1053.0.0",
3+
"version": "1054.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/perps-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+
## [8.2.0]
11+
1012
### Added
1113

1214
- Add Perps Discovery analytics constants to `PERPS_EVENT_PROPERTY` and `PERPS_EVENT_VALUE` so mobile can import them from `@metamask/perps-controller` instead of maintaining a local mirror ([#9178](https://github.com/MetaMask/core/pull/9178))
@@ -389,7 +391,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
389391

390392
- Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
391393

392-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@8.1.0...HEAD
394+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@8.2.0...HEAD
395+
[8.2.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@8.1.0...@metamask/perps-controller@8.2.0
393396
[8.1.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@8.0.0...@metamask/perps-controller@8.1.0
394397
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@7.0.0...@metamask/perps-controller@8.0.0
395398
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@6.3.0...@metamask/perps-controller@7.0.0

packages/perps-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/perps-controller",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"description": "Controller for perpetual trading functionality in MetaMask",
55
"keywords": [
66
"Ethereum",

0 commit comments

Comments
 (0)