@dynamic-labs/store 4.30.0 → 4.30.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 CHANGED
@@ -1,4 +1,24 @@
1
1
 
2
+ ### [4.30.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.30.1...v4.30.2) (2025-09-05)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * don't force baseAccountSdkOpts to be required for EthereumWalletConnectorsWithConfig ([#9448](https://github.com/dynamic-labs/dynamic-auth/issues/9448)) ([2154263](https://github.com/dynamic-labs/dynamic-auth/commit/215426383a388604dd45162397366cc978d0a558))
8
+ * only show registered mfa methods when choosing another mfa methods to auth ([#9450](https://github.com/dynamic-labs/dynamic-auth/issues/9450)) ([6fa4e85](https://github.com/dynamic-labs/dynamic-auth/commit/6fa4e856eeaf5b2a7f4321d094ef77350519b53a))
9
+
10
+ ### [4.30.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.30.0...v4.30.1) (2025-09-04)
11
+
12
+
13
+ ### Features
14
+
15
+ * emit walletConnectionQrCodeReady event when QR code is ready for wallet connection ([#9433](https://github.com/dynamic-labs/dynamic-auth/issues/9433)) ([c9dd9b6](https://github.com/dynamic-labs/dynamic-auth/commit/c9dd9b6e38678af16d71e1d2d3e967a989d128f2))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * add spark to getChainIcon ([#9436](https://github.com/dynamic-labs/dynamic-auth/issues/9436)) ([86aefd7](https://github.com/dynamic-labs/dynamic-auth/commit/86aefd7aa1a973b8c3143ca5ba442f5372e8669e))
21
+
2
22
  ## [4.30.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.29.6...v4.30.0) (2025-09-02)
3
23
 
4
24
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.30.0";
6
+ var version = "4.30.2";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.30.0";
2
+ var version = "4.30.2";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/store",
3
- "version": "4.30.0",
3
+ "version": "4.30.2",
4
4
  "description": "Store ",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -18,8 +18,8 @@
18
18
  "./package.json": "./package.json"
19
19
  },
20
20
  "dependencies": {
21
- "@dynamic-labs/assert-package-version": "4.30.0",
22
- "@dynamic-labs/logger": "4.30.0"
21
+ "@dynamic-labs/assert-package-version": "4.30.2",
22
+ "@dynamic-labs/logger": "4.30.2"
23
23
  },
24
24
  "peerDependencies": {}
25
25
  }