@dynamic-labs/multi-wallet 0.16.13 → 0.16.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
|
|
2
|
+
### [0.16.15](https://github.com/dynamic-labs/DynamicAuth/compare/v0.16.14...v0.16.15) (2023-05-10)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* use primary wallet id from LS on handleUnlinkWallet ([#2066](https://github.com/dynamic-labs/DynamicAuth/issues/2066)) ([68e36a5](https://github.com/dynamic-labs/DynamicAuth/commit/68e36a5656f9fa7704d5bf18b25f6a55c0d9dcf3))
|
|
8
|
+
|
|
9
|
+
### [0.16.14](https://github.com/dynamic-labs/DynamicAuth/compare/v0.16.13...v0.16.14) (2023-05-08)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **DynamicWagmiConnector:** prevent disconnect when WC is not present… ([#2071](https://github.com/dynamic-labs/DynamicAuth/issues/2071)) ([bb8d023](https://github.com/dynamic-labs/DynamicAuth/commit/bb8d023f097d80c69dcf08282dec3823069e129e)), closes [#2063](https://github.com/dynamic-labs/DynamicAuth/issues/2063) [#2060](https://github.com/dynamic-labs/DynamicAuth/issues/2060)
|
|
15
|
+
|
|
2
16
|
### [0.16.13](https://github.com/dynamic-labs/DynamicAuth/compare/v0.16.12...v0.16.13) (2023-05-08)
|
|
3
17
|
|
|
4
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/multi-wallet",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.15",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/dynamic-labs/DynamicAuth.git",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"magic-sdk": "^16.0.1",
|
|
29
29
|
"@keplr-wallet/provider": "0.11.56",
|
|
30
30
|
"@keplr-wallet/types": "^0.11.51",
|
|
31
|
-
"@dynamic-labs/logger": "0.16.
|
|
32
|
-
"@dynamic-labs/wallet-connector-core": "0.16.
|
|
31
|
+
"@dynamic-labs/logger": "0.16.15",
|
|
32
|
+
"@dynamic-labs/wallet-connector-core": "0.16.15"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@walletconnect/types": "^2.2.1"
|