-
-
Notifications
You must be signed in to change notification settings - Fork 200
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 281.0.0 #5140
Release 281.0.0 #5140
Conversation
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: npm/@metamask/accounts-controller@20.0.2, npm/@metamask/profile-sync-controller@3.3.0, npm/@metamask/transaction-controller@42.1.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.
Changelog entries look pretty good, thanks for adding those! Unfortunately I think we may need to include more packages in this release :(
@@ -82,7 +82,7 @@ | |||
"@metamask/gas-fee-controller": "^22.0.0", | |||
"@metamask/keyring-controller": "^19.0.0", | |||
"@metamask/network-controller": "^22.0.0", | |||
"@metamask/transaction-controller": "^42.0.0" | |||
"@metamask/transaction-controller": "^43.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.
Should we include this in the release as well, for reasons similar to previous?
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
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.
One more suggestion and then we're good.
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
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.
LGTM!
Major release for the
accounts-controller
. TheInternalAccount
andKeyringAccount
now have a newscopes
required field.