@dynamic-labs/legacy-embedded-wallet-migration 5.8.0 → 5.9.0

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,23 @@
1
1
 
2
+ ## [5.9.0](https://github.com/dynamic-labs/dynamic-auth/compare/v5.8.1...v5.9.0) (2026-09-16)
3
+
4
+
5
+ ### Features
6
+
7
+ * **sdk-react-core:** gate business account mutations behind step-up auth ([#12410](https://github.com/dynamic-labs/dynamic-auth/issues/12410)) ([d394719](https://github.com/dynamic-labs/dynamic-auth/commit/d3947198f9f84debccdd3ae4a4321f56b24467fb))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * prefer dashboard-saved RPC urls when mapping viem chains ([#12404](https://github.com/dynamic-labs/dynamic-auth/issues/12404)) ([dfe75b4](https://github.com/dynamic-labs/dynamic-auth/commit/dfe75b4193cff46b0fa0ef014f8b040587a0667e))
13
+
14
+ ### [5.8.1](https://github.com/dynamic-labs/dynamic-auth/compare/v5.8.0...v5.8.1) (2026-09-15)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **wallet-connect:** fix Rabby WalletConnect connection ([#12385](https://github.com/dynamic-labs/dynamic-auth/issues/12385)) ([df2a93c](https://github.com/dynamic-labs/dynamic-auth/commit/df2a93cd95b75b74dd47468faedad88c463b14de))
20
+
2
21
  ## [5.8.0](https://github.com/dynamic-labs/dynamic-auth/compare/v5.7.0...v5.8.0) (2026-09-09)
3
22
 
4
23
 
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "5.8.0";
2
+ var version = "5.9.0";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/legacy-embedded-wallet-migration",
3
- "version": "5.8.0",
3
+ "version": "5.9.0",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.js",
6
6
  "module": "./src/index.js",
@@ -16,16 +16,16 @@
16
16
  "./package.json": "./package.json"
17
17
  },
18
18
  "dependencies": {
19
- "@dynamic-labs-sdk/client": "1.31.0",
20
- "@dynamic-labs/assert-package-version": "5.8.0",
19
+ "@dynamic-labs-sdk/client": "1.31.2",
20
+ "@dynamic-labs/assert-package-version": "5.9.0",
21
21
  "@dynamic-labs/sdk-api-core": "0.32.0",
22
- "@dynamic-labs/utils": "5.8.0",
23
- "@dynamic-labs/wallet-connector-core": "5.8.0"
22
+ "@dynamic-labs/utils": "5.9.0",
23
+ "@dynamic-labs/wallet-connector-core": "5.9.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@dynamic-labs/sdk-react-core": "5.8.0",
26
+ "@dynamic-labs/sdk-react-core": "5.9.0",
27
27
  "react": ">=18.0.0 <20.0.0",
28
28
  "react-i18next": ">=13.0.0",
29
- "@dynamic-labs/types": "5.8.0"
29
+ "@dynamic-labs/types": "5.9.0"
30
30
  }
31
31
  }