Sven
Sven
## Current Behavior I want to run `lerna version` to create a new version, but my terminal keeps hanging and shows me this: ## Expected Behavior The expected behaviour is...
## Description update @walletconnect/ethereum-provider ## Additional Information Before submitting this issue, please make sure you do the following. - [x] Read the [contributing guide](https://wagmi.sh/dev/contributing) - [x] Added documentation related to...
# Breaking Changes Enable email OLD: ``` enableEmail: true ``` Enable email/socials NEW: ``` auth: { email: true, socials: ['google', 'apple', 'telegram', 'x', 'discord', 'facebook', 'github', 'twitch'] } ``` #...
# Changes * Rename `emailProvider` to `frameProvider` * Rename `emailConnector` to `authConnector` * Extended `W3mFradeProvider` * Added several views/partials/components/composites * Restructured views
# Changes Breaking this PR (https://github.com/WalletConnect/web3modal/pull/2057) into smaller parts. This is the part is to add views & partials to implement social login functionality.
# Breaking Changes N/A # Changes - feat: - fix: - chore: # Associated Issues closes #...
# Description Please include a brief summary of the change. ## Type of change - [ ] Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements) -...