@takazudo/zudo-doc 4.4.0 → 4.4.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 +10 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -4,6 +4,16 @@ 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.4.1] - 2026-07-22
8
+
9
+ ### Bug Fixes
10
+
11
+ - create-zudo-doc: removed the unused `@takazudo/zfb-adapter-cloudflare` dependency from the generated scaffold — fresh projects no longer install an adapter they never reference (eabda6fc2)
12
+
13
+ ### Other Changes
14
+
15
+ - Bumped first-party `^4.0.0` dependency floors to `^4.4.0`: the `@takazudo/zudo-doc-history-server` peer floor in `@takazudo/zudo-doc`, and the target-manifest test fixture's `@takazudo/zudo-doc` pin (84d592cea)
16
+
7
17
  ## [4.4.0] - 2026-07-22
8
18
 
9
19
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takazudo/zudo-doc",
3
- "version": "4.4.0",
3
+ "version": "4.4.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",
@@ -600,7 +600,7 @@
600
600
  "@takazudo/zfb": "^0.1.0-next.90",
601
601
  "@takazudo/zfb-md-wasm": "^0.1.0-next.90",
602
602
  "@takazudo/zfb-runtime": "^0.1.0-next.90",
603
- "@takazudo/zudo-doc-history-server": "^4.0.0",
603
+ "@takazudo/zudo-doc-history-server": "^4.4.0",
604
604
  "diff": "^8.0.0",
605
605
  "katex": "^0.16.0",
606
606
  "preact": "^10.29.1",
@@ -650,7 +650,7 @@
650
650
  "typescript": "^5.0.0",
651
651
  "vitest": "^4.1.0",
652
652
  "zod": "^4.3.6",
653
- "@takazudo/zudo-doc-history-server": "4.4.0"
653
+ "@takazudo/zudo-doc-history-server": "4.4.1"
654
654
  },
655
655
  "scripts": {
656
656
  "build": "tsup && tsc -p tsconfig.build.json",