@dynamic-labs/wagmi-connector 0.15.11 → 0.15.13
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.15.13](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.12...v0.15.13) (2023-03-22)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **email_wallet:** display loading state for magic auth ([7739c15](https://github.com/dynamic-labs/DynamicAuth/commit/7739c15b309ac428c147cadf84f66f31119b7ba9))
|
|
8
|
+
|
|
9
|
+
### [0.15.12](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.11...v0.15.12) (2023-03-21)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* update deepLink to handle undefined links ([7473468](https://github.com/dynamic-labs/DynamicAuth/commit/747346812c82a9229776512b83c2faa94bafec3a))
|
|
15
|
+
|
|
2
16
|
### [0.15.11](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.10...v0.15.11) (2023-03-21)
|
|
3
17
|
|
|
4
18
|
|
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.13",
|
|
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.13",
|
|
16
|
+
"@dynamic-labs/sdk-react": "0.15.13"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"module": "./index.js",
|