@takazudo/zudo-doc 5.2.0 → 5.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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ 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
+ ## [5.2.1] - 2026-08-08
8
+
9
+ ### Bug Fixes
10
+
11
+ - Retry the post-deploy CSS-shape smoke gate as a coherent homepage HTML → referenced stylesheet transaction. The previous curl policy captured one content-hashed stylesheet path and retried that same URL for the full propagation window, so it could never recover when a Cloudflare deployment transition rotated the hash away. The gate now re-fetches HTML on each of 11 bounded attempts, preserves HTML/CSS agreement within each attempt, and retains all three scanner-regression thresholds. Executable fake-network tests cover homepage failures, missing links, stale-hash rotation, terminal diagnostics, and the no-trailing-sleep budget (ea176ec)
12
+
7
13
  ## [5.2.0] - 2026-08-06
8
14
 
9
15
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takazudo/zudo-doc",
3
- "version": "5.2.0",
3
+ "version": "5.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",
@@ -659,7 +659,7 @@
659
659
  "typescript": "^5.0.0",
660
660
  "vitest": "^4.1.0",
661
661
  "zod": "^4.3.6",
662
- "@takazudo/zudo-doc-history-server": "5.2.0"
662
+ "@takazudo/zudo-doc-history-server": "5.2.1"
663
663
  },
664
664
  "scripts": {
665
665
  "build": "tsup && tsc -p tsconfig.build.json",