@dynamic-labs/store 4.29.4 → 4.29.6

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,27 @@
1
1
 
2
+ ### [4.29.6](https://github.com/dynamic-labs/dynamic-auth/compare/v4.29.5...v4.29.6) (2025-09-01)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * sync react-native auth state ([#9427](https://github.com/dynamic-labs/dynamic-auth/issues/9427)) ([74e93d6](https://github.com/dynamic-labs/dynamic-auth/commit/74e93d6a5d1186161c3cd15a2be2bc533b6e0d71))
8
+
9
+ ### [4.29.5](https://github.com/dynamic-labs/dynamic-auth/compare/v4.29.4...v4.29.5) (2025-08-29)
10
+
11
+
12
+ ### Features
13
+
14
+ * add error component to connector when transaction fails ([#9418](https://github.com/dynamic-labs/dynamic-auth/issues/9418)) ([eba2ac4](https://github.com/dynamic-labs/dynamic-auth/commit/eba2ac4c5cc5d780da9eaf1505c27f5ea42770d7))
15
+ * export ChainEnum from sdk-react-core for better developer experience ([#9396](https://github.com/dynamic-labs/dynamic-auth/issues/9396)) ([f0f745a](https://github.com/dynamic-labs/dynamic-auth/commit/f0f745a6528be63b4a2ec9e6ef6fc775c42e2f3e))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * create new kernel clients when the signer changes ([#9422](https://github.com/dynamic-labs/dynamic-auth/issues/9422)) ([e2b1c82](https://github.com/dynamic-labs/dynamic-auth/commit/e2b1c823de4c3a847dc3d2c5b64a50522b9e777a))
21
+ * ensure waas wallet is correct when signing in react native ([#9423](https://github.com/dynamic-labs/dynamic-auth/issues/9423)) ([8dc35aa](https://github.com/dynamic-labs/dynamic-auth/commit/8dc35aac99d7ea5c01085a925ffaaaa154aa09fe))
22
+ * remove default chainName from useTokenBalances hook ([#9407](https://github.com/dynamic-labs/dynamic-auth/issues/9407)) ([dfd95de](https://github.com/dynamic-labs/dynamic-auth/commit/dfd95de44b0e83dd5fba2b1110cbf2e04a622690))
23
+ * upgrade smart accounts to MPC ([#9348](https://github.com/dynamic-labs/dynamic-auth/issues/9348)) ([3c33443](https://github.com/dynamic-labs/dynamic-auth/commit/3c33443f3dd97bf657eba80a555f6df11253867b))
24
+
2
25
  ### [4.29.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.29.3...v4.29.4) (2025-08-26)
3
26
 
4
27
  ### [4.29.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.29.2...v4.29.3) (2025-08-26)
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.29.4";
6
+ var version = "4.29.6";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.29.4";
2
+ var version = "4.29.6";
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.29.4",
3
+ "version": "4.29.6",
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.29.4",
22
- "@dynamic-labs/logger": "4.29.4"
21
+ "@dynamic-labs/assert-package-version": "4.29.6",
22
+ "@dynamic-labs/logger": "4.29.6"
23
23
  },
24
24
  "peerDependencies": {}
25
25
  }