-
-
Notifications
You must be signed in to change notification settings - Fork 256
Release 687.0.0 #7190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 687.0.0 #7190
Conversation
dfe2b03 to
11a9efc
Compare
Add blank lines before bullet points in initial release sections to improve markdown formatting consistency across packages.
Update package name references in older version comparison links from @metamask/json-rpc-engine to json-rpc-engine format.
…ing-service - Revert @metamask/base-controller from ^9.0.1 to ^9.0.0 - Revert @metamask/messenger from ^0.3.1 to ^0.3.0 - Revert @metamask/error-reporting-service from ^3.0.1 to ^3.0.0 - Remove changelog entries for reverted versions - Update all package dependencies and yarn.lock - Clean up uncategorized sections in various CHANGELOGs
| { | ||
| "name": "@metamask/address-book-controller", | ||
| "version": "7.0.0", | ||
| "version": "8.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Unnecessary major version bump
The package version is incremented from 7.0.0 to 8.0.0, indicating breaking changes, but the only dependency update is a patch version of controller-utils (11.15.1). logging-controller correctly used a patch bump for the same update. This major bump is misleading for consumers.
This reverts commit b557946.
Reverts #7190 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Rolls back the 687.0.0 release, reverting package versions, changelogs, and dependency upgrades across the monorepo to the previous stable set. > > - **Monorepo**: > - Set root `version` to `686.0.0`. > - **Dependencies (global rollback)**: > - Revert key deps: `@metamask/network-controller` `26.x` → `25.x`, `@metamask/json-rpc-engine` `10.2.0` → `10.1.1`, `@metamask/eth-json-rpc-provider` `6.x` → `5.0.1`, `@metamask/eth-block-tracker` `15.x` → `14.x`, `@metamask/transaction-controller` `62.x` → `61.3.x`, `@metamask/gas-fee-controller` `26.x` → `25.x`, `@metamask/preferences-controller` `22.x` → `21.x`, and related peers. > - **Packages**: > - Revert package versions and peerDeps across many modules (e.g., `accounts-controller` `35.x` → `34.x`, `account-tree-controller` `4.x` → `3.x`, `address-book-controller` `8.x` → `7.x`, `bridge(-status)-controller` `62.x` → `61.x`, `assets-controllers` `90.x` → `89.0.1`, `multichain-*` controllers, `signature-controller` `37.x` → `36.x`, etc.). > - Update CHANGELOG links to reflect prior release baselines. > - **Tooling**: > - Regenerate `yarn.lock` to match reverted versions. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 9d6fade. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
- Update PR references across all changelog entries - Adjust version numbers (e.g., address-book-controller 8.0.0 -> 7.0.1) - Update corresponding version links in changelogs
Wladimir7600
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bitte bearbeiten
See changelog for details.
Note
Monorepo release bump with widespread dependency upgrades (many breaking), including Network/Transaction/Keyring/Accounts controllers, JsonRpcEngine v2, InternalProvider, and related packages.
687.0.0; update changelogs across packages.@metamask/json-rpc-engineto^10.2.0(addsJsonRpcEngineV2).@metamask/eth-json-rpc-providerto^6.0.0(usesInternalProvider).@metamask/eth-block-trackerto^15.0.0.@metamask/controller-utils^11.15.1.network-controller→^26.0.0(plus related:selected-network-controller,multichain-network-controller,network-enablement-controller).transaction-controller→^62.0.0;gas-fee-controller→^26.0.0.keyring-controller→^25.0.0;accounts-controller→^35.0.0.account-tree-controller→^4.0.0;multichain-account-service→^4.0.0.preferences-controller^22.0.0,phishing-controller^16.0.0,signature-controller^37.0.0,assets-controllers^90.0.0,bridge(-status)^62.0.0,user-operation-controller^41.0.0,subscription-controller^5.0.0,transaction-pay-controller^9.0.0,earn-controller^11.0.0,ens-controller^19.0.0,logging-controller^7.0.1, etc.polling-controller→^15.0.1.profile-sync-controller→^27.0.0;address-book-controller→^8.0.0.eth-json-rpc-middleware→^22.0.0(v2 middleware);eip-5792-middleware→ usestransaction-controller^62.0.0.permission-controller^12.1.1,eip1193-permission-middleware,chain-agnostic-permissionupdates.Written by Cursor Bugbot for commit 734d343. This will update automatically on new commits. Configure here.