Skip to content

Commit a28caf7

Browse files
committed
Merge branch 'main' of github.com:openpatch/hyperbook
2 parents 613ddba + c89e39f commit a28caf7

File tree

7 files changed

+32
-14
lines changed

7 files changed

+32
-14
lines changed

.changeset/performance-improvements.md

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

packages/hyperbook/CHANGELOG.md

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

3+
## 0.72.1
4+
5+
### Patch Changes
6+
7+
- [`d2b1c7c`](https://github.com/openpatch/hyperbook/commit/d2b1c7c453c8c81486727aa8b2f07cb0f0d268ef) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Performance and optimization improvements
8+
9+
- Added `font-display: swap` to all font-face declarations for better page load performance
10+
- Added `defer` attribute to script tags to improve page load speed
11+
- Minified dexie-export-import.js bundle to reduce file size
12+
- Added explicit height attribute to logo image for better CLS scores
13+
314
## 0.72.0
415

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

packages/markdown/CHANGELOG.md

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

3+
## 0.44.1
4+
5+
### Patch Changes
6+
7+
- [`d2b1c7c`](https://github.com/openpatch/hyperbook/commit/d2b1c7c453c8c81486727aa8b2f07cb0f0d268ef) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Performance and optimization improvements
8+
9+
- Added `font-display: swap` to all font-face declarations for better page load performance
10+
- Added `defer` attribute to script tags to improve page load speed
11+
- Minified dexie-export-import.js bundle to reduce file size
12+
- Added explicit height attribute to logo image for better CLS scores
13+
314
## 0.44.0
415

516
### 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.44.0",
3+
"version": "0.44.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.48.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d2b1c7c`](https://github.com/openpatch/hyperbook/commit/d2b1c7c453c8c81486727aa8b2f07cb0f0d268ef)]:
8+
- @hyperbook/markdown@0.44.1
9+
310
## 0.48.5
411

512
### Patch 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.48.5",
14+
"version": "0.48.6",
1515
"engines": {
1616
"vscode": "^1.71.0"
1717
},

0 commit comments

Comments
 (0)