@dynamic-labs-sdk/assert-package-version 0.1.0-alpha.10 → 0.1.0-alpha.13

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 +29 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
1
+ ## 0.1.0-alpha.13 (2025-09-30)
2
+
3
+ ### 🚀 Features
4
+
5
+ - persist unverified wallets in local storage ([#448](https://github.com/dynamic-labs/dynamic-sdk/pull/448))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - update how wallet account id is computed to support multiple wallet accounts with the same address ([#481](https://github.com/dynamic-labs/dynamic-sdk/pull/481))
10
+
11
+ ### 🔧 Refactors
12
+
13
+ - rename schemas ([#471](https://github.com/dynamic-labs/dynamic-sdk/pull/471))
14
+
15
+ ## 0.1.0-alpha.12 (2025-09-23)
16
+
17
+ This was a version bump only, there were no code changes.
18
+
19
+ ## 0.1.0-alpha.11 (2025-09-23)
20
+
21
+ ### 🩹 Fixes
22
+
23
+ - logout user when any api call fails with 401 " ([#432](https://github.com/dynamic-labs/dynamic-sdk/pull/432), [#450](https://github.com/dynamic-labs/dynamic-sdk/pull/450))
24
+ - logout user only when it fails to refresh user with cookies ([#451](https://github.com/dynamic-labs/dynamic-sdk/pull/451))
25
+
26
+ ### 🔧 Refactors
27
+
28
+ - rework captcha code for demo ([#449](https://github.com/dynamic-labs/dynamic-sdk/pull/449))
29
+
1
30
  ## 0.1.0-alpha.10 (2025-09-22)
2
31
 
3
32
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs-sdk/assert-package-version",
3
- "version": "0.1.0-alpha.10",
3
+ "version": "0.1.0-alpha.13",
4
4
  "type": "module",
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js",