Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/fix-h5p-extraction.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/wise-password-lists.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# create-hyperbook

## 0.4.2

### Patch Changes

- Updated dependencies [[`faa4cdf`](https://github.com/openpatch/hyperbook/commit/faa4cdf8bd54cc324c28c1dcdb5fa69b8347ed9e)]:
- @hyperbook/types@0.25.1

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-hyperbook",
"version": "0.4.1",
"version": "0.4.2",
"description": "Shared logic for creating new Hyperbook projects",
"platform": "node",
"main": "./dist/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/hyperbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# hyperbook

## 0.108.0

### Minor Changes

- [`faa4cdf`](https://github.com/openpatch/hyperbook/commit/faa4cdf8bd54cc324c28c1dcdb5fa69b8347ed9e) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add grouped, navigation-ordered password lists with inferred and explicit
solution labels, making it possible to generate learner-facing solution pages
from protected blocks.

### Patch Changes

- [`faa4cdf`](https://github.com/openpatch/hyperbook/commit/faa4cdf8bd54cc324c28c1dcdb5fa69b8347ed9e) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Replace the deprecated H5P ZIP extraction dependency with `unzipper`, so H5P
assets no longer leave the initial development build pending under newer Node.js
versions.

## 0.107.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hyperbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperbook",
"version": "0.107.10",
"version": "0.108.0",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hyperbook/markdown

## 0.80.0

### Minor Changes

- [`faa4cdf`](https://github.com/openpatch/hyperbook/commit/faa4cdf8bd54cc324c28c1dcdb5fa69b8347ed9e) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add grouped, navigation-ordered password lists with inferred and explicit
solution labels, making it possible to generate learner-facing solution pages
from protected blocks.

## 0.79.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperbook/markdown",
"version": "0.79.7",
"version": "0.80.0",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hyperbook/types

## 0.25.1

### Patch Changes

- [`faa4cdf`](https://github.com/openpatch/hyperbook/commit/faa4cdf8bd54cc324c28c1dcdb5fa69b8347ed9e) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add grouped, navigation-ordered password lists with inferred and explicit
solution labels, making it possible to generate learner-facing solution pages
from protected blocks.

## 0.25.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperbook/types",
"version": "0.25.0",
"version": "0.25.1",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions platforms/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hyperbook/vscode-extension

## 0.55.8

### Patch Changes

- Updated dependencies [[`faa4cdf`](https://github.com/openpatch/hyperbook/commit/faa4cdf8bd54cc324c28c1dcdb5fa69b8347ed9e)]:
- @hyperbook/markdown@0.80.0
- create-hyperbook@0.4.2
- @hyperbook/fs@0.29.1

## 0.55.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion platforms/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"homepage": "https://hyperbook.openpatch.org",
"main": "./out/extension.js",
"version": "0.55.7",
"version": "0.55.8",
"engines": {
"vscode": "^1.125.0"
},
Expand Down