Release 1211.0.0 - #9974
Merged
Merged
Conversation
|
✅ No changelog changes needed. |
aganglada
previously approved these changes
Aug 26, 2026
3 tasks
## Summary - Adds `@metamask/perps-controller@13.0.0` to Release 1211.0.0 so it can ship with `@metamask/social-controllers@2.8.0`. - Major bump: breaking Chase/strategy/HIP-3 and persisted preference changes already on `main`. - Changelog has no Uncategorized section; workspace dep pins from 1205/1209/1210 are listed under Changed. Please merge this into #9974 (do not squash-merge onto `main`). Add `release:keep-open` on #9974 if review will take more than 3 hours. ## Test plan - [x] `yarn workspace @metamask/perps-controller run changelog:validate` - [ ] CI on this PR - [ ] After merge, #9974 still looks right (social 2.8.0 + perps 13.0.0) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Only version and changelog updates; runtime behavior is unchanged by this PR itself. > > **Overview** > **Release-only PR:** bumps `@metamask/perps-controller` from **12.2.0** to **13.0.0** in `package.json` and finalizes the changelog for that major. > > The new **`[13.0.0]`** section documents what already landed on `main` (Chase lifecycle API, persisted trade/UI preferences, strategy orders on HIP-3, new `PerpsErrorCode` values, dependency bumps, and related fixes). **`[Unreleased]`** is cleared and compare links now point at **13.0.0**. Minor changelog edits include moving Chase default wording into **Changed**, adding **9948**/**9961** bullets, extra dependency bump lines, and a small **12.2.0** doc tweak for TWAP randomization. > > No application source changes in this diff—consumers adopt **13.0.0** for the breaking API/state/error surface described in the changelog. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 3569d3a. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
abretonc7s
approved these changes
Aug 26, 2026
aganglada
approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@metamask/social-controllersas2.8.0.Trade.actionandPosition.isOpen, plus the exportedTradeActiontype.Test plan
yarn changelog:validateMade with Cursor