@ledgerhq/connect-kit 1.0.1 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/dist/umd/index.js +3 -3
- package/dist/umd/index.js.map +1 -1
- package/package.json +1 -1
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.0.3 - 2022-12-06
|
11
|
+
|
12
|
+
## 1.0.2 - 2022-12-02
|
13
|
+
### Changed
|
14
|
+
- Use the ledgerlive: deeplink for que QR code instead of the WalletConnect
|
15
|
+
URI; this allows scanning the QR code with the native camera app.
|
16
|
+
|
10
17
|
## 1.0.1 - 2022-12-02
|
11
18
|
### Changed
|
12
19
|
- Don't open a blank tab when pressing the User Ledger Live deeplink.
|