From eeacf81335633400840e4abf9a27a134e5749b8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 06:20:13 +0000 Subject: [PATCH] Version Packages --- .changeset/fix-relative-parent-path.md | 9 --------- .changeset/opt-out-banners.md | 5 ----- .changeset/tidy-deprecations-smile.md | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 5 files changed, 17 insertions(+), 20 deletions(-) delete mode 100644 .changeset/fix-relative-parent-path.md delete mode 100644 .changeset/opt-out-banners.md delete mode 100644 .changeset/tidy-deprecations-smile.md diff --git a/.changeset/fix-relative-parent-path.md b/.changeset/fix-relative-parent-path.md deleted file mode 100644 index e3f7ef8e..00000000 --- a/.changeset/fix-relative-parent-path.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@node-core/doc-kit': patch ---- - -Fix `relative()` URL resolution when the target path is a prefix of the current -page's path (e.g. `/generators` from `/generators/web`): the target's final -segment was consumed as a common directory, producing `.` instead of -`../generators`. Unreachable in flat page layouts; surfaced by sites with -nested input directories. diff --git a/.changeset/opt-out-banners.md b/.changeset/opt-out-banners.md deleted file mode 100644 index 652dee33..00000000 --- a/.changeset/opt-out-banners.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@node-core/doc-kit': minor ---- - -Add banner opt-out diff --git a/.changeset/tidy-deprecations-smile.md b/.changeset/tidy-deprecations-smile.md deleted file mode 100644 index d9e7c7bb..00000000 --- a/.changeset/tidy-deprecations-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@node-core/doc-kit': patch ---- - -Preserve deprecation codes in generated table-of-contents labels. diff --git a/CHANGELOG.md b/CHANGELOG.md index d326689b..abf51a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @node-core/doc-kit +## 1.5.0 + +### Minor Changes + +- [#911](https://github.com/nodejs/doc-kit/pull/911) [`ada6540`](https://github.com/nodejs/doc-kit/commit/ada6540fe6c2c32cfa254187c159941b245ebf80) Thanks [@avivkeller](https://github.com/avivkeller)! - Add banner opt-out + +### Patch Changes + +- [#889](https://github.com/nodejs/doc-kit/pull/889) [`68751af`](https://github.com/nodejs/doc-kit/commit/68751af17a45cc0c8e76d36308fb1be3f1dec4af) Thanks [@bmuenzenmeyer](https://github.com/bmuenzenmeyer)! - Fix `relative()` URL resolution when the target path is a prefix of the current + page's path (e.g. `/generators` from `/generators/web`): the target's final + segment was consumed as a common directory, producing `.` instead of + `../generators`. Unreachable in flat page layouts; surfaced by sites with + nested input directories. + +- [#919](https://github.com/nodejs/doc-kit/pull/919) [`d0f0de0`](https://github.com/nodejs/doc-kit/commit/d0f0de069e9061b6684269b412029bdd3dd288ba) Thanks [@MFA-G](https://github.com/MFA-G)! - Preserve deprecation codes in generated table-of-contents labels. + ## 1.4.3 ### Patch Changes diff --git a/package.json b/package.json index 715add8a..691a6edd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@node-core/doc-kit", "type": "module", - "version": "1.4.3", + "version": "1.5.0", "repository": { "type": "git", "url": "git+https://github.com/nodejs/doc-kit.git"