@ledgerhq/connect-kit 1.1.9 → 1.1.11
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/README.md +1 -2
- package/dist/umd/index.js +44 -817
- package/dist/umd/index.js.map +1 -1
- package/package.json +3 -4
- package/dist/umd/hooks/useAnalytics.d.ts +0 -11
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## Unreleased
|
9
9
|
|
10
|
+
## 1.1.11 - 2024-01-31
|
11
|
+
Remove analytics
|
12
|
+
|
13
|
+
## 1.1.10 - 2024-01-24
|
14
|
+
Fix connect-kit dependencies
|
15
|
+
Update connect-kit README
|
16
|
+
|
10
17
|
## 1.1.9 - 2024-01-18
|
11
18
|
Export SupportedProviders and EthereumProvider
|
12
19
|
Bumps node version (16->20) in connect-kit release workflow
|
package/README.md
CHANGED