Skip to content

Commit 7590ad2

Browse files
Version Packages (#1014)
* Version Packages * Update changelog version from v0.59.0 to v0.60.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Mike Barkmin <mike@barkmin.eu>
1 parent 9c96045 commit 7590ad2

8 files changed

Lines changed: 41 additions & 19 deletions

File tree

.changeset/favicon-generation.md

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

packages/hyperbook/CHANGELOG.md

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

3+
## 0.60.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
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:
10+
11+
- Generates 60+ files including favicon.ico, Android icons, Apple touch icons, and Apple startup images
12+
- Creates web manifest with full PWA metadata (theme color, scope, language, developer info)
13+
- Smart logo path resolution: checks root folder, book folder, and public folder
14+
- Adds favicon, Apple touch icon, and manifest links to all HTML pages
15+
- Uses hyperbook.json metadata: name, description, colors.brand, basePath, language, author
16+
- Backward compatible: copies favicon.ico to root for browsers expecting it there
17+
318
## 0.59.0
419

520
### 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.59.0",
3+
"version": "0.60.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

packages/markdown/CHANGELOG.md

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

3+
## 0.35.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
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:
10+
11+
- Generates 60+ files including favicon.ico, Android icons, Apple touch icons, and Apple startup images
12+
- Creates web manifest with full PWA metadata (theme color, scope, language, developer info)
13+
- Smart logo path resolution: checks root folder, book folder, and public folder
14+
- Adds favicon, Apple touch icon, and manifest links to all HTML pages
15+
- Uses hyperbook.json metadata: name, description, colors.brand, basePath, language, author
16+
- Backward compatible: copies favicon.ico to root for browsers expecting it there
17+
318
## 0.35.0
419

520
### Minor Changes

packages/markdown/package.json

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

platforms/vscode/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hyperbook/vscode-extension
22

3+
## 0.38.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9c96045`](https://github.com/openpatch/hyperbook/commit/9c96045020c45dc06cc2da8e86de2fa6c2ba2a32)]:
8+
- @hyperbook/markdown@0.35.1
9+
310
## 0.38.0
411

512
### Minor Changes

platforms/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"homepage": "https://hyperbook.openpatch.org",
1313
"main": "./out/extension.js",
14-
"version": "0.38.0",
14+
"version": "0.38.1",
1515
"engines": {
1616
"vscode": "^1.71.0"
1717
},

website/en/book/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you need a new feature, open an [issue](https://github.com/openpatch/hyperboo
3838
::::
3939
-->
4040

41-
## v0.59.0
41+
## v0.60.0
4242

4343
::::tabs
4444

0 commit comments

Comments
 (0)