Skip to content

Commit 7e937f3

Browse files
Version Packages (#1024)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ffe7e4b commit 7e937f3

5 files changed

Lines changed: 14 additions & 8 deletions

File tree

.changeset/llms-txt-generation.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/hyperbook/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# hyperbook
22

3+
## 0.63.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
39
## 0.62.0
410

511
### Minor Changes

packages/hyperbook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperbook",
3-
"version": "0.62.0",
3+
"version": "0.63.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

packages/types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hyperbook/types
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
39
## 0.17.0
410

511
### Minor Changes

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperbook/types",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

0 commit comments

Comments
 (0)