@takazudo/zudo-doc 4.2.0 → 4.2.1

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ All notable changes to `@takazudo/zudo-doc` are documented in this file.
4
4
 
5
5
  The format is based on Keep a Changelog, and release notes are generated from the changelog MDX pages.
6
6
 
7
+ ## [4.2.1] - 2026-07-19
8
+
9
+ ### Other Changes
10
+
11
+ - create-zudo-doc: the shipped `zudo-doc-version-bump` skill's changelog guidance is now default-language-aware — its primary/secondary subsections are framed around default-language vs. other-locale and present both EN/JA heading sets, so a `defaultLang: "ja"` scaffold whose primary changelog page seeds `## 未リリース` gets guidance that matches the page in front of the reader (9fda96a6)
12
+ - create-zudo-doc: the shipped `zudo-doc-design-system` skill gained a "Palette index convention" section under Tier 1, reconciling the frontmatter's palette-index promise with an actual body section (166daedb)
13
+ - Tests: documented the scaffold-skill guard's by-design gaps — DENYLIST is a hand-maintained path-idiom guard that complements (not duplicates) the scaffold-refs integration guard — and retitled a stale parity describe block to reflect its byte-mirror mechanism (c7015fc6)
14
+
7
15
  ## [4.2.0] - 2026-07-18
8
16
 
9
17
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takazudo/zudo-doc",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "type": "module",
5
5
  "description": "zudo-doc framework primitives layer that sits on top of zfb's engine — sidebar, theme, TOC, breadcrumb, layouts, head injection, View Transitions, SSR-skip wrappers (per ADR-003).",
6
6
  "license": "MIT",
@@ -647,7 +647,7 @@
647
647
  "typescript": "^5.0.0",
648
648
  "vitest": "^4.1.0",
649
649
  "zod": "^4.3.6",
650
- "@takazudo/zudo-doc-history-server": "4.2.0"
650
+ "@takazudo/zudo-doc-history-server": "4.2.1"
651
651
  },
652
652
  "scripts": {
653
653
  "build": "tsup && tsc -p tsconfig.build.json",