-
-
Notifications
You must be signed in to change notification settings - Fork 192
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 233.0.0 #4862
Release 233.0.0 #4862
Conversation
@@ -52,7 +52,7 @@ | |||
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" | |||
}, | |||
"dependencies": { | |||
"@metamask/json-rpc-engine": "^10.0.0", | |||
"@metamask/json-rpc-engine": "^10.0.1", | |||
"@metamask/rpc-errors": "^7.0.1", | |||
"@metamask/safe-event-emitter": "^3.0.0", | |||
"@metamask/utils": "^10.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.
@metamask/eth-json-rpc-provider
depends on @metamask/utils
and is used in snaps (transitively by eth-block-tracker
). Should it also be included in release?
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.
Sure thing!
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.
ad987ad
to
07a5a71
Compare
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
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!
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.
Explanation
Release PR to roll out newest version of
@metamask/utils
. This unblocks bumping the package elsewhere in the stack (e.g. for Snaps)