Skip to content

Commit 9fd78de

Browse files
committed
Merge branch 'main' of github.com:openpatch/hyperbook
2 parents 2e0b614 + 02aa24f commit 9fd78de

8 files changed

Lines changed: 34 additions & 9 deletions

File tree

.changeset/thirty-rats-remain.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.88.1
4+
5+
### Patch Changes
6+
7+
- [`63a7dfe`](https://github.com/openpatch/hyperbook/commit/63a7dfea04aa26c2b5c840f0000fee25ebd6a05c) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Update to blockflows new schema
8+
39
## 0.88.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.88.0",
3+
"version": "0.88.1",
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.59.3
4+
5+
### Patch Changes
6+
7+
- [`63a7dfe`](https://github.com/openpatch/hyperbook/commit/63a7dfea04aa26c2b5c840f0000fee25ebd6a05c) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Update to blockflows new schema
8+
39
## 0.59.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.59.2",
3+
"version": "0.59.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.49.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`63a7dfe`](https://github.com/openpatch/hyperbook/commit/63a7dfea04aa26c2b5c840f0000fee25ebd6a05c)]:
8+
- @hyperbook/markdown@0.59.3
9+
310
## 0.49.31
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.49.31",
14+
"version": "0.49.32",
1515
"engines": {
1616
"vscode": "^1.71.0"
1717
},

website/en/book/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@ If you need a new feature, open an [issue](https://github.com/openpatch/hyperboo
3838
::::
3939
-->
4040

41+
## v0.88.2
42+
43+
::::tabs
44+
45+
:::tab{title="Fixed :bug:" id="fixed"}
46+
47+
- Fix cloud integration not working correctly.
48+
49+
:::
50+
51+
::::
52+
4153
## v0.88.1
4254

4355
::::tabs

0 commit comments

Comments
 (0)