Skip to content

Commit b8ea036

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

7 files changed

Lines changed: 32 additions & 13 deletions

File tree

.changeset/chilly-mails-repeat.md

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

packages/hyperbook/CHANGELOG.md

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

3+
## 0.51.1
4+
5+
### Patch Changes
6+
7+
- [`8545973`](https://github.com/openpatch/hyperbook/commit/8545973ded8a8da94bda1485f5560a5f62c64153) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Styling Improvements:
8+
- Increased the width of the navigation to utilize more horizontal space.
9+
- Reduced base font size to 14px for improved readability and a more compact layout.
10+
- Decreased header height to 60px to maximize vertical content space.
11+
312
## 0.51.0
413

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

packages/markdown/CHANGELOG.md

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

3+
## 0.27.0
4+
5+
### Minor Changes
6+
7+
- [`8545973`](https://github.com/openpatch/hyperbook/commit/8545973ded8a8da94bda1485f5560a5f62c64153) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Styling Improvements:
8+
- Increased the width of the navigation to utilize more horizontal space.
9+
- Reduced base font size to 14px for improved readability and a more compact layout.
10+
- Decreased header height to 60px to maximize vertical content space.
11+
312
## 0.26.0
413

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

platforms/vscode/CHANGELOG.md

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

3+
## 0.30.1
4+
5+
### Patch Changes
6+
7+
- [`8545973`](https://github.com/openpatch/hyperbook/commit/8545973ded8a8da94bda1485f5560a5f62c64153) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Styling Improvements:
8+
- Increased the width of the navigation to utilize more horizontal space.
9+
- Reduced base font size to 14px for improved readability and a more compact layout.
10+
- Decreased header height to 60px to maximize vertical content space.
11+
- Updated dependencies [[`8545973`](https://github.com/openpatch/hyperbook/commit/8545973ded8a8da94bda1485f5560a5f62c64153)]:
12+
- @hyperbook/markdown@0.27.0
13+
314
## 0.30.0
415

516
### 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.30.0",
14+
"version": "0.30.1",
1515
"engines": {
1616
"vscode": "^1.71.0"
1717
},

0 commit comments

Comments
 (0)