-
-
Notifications
You must be signed in to change notification settings - Fork 187
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 202.0.0 #4688
Release 202.0.0 #4688
Conversation
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.
Added entries for controller-utils
bumps.
It would also be nice to note the controller-utils
bump in the PR description. It would be very helpful to future changelog writers releasing packages that updated their controller-utils
versions in this pr but were not part of this release.
Looks like the lockfile needs an update. Otherwise LGTM! |
216f727
to
4d1a54e
Compare
Thanks a lot for your input @MajorLift |
Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com>
Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com>
Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com>
The controller-utils bump entry in the signature-controller changelog also needs to be restored. You might need to refresh the page to see the updates in this thread above. |
Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com>
|
||
### Changed | ||
|
||
- Bump `@metamask/controller-utils` from `^11.2.0` to `^11.3.0` ([#4688](https://github.com/MetaMask/core/pull/4688)) |
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.
Apologies for the hassle, but we'll need to add the change log entries for the startup fixes also, thanks!
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.
We should do a release of all packages now that #4648 is merged. Happy to recreate this PR for you.
We decided to close this and create new one with @Mrtenz |
Explanation
This PR is release candidate for v202.0.0
Changelog
Changes
Bumped
@metamask/controller-utils
to^11.3.0
for following packages@metamask/address-book-controller
@metamask/assets-controller
@metamask/ens-controller
@metamask/gas-fee-controller
@metamask/logging-controller
@metamask/message-manager
@metamask/name-controller
@metamask/network-controller
@metamask/notification-services-controller
@metamask/permissions-controller
@metamask/polling-controller
@metamask/preferences-controller
@metamask/polling-controller
@metamask/queued-request-controller
@metamask/user-operation-controller
@metamask/transaction-controller
@metamask/signature-controller
Changes for
@metamask/transaction-controller
TransactionController
, instead import them from@metamask/controller-utils
(#4655)Changes for
@metamask/signature-controller
trace
callback to constructor.traceContext
option tonewUnsignedPersonalMessage
andnewUnsignedTypedMessage
methods.Checklist