@dynamic-labs/multi-wallet 0.18.6 → 0.18.7
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 +11 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
|
|
2
|
+
### [0.18.7](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.6...v0.18.7) (2023-08-23)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* fix jumping when entering OTP code on IOS ([#3036](https://github.com/dynamic-labs/DynamicAuth/issues/3036)) ([#3093](https://github.com/dynamic-labs/DynamicAuth/issues/3093)) ([39952ee](https://github.com/dynamic-labs/DynamicAuth/commit/39952eef29fa2613862119649d84525d67d1697c))
|
|
8
|
+
* log user out when magic session expires ([#3087](https://github.com/dynamic-labs/DynamicAuth/issues/3087)) ([278af99](https://github.com/dynamic-labs/DynamicAuth/commit/278af998dab6396a98309062ccc14f16ba636dd3)), closes [#3085](https://github.com/dynamic-labs/DynamicAuth/issues/3085)
|
|
9
|
+
* improvements to network switching in bridge flow ([#3081](https://github.com/dynamic-labs/DynamicAuth/issues/3081)) ([9db6fff](https://github.com/dynamic-labs/DynamicAuth/commit/9db6fff847df24412c308c36eb36aae76df08510))
|
|
10
|
+
* fix could not replace transaction error ([#3049](https://github.com/dynamic-labs/DynamicAuth/issues/3049)) ([#3090](https://github.com/dynamic-labs/DynamicAuth/issues/3090)) ([4665306](https://github.com/dynamic-labs/DynamicAuth/commit/46653069020ad1cb59f503b958810c642afc42eb))
|
|
11
|
+
* update embedded wallet notice design ([#3082](https://github.com/dynamic-labs/DynamicAuth/issues/3082)) ([#3084](https://github.com/dynamic-labs/DynamicAuth/issues/3084)) ([3b56c17](https://github.com/dynamic-labs/DynamicAuth/commit/3b56c17ce9bc0307c185ed0795df35dcb9830030))
|
|
12
|
+
|
|
2
13
|
### [0.18.6](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.5...v0.18.6) (2023-08-21)
|
|
3
14
|
|
|
4
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/multi-wallet",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.7",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/dynamic-labs/DynamicAuth.git",
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"@dynamic-labs/sdk-api": "0.0.260",
|
|
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.7",
|
|
14
|
+
"@dynamic-labs/types": "0.18.7",
|
|
15
|
+
"@dynamic-labs/utils": "0.18.7",
|
|
16
|
+
"@dynamic-labs/wallet-book": "0.18.7",
|
|
17
|
+
"@dynamic-labs/wallet-connector-core": "0.18.7"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@walletconnect/types": "2.4.2"
|