@dynamic-labs/wagmi-connector 0.15.1-minimal.0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +67 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,70 @@
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
+
17
+ ### [0.15.1](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.1-RC.1...v0.15.1) (2023-03-07)
18
+
19
+
20
+ ### Features
21
+
22
+ * **magic-link:** add send transaction confirmation gate ([7aaaa51](https://github.com/dynamic-labs/DynamicAuth/commit/7aaaa51cd3bd141d4529160157f15def567a121a))
23
+
24
+ ### [0.15.1-RC.1](https://github.com/dynamic-labs/DynamicAuth/compare/v0.16.0-RC.0...v0.15.1-RC.1) (2023-03-06)
25
+
26
+
27
+ ### Features
28
+
29
+ * **DYN-1918:** adds test to verify zIndexes ([298571b](https://github.com/dynamic-labs/DynamicAuth/commit/298571b42e25db54bf96921e1a5b5309a455b578))
30
+ * setup EmvNetworks for Magic Link connector ([b9e5a1e](https://github.com/dynamic-labs/DynamicAuth/commit/b9e5a1eb4c3da4da7d4a6bbaadf2c18901209a2e))
31
+ * **Toolkit:** hide toolkit on mobile ([223f608](https://github.com/dynamic-labs/DynamicAuth/commit/223f608c659d8a2c4651c1da440ebec276455316))
32
+ * **WalletListItem:** add handleWalletItemClick to useWalletItemActions hook ([72083e0](https://github.com/dynamic-labs/DynamicAuth/commit/72083e040802760d8e5887456f0162ef037f77e6))
33
+ * **WalletListItem:** create getWalletListItemLabel helper method ([42920a7](https://github.com/dynamic-labs/DynamicAuth/commit/42920a7b35f21cfa9ed402352f1cda5d7921f64b))
34
+ * **WalletListItem:** simplify WalletListItem ([95c0e71](https://github.com/dynamic-labs/DynamicAuth/commit/95c0e7106fb64b8441a6f65995a61d7638724067))
35
+
36
+
37
+ ### Bug Fixes
38
+
39
+ * no access button provides to login with email or wallet list ([20c0dfc](https://github.com/dynamic-labs/DynamicAuth/commit/20c0dfc2258001eb7f8e0b085d2b79f68bb3c01a))
40
+ * number of walllets show numbers under 10 ([7876cf6](https://github.com/dynamic-labs/DynamicAuth/commit/7876cf6f0b3188e1aabc8bb37753a34de7c35288))
41
+ * **UserProfile:** remove borderBottom in UserProfileField component ([9f848fe](https://github.com/dynamic-labs/DynamicAuth/commit/9f848fe6fa7e3ba30278ad8d6117acf2687b31aa))
42
+ * **UserProfile:** widget is visible after relogin ([b2efbad](https://github.com/dynamic-labs/DynamicAuth/commit/b2efbadefc047183d4ae6c97a3d230fa77780795))
43
+ * **wallet-ui-utils:** add confirmation screen to wallet provider ([8341c8b](https://github.com/dynamic-labs/DynamicAuth/commit/8341c8bab559dffc2fc4a7bca70a8fa6dcb797c2))
44
+ * **WalletList:** remove console.logs from walletListBuilder spec ([aa9d088](https://github.com/dynamic-labs/DynamicAuth/commit/aa9d088fc199434258482024ed1310a4a70aa85d))
45
+
46
+ ### [0.15.1-RC.0](https://github.com/dynamic-labs/DynamicAuth/compare/v0.16.0-RC.0...v0.15.1-RC.0) (2023-03-06)
47
+
48
+
49
+ ### Features
50
+
51
+ * **DYN-1918:** adds test to verify zIndexes ([298571b](https://github.com/dynamic-labs/DynamicAuth/commit/298571b42e25db54bf96921e1a5b5309a455b578))
52
+ * setup EmvNetworks for Magic Link connector ([b9e5a1e](https://github.com/dynamic-labs/DynamicAuth/commit/b9e5a1eb4c3da4da7d4a6bbaadf2c18901209a2e))
53
+ * **Toolkit:** hide toolkit on mobile ([223f608](https://github.com/dynamic-labs/DynamicAuth/commit/223f608c659d8a2c4651c1da440ebec276455316))
54
+ * **WalletListItem:** add handleWalletItemClick to useWalletItemActions hook ([72083e0](https://github.com/dynamic-labs/DynamicAuth/commit/72083e040802760d8e5887456f0162ef037f77e6))
55
+ * **WalletListItem:** create getWalletListItemLabel helper method ([42920a7](https://github.com/dynamic-labs/DynamicAuth/commit/42920a7b35f21cfa9ed402352f1cda5d7921f64b))
56
+ * **WalletListItem:** simplify WalletListItem ([95c0e71](https://github.com/dynamic-labs/DynamicAuth/commit/95c0e7106fb64b8441a6f65995a61d7638724067))
57
+
58
+
59
+ ### Bug Fixes
60
+
61
+ * no access button provides to login with email or wallet list ([20c0dfc](https://github.com/dynamic-labs/DynamicAuth/commit/20c0dfc2258001eb7f8e0b085d2b79f68bb3c01a))
62
+ * number of walllets show numbers under 10 ([7876cf6](https://github.com/dynamic-labs/DynamicAuth/commit/7876cf6f0b3188e1aabc8bb37753a34de7c35288))
63
+ * **UserProfile:** remove borderBottom in UserProfileField component ([9f848fe](https://github.com/dynamic-labs/DynamicAuth/commit/9f848fe6fa7e3ba30278ad8d6117acf2687b31aa))
64
+ * **UserProfile:** widget is visible after relogin ([b2efbad](https://github.com/dynamic-labs/DynamicAuth/commit/b2efbadefc047183d4ae6c97a3d230fa77780795))
65
+ * **wallet-ui-utils:** add confirmation screen to wallet provider ([8341c8b](https://github.com/dynamic-labs/DynamicAuth/commit/8341c8bab559dffc2fc4a7bca70a8fa6dcb797c2))
66
+ * **WalletList:** remove console.logs from walletListBuilder spec ([aa9d088](https://github.com/dynamic-labs/DynamicAuth/commit/aa9d088fc199434258482024ed1310a4a70aa85d))
67
+
1
68
  ## [0.15.0](https://github.com/dynamic-labs/DynamicAuth/compare/v0.14.31...v0.15.0) (2023-03-01)
2
69
 
3
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wagmi-connector",
3
- "version": "0.15.1-minimal.0",
3
+ "version": "0.15.2",
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.15.1-minimal.0",
16
- "@dynamic-labs/multi-wallet": "0.15.1-minimal.0"
15
+ "@dynamic-labs/multi-wallet": "0.15.2",
16
+ "@dynamic-labs/sdk-react": "0.15.2"
17
17
  },
18
18
  "license": "MIT",
19
19
  "module": "./index.js",