From b9904bccda1d37ad1046cc3fb2cb39fc288b7af6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 22:38:53 +0000 Subject: [PATCH] Version Packages --- .changeset/llms-txt-generation.md | 6 ------ packages/hyperbook/CHANGELOG.md | 6 ++++++ packages/hyperbook/package.json | 2 +- packages/types/CHANGELOG.md | 6 ++++++ packages/types/package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 .changeset/llms-txt-generation.md diff --git a/.changeset/llms-txt-generation.md b/.changeset/llms-txt-generation.md deleted file mode 100644 index fbe4eeea2..000000000 --- a/.changeset/llms-txt-generation.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"hyperbook": minor -"@hyperbook/types": minor ---- - -Add llms.txt file generation feature. When the `llms` property is set to `true` in hyperbook.json, a `llms.txt` file will be generated during build that combines all markdown files in order. The file includes the book name and version in the header. Pages and sections with `hide: true` are automatically excluded from the generated file. diff --git a/packages/hyperbook/CHANGELOG.md b/packages/hyperbook/CHANGELOG.md index 881fa4e95..30a580180 100644 --- a/packages/hyperbook/CHANGELOG.md +++ b/packages/hyperbook/CHANGELOG.md @@ -1,5 +1,11 @@ # hyperbook +## 0.63.0 + +### Minor Changes + +- [#1023](https://github.com/openpatch/hyperbook/pull/1023) [`ffe7e4b`](https://github.com/openpatch/hyperbook/commit/ffe7e4b037b6d50e13e52d555e81a599e0ab3bb7) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add llms.txt file generation feature. When the `llms` property is set to `true` in hyperbook.json, a `llms.txt` file will be generated during build that combines all markdown files in order. The file includes the book name and version in the header. Pages and sections with `hide: true` are automatically excluded from the generated file. + ## 0.62.0 ### Minor Changes diff --git a/packages/hyperbook/package.json b/packages/hyperbook/package.json index cff7fc87d..59a93596a 100644 --- a/packages/hyperbook/package.json +++ b/packages/hyperbook/package.json @@ -1,6 +1,6 @@ { "name": "hyperbook", - "version": "0.62.0", + "version": "0.63.0", "author": "Mike Barkmin", "homepage": "https://github.com/openpatch/hyperbook#readme", "license": "MIT", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 4cf700ff5..fe6898866 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @hyperbook/types +## 0.18.0 + +### Minor Changes + +- [#1023](https://github.com/openpatch/hyperbook/pull/1023) [`ffe7e4b`](https://github.com/openpatch/hyperbook/commit/ffe7e4b037b6d50e13e52d555e81a599e0ab3bb7) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add llms.txt file generation feature. When the `llms` property is set to `true` in hyperbook.json, a `llms.txt` file will be generated during build that combines all markdown files in order. The file includes the book name and version in the header. Pages and sections with `hide: true` are automatically excluded from the generated file. + ## 0.17.0 ### Minor Changes diff --git a/packages/types/package.json b/packages/types/package.json index f2c6fb950..625b2458c 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@hyperbook/types", - "version": "0.17.0", + "version": "0.18.0", "author": "Mike Barkmin", "homepage": "https://github.com/openpatch/hyperbook#readme", "license": "MIT",