From dc01663bc8017ce9823d2eabc5ac7c632f537035 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 12:08:16 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/favicon-generation.md | 15 --------------- packages/hyperbook/CHANGELOG.md | 15 +++++++++++++++ packages/hyperbook/package.json | 2 +- packages/markdown/CHANGELOG.md | 15 +++++++++++++++ packages/markdown/package.json | 2 +- platforms/vscode/CHANGELOG.md | 7 +++++++ platforms/vscode/package.json | 2 +- 7 files changed, 40 insertions(+), 18 deletions(-) delete mode 100644 .changeset/favicon-generation.md diff --git a/.changeset/favicon-generation.md b/.changeset/favicon-generation.md deleted file mode 100644 index aad70e93..00000000 --- a/.changeset/favicon-generation.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"hyperbook": minor -"@hyperbook/markdown": patch ---- - -Add automatic favicon and PWA icon generation from logo - -When building a Hyperbook project, if no favicon.ico exists and a logo is defined in hyperbook.json, a complete set of favicons and PWA assets are automatically generated: - -- Generates 60+ files including favicon.ico, Android icons, Apple touch icons, and Apple startup images -- Creates web manifest with full PWA metadata (theme color, scope, language, developer info) -- Smart logo path resolution: checks root folder, book folder, and public folder -- Adds favicon, Apple touch icon, and manifest links to all HTML pages -- Uses hyperbook.json metadata: name, description, colors.brand, basePath, language, author -- Backward compatible: copies favicon.ico to root for browsers expecting it there diff --git a/packages/hyperbook/CHANGELOG.md b/packages/hyperbook/CHANGELOG.md index 527c2548..4df8b124 100644 --- a/packages/hyperbook/CHANGELOG.md +++ b/packages/hyperbook/CHANGELOG.md @@ -1,5 +1,20 @@ # hyperbook +## 0.60.0 + +### Minor Changes + +- [#1013](https://github.com/openpatch/hyperbook/pull/1013) [`9c96045`](https://github.com/openpatch/hyperbook/commit/9c96045020c45dc06cc2da8e86de2fa6c2ba2a32) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add automatic favicon and PWA icon generation from logo + + When building a Hyperbook project, if no favicon.ico exists and a logo is defined in hyperbook.json, a complete set of favicons and PWA assets are automatically generated: + + - Generates 60+ files including favicon.ico, Android icons, Apple touch icons, and Apple startup images + - Creates web manifest with full PWA metadata (theme color, scope, language, developer info) + - Smart logo path resolution: checks root folder, book folder, and public folder + - Adds favicon, Apple touch icon, and manifest links to all HTML pages + - Uses hyperbook.json metadata: name, description, colors.brand, basePath, language, author + - Backward compatible: copies favicon.ico to root for browsers expecting it there + ## 0.59.0 ### Minor Changes diff --git a/packages/hyperbook/package.json b/packages/hyperbook/package.json index c054cf74..be99d50d 100644 --- a/packages/hyperbook/package.json +++ b/packages/hyperbook/package.json @@ -1,6 +1,6 @@ { "name": "hyperbook", - "version": "0.59.0", + "version": "0.60.0", "author": "Mike Barkmin", "homepage": "https://github.com/openpatch/hyperbook#readme", "license": "MIT", diff --git a/packages/markdown/CHANGELOG.md b/packages/markdown/CHANGELOG.md index 7eba0bdc..c83495e4 100644 --- a/packages/markdown/CHANGELOG.md +++ b/packages/markdown/CHANGELOG.md @@ -1,5 +1,20 @@ # @hyperbook/markdown +## 0.35.1 + +### Patch Changes + +- [#1013](https://github.com/openpatch/hyperbook/pull/1013) [`9c96045`](https://github.com/openpatch/hyperbook/commit/9c96045020c45dc06cc2da8e86de2fa6c2ba2a32) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add automatic favicon and PWA icon generation from logo + + When building a Hyperbook project, if no favicon.ico exists and a logo is defined in hyperbook.json, a complete set of favicons and PWA assets are automatically generated: + + - Generates 60+ files including favicon.ico, Android icons, Apple touch icons, and Apple startup images + - Creates web manifest with full PWA metadata (theme color, scope, language, developer info) + - Smart logo path resolution: checks root folder, book folder, and public folder + - Adds favicon, Apple touch icon, and manifest links to all HTML pages + - Uses hyperbook.json metadata: name, description, colors.brand, basePath, language, author + - Backward compatible: copies favicon.ico to root for browsers expecting it there + ## 0.35.0 ### Minor Changes diff --git a/packages/markdown/package.json b/packages/markdown/package.json index 0c3a209f..5136ad25 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@hyperbook/markdown", - "version": "0.35.0", + "version": "0.35.1", "author": "Mike Barkmin", "homepage": "https://github.com/openpatch/hyperbook#readme", "license": "MIT", diff --git a/platforms/vscode/CHANGELOG.md b/platforms/vscode/CHANGELOG.md index b4a1b2de..db4c369c 100644 --- a/platforms/vscode/CHANGELOG.md +++ b/platforms/vscode/CHANGELOG.md @@ -1,5 +1,12 @@ # @hyperbook/vscode-extension +## 0.38.1 + +### Patch Changes + +- Updated dependencies [[`9c96045`](https://github.com/openpatch/hyperbook/commit/9c96045020c45dc06cc2da8e86de2fa6c2ba2a32)]: + - @hyperbook/markdown@0.35.1 + ## 0.38.0 ### Minor Changes diff --git a/platforms/vscode/package.json b/platforms/vscode/package.json index 8650e6ba..848f2ed2 100644 --- a/platforms/vscode/package.json +++ b/platforms/vscode/package.json @@ -11,7 +11,7 @@ }, "homepage": "https://hyperbook.openpatch.org", "main": "./out/extension.js", - "version": "0.38.0", + "version": "0.38.1", "engines": { "vscode": "^1.71.0" }, From 13e348d257a1a11714db19145bb141cb08cc8268 Mon Sep 17 00:00:00 2001 From: Mike Barkmin Date: Fri, 10 Oct 2025 14:13:22 +0200 Subject: [PATCH 2/2] Update changelog version from v0.59.0 to v0.60.0 --- website/en/book/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/en/book/changelog.md b/website/en/book/changelog.md index cd3c97b0..dcb2785b 100644 --- a/website/en/book/changelog.md +++ b/website/en/book/changelog.md @@ -38,7 +38,7 @@ If you need a new feature, open an [issue](https://github.com/openpatch/hyperboo :::: --> -## v0.59.0 +## v0.60.0 ::::tabs