@dynamic-labs/eclipse 4.0.0-alpha.39 → 4.0.0-alpha.41

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 CHANGED
@@ -1,4 +1,30 @@
1
1
 
2
+ ## [4.0.0-alpha.41](https://github.com/dynamic-labs/dynamic-auth/compare/v4.0.0-alpha.40...v4.0.0-alpha.41) (2024-12-05)
3
+
4
+
5
+ ### Features
6
+
7
+ * add shopify login ([04c6a9e](https://github.com/dynamic-labs/dynamic-auth/commit/04c6a9ee9d039d1480aa3b476ab382d7ea6dbaf2))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * wallet group icon not rendering properly when no wallets with that same id are found ([#7543](https://github.com/dynamic-labs/dynamic-auth/issues/7543)) ([a26a629](https://github.com/dynamic-labs/dynamic-auth/commit/a26a6294bbe845147245cccc60a7fded49196db6))
13
+
14
+ ## [4.0.0-alpha.40](https://github.com/dynamic-labs/dynamic-auth/compare/v4.0.0-alpha.39...v4.0.0-alpha.40) (2024-12-03)
15
+
16
+
17
+ ### Features
18
+
19
+ * detect all eip6963 wallets, even if not in wallet-book ([#7515](https://github.com/dynamic-labs/dynamic-auth/issues/7515)) ([b658740](https://github.com/dynamic-labs/dynamic-auth/commit/b658740c16d8d26877eb955dc403077c8e9840fb))
20
+ * useWalletOptions provides chain and allows filtering ([#7533](https://github.com/dynamic-labs/dynamic-auth/issues/7533)) ([da47608](https://github.com/dynamic-labs/dynamic-auth/commit/da476084bcc72b2bf0b6fa599992be640d59724c))
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **QNTM-1845:** use smaller log in button sizing ([#7526](https://github.com/dynamic-labs/dynamic-auth/issues/7526)) ([264810b](https://github.com/dynamic-labs/dynamic-auth/commit/264810b3b9cddf7006c1f653b4cc10f23804ae50))
26
+ * update twitter to X in social provide label ([#7530](https://github.com/dynamic-labs/dynamic-auth/issues/7530)) ([c02fca0](https://github.com/dynamic-labs/dynamic-auth/commit/c02fca03de2f46a9e50d19c9e7ef2dfba0b33efc))
27
+
2
28
  ## [4.0.0-alpha.39](https://github.com/dynamic-labs/dynamic-auth/compare/v4.0.0-alpha.38...v4.0.0-alpha.39) (2024-12-02)
3
29
 
4
30
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.0.0-alpha.39";
6
+ var version = "4.0.0-alpha.41";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.0.0-alpha.39";
2
+ var version = "4.0.0-alpha.41";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/eclipse",
3
- "version": "4.0.0-alpha.39",
3
+ "version": "4.0.0-alpha.41",
4
4
  "description": "A React SDK for implementing wallet web3 authentication and authorization to your website.",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -19,15 +19,15 @@
19
19
  "homepage": "https://www.dynamic.xyz/",
20
20
  "dependencies": {
21
21
  "@solana/web3.js": "1.92.1",
22
- "@dynamic-labs/assert-package-version": "4.0.0-alpha.39",
23
- "@dynamic-labs/rpc-providers": "4.0.0-alpha.39",
22
+ "@dynamic-labs/assert-package-version": "4.0.0-alpha.41",
23
+ "@dynamic-labs/rpc-providers": "4.0.0-alpha.41",
24
24
  "@dynamic-labs/sdk-api-core": "0.0.570",
25
- "@dynamic-labs/solana": "4.0.0-alpha.39",
26
- "@dynamic-labs/solana-core": "4.0.0-alpha.39",
27
- "@dynamic-labs/types": "4.0.0-alpha.39",
28
- "@dynamic-labs/utils": "4.0.0-alpha.39",
29
- "@dynamic-labs/wallet-book": "4.0.0-alpha.39",
30
- "@dynamic-labs/wallet-connector-core": "4.0.0-alpha.39"
25
+ "@dynamic-labs/solana": "4.0.0-alpha.41",
26
+ "@dynamic-labs/solana-core": "4.0.0-alpha.41",
27
+ "@dynamic-labs/types": "4.0.0-alpha.41",
28
+ "@dynamic-labs/utils": "4.0.0-alpha.41",
29
+ "@dynamic-labs/wallet-book": "4.0.0-alpha.41",
30
+ "@dynamic-labs/wallet-connector-core": "4.0.0-alpha.41"
31
31
  },
32
32
  "peerDependencies": {}
33
33
  }