@ledgerhq/connect-kit 1.0.8 → 1.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/dist/umd/index.js +2 -2
- package/dist/umd/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## Unreleased
|
9
9
|
|
10
|
+
## 1.0.10 - 2023-01-04
|
11
|
+
### Changed
|
12
|
+
- Fix image positioning in the "Need a Ledger?" modal section.
|
13
|
+
|
14
|
+
## 1.0.9 - 2022-12-30
|
15
|
+
### Changed
|
16
|
+
- Enable Connect support on macOS.
|
17
|
+
|
10
18
|
## 1.0.8 - 2022-12-21
|
11
19
|
### Changed
|
12
20
|
- Expose WalletConnect's connector property as optional in the
|