Release 1097.0.0#9399
Merged
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
|
❌ Failed to push changelog fixes. Check the workflow run for details. |
jiexi
commented
Jul 6, 2026
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [4.0.1] |
Member
Author
There was a problem hiding this comment.
4.0.0 should not have been released without chain-agnostic-permission
4.0.0 is a broken release
mcmire
reviewed
Jul 6, 2026
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
gambinish
approved these changes
Jul 6, 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.
Explanation
Releases the following packages:
@metamask/chain-agnostic-permission:1.6.2→1.7.0(minor)getSessionPropertiesasync function (from #9294).@metamask/multichain-api-middleware:4.0.0→4.0.1(patch)@metamask/chain-agnostic-permissiondependency from^1.6.2to^1.7.0.4.0.0already consumesgetSessionProperties(introduced in #9294), which is only available fromchain-agnostic-permission@1.7.0, so this aligns the declared dependency range with what the package actually requires.@metamask/perps-controller:9.2.0→9.2.1(patch)@metamask/messengerfrom^1.2.0to^2.0.0.adaptOrderFromSDKdroppingtakeProfitPrice/stopLossPricefor child TP/SL orders whosetriggerPxis an empty stringReferences
Checklist
yarn constraintspassesNote
Low Risk
Version, changelog, and dependency-range-only changes with no new runtime code; fixes a packaging mismatch for an API already used in 4.0.0.
Overview
Monorepo release 1097.0.0 cuts new package versions and updates lockfile entries; there is no application logic change in this diff.
@metamask/chain-agnostic-permission1.7.0 moves the existing Unreleased changelog (includinggetSessionProperties) into the 1.7.0 section and bumps the package version.@metamask/multichain-api-middleware4.0.1 raises its declared@metamask/chain-agnostic-permissionrange from^1.6.2to^1.7.0, because 4.0.0 already callsgetSessionPropertiesbut did not declare that minimum version. The 4.0.0 changelog section is marked [DEPRECATED].@metamask/eip1193-permission-middlewaregets the samechain-agnostic-permissiondependency bump and changelog note.Reviewed by Cursor Bugbot for commit a02bb3e. Bugbot is set up for automated code reviews on this repo. Configure here.