Skip to content

Commit efea664

Browse files
committed
Merge branch 'main' of github.com:openpatch/hyperbook
2 parents a51613f + 2ab9cff commit efea664

File tree

7 files changed

+24
-10
lines changed

7 files changed

+24
-10
lines changed

.changeset/warm-carrots-teach.md

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

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.76.2
4+
5+
### Patch Changes
6+
7+
- [`7bc2a65`](https://github.com/openpatch/hyperbook/commit/7bc2a655f3dc4c9766fa29bb71cc6349f735f198) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Bump versions
8+
39
## 0.76.1
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.76.1",
3+
"version": "0.76.2",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

packages/markdown/CHANGELOG.md

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

3+
## 0.47.2
4+
5+
### Patch Changes
6+
7+
- [`7bc2a65`](https://github.com/openpatch/hyperbook/commit/7bc2a655f3dc4c9766fa29bb71cc6349f735f198) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Bump versions
8+
39
## 0.47.1
410

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

platforms/vscode/CHANGELOG.md

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

3+
## 0.48.16
4+
5+
### Patch Changes
6+
7+
- [`7bc2a65`](https://github.com/openpatch/hyperbook/commit/7bc2a655f3dc4c9766fa29bb71cc6349f735f198) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Bump versions
8+
9+
- Updated dependencies [[`7bc2a65`](https://github.com/openpatch/hyperbook/commit/7bc2a655f3dc4c9766fa29bb71cc6349f735f198)]:
10+
- @hyperbook/markdown@0.47.2
11+
312
## 0.48.15
413

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

0 commit comments

Comments
 (0)