Skip to content

Commit cfb36a3

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

7 files changed

Lines changed: 23 additions & 9 deletions

File tree

.changeset/navigation-test-conversion.md

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

packages/fs/CHANGELOG.md

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

3+
## 0.24.2
4+
5+
### Patch Changes
6+
7+
- [`28097df`](https://github.com/openpatch/hyperbook/commit/28097dfc6f7544d363789aa6368cd43935225886) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Convert navigation bug test to proper Vitest test suite. The standalone test-navigation-bug.js has been converted to a comprehensive test file (navigation-bug.test.ts) that validates navigation behavior with proper assertions and integration with the existing test infrastructure.
8+
39
## 0.24.1
410

511
### Patch Changes

packages/fs/package.json

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

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.77.8
4+
5+
### Patch Changes
6+
7+
- [`28097df`](https://github.com/openpatch/hyperbook/commit/28097dfc6f7544d363789aa6368cd43935225886) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Convert navigation bug test to proper Vitest test suite. The standalone test-navigation-bug.js has been converted to a comprehensive test file (navigation-bug.test.ts) that validates navigation behavior with proper assertions and integration with the existing test infrastructure.
8+
39
## 0.77.7
410

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

platforms/vscode/CHANGELOG.md

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

3+
## 0.49.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`28097df`](https://github.com/openpatch/hyperbook/commit/28097dfc6f7544d363789aa6368cd43935225886)]:
8+
- @hyperbook/fs@0.24.2
9+
- @hyperbook/markdown@0.48.6
10+
311
## 0.49.6
412

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

0 commit comments

Comments
 (0)