@dynamic-labs/wagmi-connector 0.14.33 → 0.14.35
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 +19 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,23 @@
|
|
|
1
1
|
|
|
2
|
+
### [0.14.35](https://github.com/dynamic-labs/DynamicAuth/compare/v0.14.34...v0.14.35) (2023-02-13)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add lilico support for flow via extension ([0ab563f](https://github.com/dynamic-labs/DynamicAuth/commit/0ab563fcf090bef86eef00f8417fdd4189ad32d7))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* skip solflare extension error ([99e8f7f](https://github.com/dynamic-labs/DynamicAuth/commit/99e8f7f2c1864bad8a21afaf0dbd8e9496638a12))
|
|
13
|
+
|
|
14
|
+
### [0.14.34](https://github.com/dynamic-labs/DynamicAuth/compare/v0.14.33...v0.14.34) (2023-02-08)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **walletConnect:** add delay when connecting with OKX wallet ([629800a](https://github.com/dynamic-labs/DynamicAuth/commit/629800a6d24d29a7560aa1d5d254d52e31795154))
|
|
20
|
+
|
|
2
21
|
### [0.14.33](https://github.com/dynamic-labs/DynamicAuth/compare/v0.14.32...v0.14.33) (2023-02-07)
|
|
3
22
|
|
|
4
23
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/wagmi-connector",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.35",
|
|
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/sdk-react": "0.14.
|
|
16
|
-
"@dynamic-labs/multi-wallet": "0.14.
|
|
15
|
+
"@dynamic-labs/sdk-react": "0.14.35",
|
|
16
|
+
"@dynamic-labs/multi-wallet": "0.14.35"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"module": "./index.js",
|