@dynamic-labs/multi-wallet 0.18.7 → 0.18.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 +21 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,25 @@
|
|
|
1
1
|
|
|
2
|
+
### [0.18.9](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.8...v0.18.9) (2023-08-25)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* register connection of second wallet in bridge ([5c49b72](https://github.com/dynamic-labs/DynamicAuth/commit/5c49b7266a0b89f73a91116b4161185fd2fa8c15)), closes [#3113](https://github.com/dynamic-labs/DynamicAuth/issues/3113)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* fix github social linking icon on dark mode ([#3129](https://github.com/dynamic-labs/DynamicAuth/issues/3129)) ([2ecad53](https://github.com/dynamic-labs/DynamicAuth/commit/2ecad53312baca43b200e17d1df60a61adf31222)), closes [#3126](https://github.com/dynamic-labs/DynamicAuth/issues/3126)
|
|
13
|
+
* fix issue with detecting oauth window closed before finishing linking ([#3127](https://github.com/dynamic-labs/DynamicAuth/issues/3127)) ([8c774cc](https://github.com/dynamic-labs/DynamicAuth/commit/8c774cc7a67784892af5e91244de42f9fd092acc)), closes [#3124](https://github.com/dynamic-labs/DynamicAuth/issues/3124)
|
|
14
|
+
|
|
15
|
+
### [0.18.8](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.7...v0.18.8) (2023-08-24)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* allow overriding contracts on wagmi chains ([#3107](https://github.com/dynamic-labs/DynamicAuth/issues/3107)) ([d078532](https://github.com/dynamic-labs/DynamicAuth/commit/d078532432415fc26402b9a5405059078be811eb))
|
|
21
|
+
* send wagmi settings only once when DynamicWagmiConnector loads (v18) ([#3108](https://github.com/dynamic-labs/DynamicAuth/issues/3108)) ([d25de8f](https://github.com/dynamic-labs/DynamicAuth/commit/d25de8f8a4ee7be6e89cb74881ea390ef72e578f)), closes [#3103](https://github.com/dynamic-labs/DynamicAuth/issues/3103)
|
|
22
|
+
|
|
2
23
|
### [0.18.7](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.6...v0.18.7) (2023-08-23)
|
|
3
24
|
|
|
4
25
|
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/multi-wallet",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.9",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/dynamic-labs/DynamicAuth.git",
|
|
7
7
|
"directory": "packages/multi-wallet"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@dynamic-labs/sdk-api": "0.0.
|
|
10
|
+
"@dynamic-labs/sdk-api": "0.0.270",
|
|
11
11
|
"ethers": "5.7.2",
|
|
12
12
|
"tslib": "2.4.1",
|
|
13
|
-
"@dynamic-labs/rpc-providers": "0.18.
|
|
14
|
-
"@dynamic-labs/types": "0.18.
|
|
15
|
-
"@dynamic-labs/utils": "0.18.
|
|
16
|
-
"@dynamic-labs/wallet-book": "0.18.
|
|
17
|
-
"@dynamic-labs/wallet-connector-core": "0.18.
|
|
13
|
+
"@dynamic-labs/rpc-providers": "0.18.9",
|
|
14
|
+
"@dynamic-labs/types": "0.18.9",
|
|
15
|
+
"@dynamic-labs/utils": "0.18.9",
|
|
16
|
+
"@dynamic-labs/wallet-book": "0.18.9",
|
|
17
|
+
"@dynamic-labs/wallet-connector-core": "0.18.9"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@walletconnect/types": "2.4.2"
|