Skip to content

v1.0.0

Compare
Choose a tag to compare
@hamidra hamidra released this 30 Aug 16:40
· 34 commits to main since this release

What's Changed

  • Handle edge case when wallets aren't present immediately in InjectedWindow by @SaltyCucumber in #156
  • Bump eslint-config-next from 13.4.13 to 13.4.19 by @dependabot in #148
  • Bump prettier from 3.0.1 to 3.0.3 by @dependabot in #157
  • Bump @types/node from 20.4.9 to 20.5.7 by @dependabot in #155
  • Bump next from 13.4.13 to 13.4.19 by @dependabot in #150

Major Version changes:

The BaseWalletProvider.getWallets() return type has changed to a Promise. This helps to retry retrieving InjectedWeb3.

Full Changelog: v0.2.0...v1.0.0