@takazudo/zdtp 0.8.1 → 0.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,6 +8,14 @@ The format is based on Keep a Changelog, and release notes are generated from th
8
8
 
9
9
  No unreleased changes yet.
10
10
 
11
+ ## [0.8.2] - 2026-09-21
12
+
13
+ ### Other Changes
14
+
15
+ - chore(deps): bump @takazudo/* registry deps to frozen targets ([#983](https://github.com/Takazudo/zudo-design-token-panel/pull/983)) (993b0f2)
16
+ - chore(deps): sync vendored zudo-doc manifest and pin prose to 5.26.3 / 0.8.1 ([#983](https://github.com/Takazudo/zudo-design-token-panel/pull/983)) (04943a4)
17
+ - chore(deps): stamp zudo-doc pins to v5.26.3 after verify ([#983](https://github.com/Takazudo/zudo-design-token-panel/pull/983)) (0570df5)
18
+
11
19
  ## [0.8.1] - 2026-09-21
12
20
 
13
21
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takazudo/zdtp",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Dynamic design-token tweak panel — host-config-driven, framework-agnostic Preact UI.",
5
5
  "private": false,
6
6
  "license": "MIT",