Skip to content

Commit 772fcd7

Browse files
committed
Merge branch 'main' of github.com:openpatch/hyperbook
2 parents 06b5253 + 2925996 commit 772fcd7

12 files changed

Lines changed: 47 additions & 18 deletions

File tree

.changeset/khaki-beers-jam.md

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

.changeset/strange-dogs-sniff.md

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

packages/create/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# create-hyperbook
22

3+
## 0.3.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dcff5a6`](https://github.com/openpatch/hyperbook/commit/dcff5a6f67fe9536f7a039f89b272c13a9c4bf73)]:
8+
- @hyperbook/types@0.23.0
9+
310
## 0.3.5
411

512
### Patch Changes

packages/create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-hyperbook",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Shared logic for creating new Hyperbook projects",
55
"platform": "node",
66
"main": "./dist/index.js",

packages/hyperbook/CHANGELOG.md

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

3+
## 0.89.0
4+
5+
### Minor Changes
6+
7+
- [`dcff5a6`](https://github.com/openpatch/hyperbook/commit/dcff5a6f67fe9536f7a039f89b272c13a9c4bf73) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Show version of hyperbook
8+
9+
### Patch Changes
10+
11+
- [`0f0748c`](https://github.com/openpatch/hyperbook/commit/0f0748cc1ee56a536d07d95f3a630a3a917909a5) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Show the reuse button in h5p elements.
12+
313
## 0.88.2
414

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

packages/markdown/CHANGELOG.md

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

3+
## 0.60.0
4+
5+
### Minor Changes
6+
7+
- [`dcff5a6`](https://github.com/openpatch/hyperbook/commit/dcff5a6f67fe9536f7a039f89b272c13a9c4bf73) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Show version of hyperbook
8+
9+
### Patch Changes
10+
11+
- [`0f0748c`](https://github.com/openpatch/hyperbook/commit/0f0748cc1ee56a536d07d95f3a630a3a917909a5) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Show the reuse button in h5p elements.
12+
313
## 0.59.4
414

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

packages/types/CHANGELOG.md

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

3+
## 0.23.0
4+
5+
### Minor Changes
6+
7+
- [`dcff5a6`](https://github.com/openpatch/hyperbook/commit/dcff5a6f67fe9536f7a039f89b272c13a9c4bf73) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Show version of hyperbook
8+
39
## 0.22.1
410

511
### Patch Changes

packages/types/package.json

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

0 commit comments

Comments
 (0)