@dynamic-labs/multi-wallet 0.15.1 → 0.15.2
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 +15 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
|
|
2
|
+
### [0.15.2](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.1...v0.15.2) (2023-03-08)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* **DYN-1792:** support for hCaptcha ([73bd255](https://github.com/dynamic-labs/DynamicAuth/commit/73bd255bfdf9df8b389d6dd30b07107fff28883a))
|
|
8
|
+
* **LoginWithEmail:** hide wallets in login with email view when chains are disabled ([c9e6730](https://github.com/dynamic-labs/DynamicAuth/commit/c9e67306108ff239b2f3a0e48a45e6fe2f0e1b0d))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **DYN-2006:** broken user profile on single wallet and email login ([44b8f0a](https://github.com/dynamic-labs/DynamicAuth/commit/44b8f0a692f88db84a434f373eab1b0aae660436))
|
|
14
|
+
* **LoginWithEmail:** update email verifaction success message background color to dynamic-connection-green-2 ([d4ae337](https://github.com/dynamic-labs/DynamicAuth/commit/d4ae337868a3aa225a70bf989ec837422d0a21c9))
|
|
15
|
+
* multiple connect-only widget issues ([8071254](https://github.com/dynamic-labs/DynamicAuth/commit/807125455320e456621da4a82f5fc9017ec9d969))
|
|
16
|
+
|
|
2
17
|
### [0.15.1](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.1-RC.1...v0.15.1) (2023-03-07)
|
|
3
18
|
|
|
4
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/multi-wallet",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/dynamic-labs/DynamicAuth.git",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@blocto/sdk": "0.3.3",
|
|
11
11
|
"@coinbase/wallet-sdk": "3.6.2",
|
|
12
|
-
"@dynamic-labs/sdk-api": "0.0.
|
|
12
|
+
"@dynamic-labs/sdk-api": "0.0.154",
|
|
13
13
|
"@onflow/fcl": "1.3.2",
|
|
14
14
|
"@randlabs/myalgo-connect": "1.4.2",
|
|
15
15
|
"@solana/web3.js": "1.70.1",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"magic-sdk": "13.4.0",
|
|
24
24
|
"starknet": "3.19.0",
|
|
25
25
|
"tslib": "2.4.1",
|
|
26
|
-
"@dynamic-labs/logger": "0.15.
|
|
27
|
-
"@dynamic-labs/wallet-connector-core": "0.15.
|
|
26
|
+
"@dynamic-labs/logger": "0.15.2",
|
|
27
|
+
"@dynamic-labs/wallet-connector-core": "0.15.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@walletconnect/types": "^2.2.1"
|