-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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/4.0.3 #1906
Release/4.0.3 #1906
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -13,5 +11,5 @@ export const ConstantsUtil = { | |||
ADD_CHAIN_METHOD: 'wallet_addEthereumChain', | |||
EIP6963_ANNOUNCE_EVENT: 'eip6963:announceProvider', | |||
EIP6963_REQUEST_EVENT: 'eip6963:requestProvider', | |||
VERSION: scaffoldUtilsPackageJson.version | |||
VERSION: '4.0.2' |
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 this be 4.0.3
? @xzilja
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.
@svenvoskamp did we merge the auto-updater ???
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.
4.0.3 indeed. @tomiir I reverted auto updating as it was based on assert {as json}
bit. It'll fail in quiet a few bundlers that have not implemented the standard yet.
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.
✨
Breaking Changes
N/A
Changes
Associated Issues
closes #...