@ledgerhq/connect-kit 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +5 -0
- package/dist/umd/index.d.ts +1 -0
- package/dist/umd/index.js.map +1 -1
- package/dist/umd/providers/Ethereum.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## Unreleased
|
9
9
|
|
10
|
+
## 1.0.8 - 2022-12-21
|
11
|
+
### Changed
|
12
|
+
- Expose WalletConnect's connector property as optional in the
|
13
|
+
EthereumProvider type for integration into web3-onboard.
|
14
|
+
|
10
15
|
## 1.0.7 - 2022-12-13
|
11
16
|
### Changed
|
12
17
|
- Close the ConnectWithLedgerLive modal when clicking outside.
|