@takazudo/zudo-doc 5.1.0 → 5.1.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.
- package/CHANGELOG.md +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ 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.1.1] - 2026-08-05
|
|
8
|
+
|
|
9
|
+
### Other Changes
|
|
10
|
+
|
|
11
|
+
- Adopt the `^5.1.0` floor for the `@takazudo/zudo-doc-history-server` peer dependency, now that 5.1.0 is published. This floor lags a release by design: the showcase resolves the peer from the npm registry under `--frozen-lockfile`, so it can only ever name an already-published version — pointing it at an in-flight release would make the lockfile unresolvable and deadlock both CI and the publish workflows. It is therefore adopted after the fact rather than during the release (d53bd11)
|
|
12
|
+
- Retire the `l-bump-deps` maintainer skill and fold what it knew into `RELEASE.md`. It carried a hand-written six-entry pin map that had drifted from the code: it still described zfb as "stable 1.x" (the project is on 2.1.0), and two of the six locations it listed now derive their expected versions from the root `package.json` rather than hardcoding them, so they needed no manual edit at all. `check:pin-parity` already enforces every pin location authoritatively, so the runbook now describes the cycle as "bump, then run the check and fix what it names" — a form that cannot rot the same way (a1d8c96)
|
|
13
|
+
|
|
7
14
|
## [5.1.0] - 2026-08-05
|
|
8
15
|
|
|
9
16
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takazudo/zudo-doc",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.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",
|
|
@@ -609,7 +609,7 @@
|
|
|
609
609
|
"@takazudo/zfb": "^2.1.0",
|
|
610
610
|
"@takazudo/zfb-md-wasm": "^2.1.0",
|
|
611
611
|
"@takazudo/zfb-runtime": "^2.1.0",
|
|
612
|
-
"@takazudo/zudo-doc-history-server": "^5.
|
|
612
|
+
"@takazudo/zudo-doc-history-server": "^5.1.0",
|
|
613
613
|
"diff": "^8.0.0",
|
|
614
614
|
"katex": "^0.16.0",
|
|
615
615
|
"preact": "^10.29.1",
|
|
@@ -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.1.
|
|
662
|
+
"@takazudo/zudo-doc-history-server": "5.1.1"
|
|
663
663
|
},
|
|
664
664
|
"scripts": {
|
|
665
665
|
"build": "tsup && tsc -p tsconfig.build.json",
|