@takazudo/zudo-doc 5.13.0 → 5.13.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 +9 -9
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.13.1] - 2026-08-28
8
+
9
+ ### Other Changes
10
+
11
+ - Raised the `@takazudo/zfb`, `@takazudo/zfb-runtime`, and `@takazudo/zfb-md-wasm` peer range to `^2.13.1`, and the `@takazudo/zudo-doc-history-server` peer floor to `^5.13.0`. (`c36fd4d0`)
12
+
7
13
  ## [5.13.0] - 2026-08-27
8
14
 
9
15
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takazudo/zudo-doc",
3
- "version": "5.13.0",
3
+ "version": "5.13.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",
@@ -643,10 +643,10 @@
643
643
  ],
644
644
  "peerDependencies": {
645
645
  "@takazudo/zdtp": "^0.4.12",
646
- "@takazudo/zfb": "^2.12.0",
647
- "@takazudo/zfb-md-wasm": "^2.12.0",
648
- "@takazudo/zfb-runtime": "^2.12.0",
649
- "@takazudo/zudo-doc-history-server": "^5.12.1",
646
+ "@takazudo/zfb": "^2.13.1",
647
+ "@takazudo/zfb-md-wasm": "^2.13.1",
648
+ "@takazudo/zfb-runtime": "^2.13.1",
649
+ "@takazudo/zudo-doc-history-server": "^5.13.0",
650
650
  "diff": "^8.0.0",
651
651
  "katex": "^0.16.0",
652
652
  "preact": "^10.29.1",
@@ -681,9 +681,9 @@
681
681
  "tsx": "^4.21.0"
682
682
  },
683
683
  "devDependencies": {
684
- "@takazudo/zfb": "2.12.0",
685
- "@takazudo/zfb-md-wasm": "2.12.0",
686
- "@takazudo/zfb-runtime": "2.12.0",
684
+ "@takazudo/zfb": "2.13.1",
685
+ "@takazudo/zfb-md-wasm": "2.13.1",
686
+ "@takazudo/zfb-runtime": "2.13.1",
687
687
  "@types/fs-extra": "^11.0.4",
688
688
  "@types/minimist": "^1.2.5",
689
689
  "@types/node": "^25.3.5",
@@ -696,7 +696,7 @@
696
696
  "typescript": "^5.0.0",
697
697
  "vitest": "^4.1.0",
698
698
  "zod": "^4.3.6",
699
- "@takazudo/zudo-doc-history-server": "5.13.0"
699
+ "@takazudo/zudo-doc-history-server": "5.13.1"
700
700
  },
701
701
  "scripts": {
702
702
  "gen:search-widget-script": "node scripts/gen-search-widget-script.mjs",