@dynamic-labs/wagmi-connector 0.15.14 → 0.15.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 +9 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
|
|
2
|
+
### [0.15.15](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.14...v0.15.15) (2023-03-23)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **CustomerCallbacks:** make sure that we always call customer callbacks ([cad24fc](https://github.com/dynamic-labs/DynamicAuth/commit/cad24fc7a5556f2ac9ea3c2d327255fcdef1a275))
|
|
8
|
+
* **magic_wallet:** disconnect user when magic is logged out ([8a1885e](https://github.com/dynamic-labs/DynamicAuth/commit/8a1885ea52e078dbc5d2d4b52dcced3e97ae16a7))
|
|
9
|
+
* **NetworkPicker:** make sure that we use correct network picker on 'network not supported' step ([2777b35](https://github.com/dynamic-labs/DynamicAuth/commit/2777b35e0adb76857cbe155d0ce9895b534535bf))
|
|
10
|
+
|
|
2
11
|
### [0.15.14](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.13...v0.15.14) (2023-03-23)
|
|
3
12
|
|
|
4
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/wagmi-connector",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"react": "^17.0.2 || ^18.0.0",
|
|
13
13
|
"ethers": "^5.7.2",
|
|
14
14
|
"wagmi": "~0.10.3",
|
|
15
|
-
"@dynamic-labs/multi-wallet": "0.15.
|
|
16
|
-
"@dynamic-labs/sdk-react": "0.15.
|
|
15
|
+
"@dynamic-labs/multi-wallet": "0.15.15",
|
|
16
|
+
"@dynamic-labs/sdk-react": "0.15.15"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"module": "./index.js",
|