@dynamic-labs/wagmi-connector 0.15.8 → 0.15.9
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.9](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.8...v0.15.9) (2023-03-17)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* **magic:** add network/testMode/locale/redirectURI magic configuration ([7d1b369](https://github.com/dynamic-labs/DynamicAuth/commit/7d1b369312b4a360a8b8bcae6e722ba8e603fe2a))
|
|
8
|
+
* **magic:** sendTransaction/signMessage modal improvements ([04864ae](https://github.com/dynamic-labs/DynamicAuth/commit/04864aeacae4441a497e4dacd9875f9fdcf588fb))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* add missing width to dynamic logo to work with webkit browsers ([b0a35e4](https://github.com/dynamic-labs/DynamicAuth/commit/b0a35e4ea860b26b8fe70679ea054b7f592d79ae))
|
|
14
|
+
* **IconWithSpinner:** show the icon with correct size ([d2b738d](https://github.com/dynamic-labs/DynamicAuth/commit/d2b738d5f3183aba8236cb5ac02e61a24cedc7e8))
|
|
15
|
+
|
|
2
16
|
### [0.15.8](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.7...v0.15.8) (2023-03-17)
|
|
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.9",
|
|
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.9",
|
|
16
|
+
"@dynamic-labs/sdk-react": "0.15.9"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"module": "./index.js",
|