Skip to content

Commit 4185f69

Browse files
committed
Merge branch 'main' of github.com:openpatch/hyperbook
2 parents 9a36558 + 1367195 commit 4185f69

File tree

7 files changed

+26
-10
lines changed

7 files changed

+26
-10
lines changed

.changeset/fuzzy-buses-tan.md

Lines changed: 0 additions & 7 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.21.0
4+
5+
### Minor Changes
6+
7+
- [`159473a`](https://github.com/openpatch/hyperbook/commit/159473aa378de2596eb0f0d493a3a6a48dc007f1) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Support relative links in next and prev of the frontmatter
8+
39
## 0.20.0
410

511
### Minor 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.20.0",
3+
"version": "0.21.0",
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.70.0
4+
5+
### Minor Changes
6+
7+
- [`159473a`](https://github.com/openpatch/hyperbook/commit/159473aa378de2596eb0f0d493a3a6a48dc007f1) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Support relative links in next and prev of the frontmatter
8+
39
## 0.69.0
410

511
### 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.69.0",
3+
"version": "0.70.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.47.0
4+
5+
### Minor Changes
6+
7+
- [`159473a`](https://github.com/openpatch/hyperbook/commit/159473aa378de2596eb0f0d493a3a6a48dc007f1) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Support relative links in next and prev of the frontmatter
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`159473a`](https://github.com/openpatch/hyperbook/commit/159473aa378de2596eb0f0d493a3a6a48dc007f1)]:
12+
- @hyperbook/fs@0.21.0
13+
314
## 0.46.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.46.0",
14+
"version": "0.47.0",
1515
"engines": {
1616
"vscode": "^1.71.0"
1717
},

0 commit comments

Comments
 (0)