Release/1155.0.0 - #9693
Conversation
|
❌ Changelog validation failed. Check the workflow run for details. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 6b714ab. Configure here.
|
Added no-changelog label after verifying that the bumps to bridge-controller, bridge-status-controller and wallet packages are already reflected in the changelog. |
Turns out they were put in an old entry, thus the error. Fixed now. |

Explanation
Major
Minor
Patch
References
Checklist
Note
Medium Risk
The major
core-backendDeFi position-type change can break consumers that relied on the oldV6_DEFI_POSITION_TYPESunion; widespreadtransaction-controllerbumps also affect tx/gas behavior from 69.3.0.Overview
This is a release train PR: it bumps the root monorepo to 1155.0.0 and publishes aligned versions for the packages called out in the release notes, with changelog sections moved from
[Unreleased]into the new tags andpackage.json/yarn.lockupdated so dependents pick up the new ranges.@metamask/core-backend8.0.0 (major) carries a breaking alignment ofV6_DEFI_POSITION_TYPES/V6DeFiPositionTypewith Accounts API / Zerion fungible position types (deposit,loan,locked,staked,reward,wallet,investment). Anything on^7.0.0is bumped to^8.0.0in this diff (e.g.assets-controller,assets-controllers,client-utils,transaction-controller).Minor releases:
@metamask/assets-controller11.3.0,@metamask/assets-controllers110.0.1,@metamask/transaction-controller69.3.0. Patch:@metamask/client-utils1.3.1. Downstream controllers (bridge, bridge-status, earn, EIP-5792, wallet, etc.) only change theirtransaction-controller(and where applicable assets / core-backend) dependency pins and changelog notes for #9693.There is no application source in this diff beyond version metadata and lockfile resolution.
Reviewed by Cursor Bugbot for commit 45eb927. Bugbot is set up for automated code reviews on this repo. Configure here.