Skip to content

Commit 0bb9b54

Browse files
committed
Merge branch 'main' of github.com:openpatch/hyperbook
2 parents 9df0010 + 9d694be commit 0bb9b54

7 files changed

Lines changed: 22 additions & 9 deletions

File tree

.changeset/dirty-cougars-retire.md

Lines changed: 0 additions & 6 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.100.3
4+
5+
### Patch Changes
6+
7+
- [`84834ea`](https://github.com/openpatch/hyperbook/commit/84834ea6b5fdc4b2cf47f618e1f5f16ba74a7f26) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Bump to fetch new onlineide version
8+
39
## 0.100.2
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.100.2",
3+
"version": "0.100.3",
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.71.3
4+
5+
### Patch Changes
6+
7+
- [`84834ea`](https://github.com/openpatch/hyperbook/commit/84834ea6b5fdc4b2cf47f618e1f5f16ba74a7f26) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Bump to fetch new onlineide version
8+
39
## 0.71.2
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.71.2",
3+
"version": "0.71.3",
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.51.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`84834ea`](https://github.com/openpatch/hyperbook/commit/84834ea6b5fdc4b2cf47f618e1f5f16ba74a7f26)]:
8+
- @hyperbook/markdown@0.71.3
9+
310
## 0.51.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.51.5",
14+
"version": "0.51.6",
1515
"engines": {
1616
"vscode": "^1.71.0"
1717
},

0 commit comments

Comments
 (0)