diff --git a/.changeset/fix-h5p-extraction.md b/.changeset/fix-h5p-extraction.md deleted file mode 100644 index ce2da894a..000000000 --- a/.changeset/fix-h5p-extraction.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"hyperbook": patch ---- - -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. diff --git a/.changeset/wise-password-lists.md b/.changeset/wise-password-lists.md deleted file mode 100644 index de99bdc7a..000000000 --- a/.changeset/wise-password-lists.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"hyperbook": minor -"@hyperbook/markdown": minor -"@hyperbook/types": patch ---- - -Add grouped, navigation-ordered password lists with inferred and explicit -solution labels, making it possible to generate learner-facing solution pages -from protected blocks. diff --git a/packages/create/CHANGELOG.md b/packages/create/CHANGELOG.md index 3604f8876..add4f3326 100644 --- a/packages/create/CHANGELOG.md +++ b/packages/create/CHANGELOG.md @@ -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 diff --git a/packages/create/package.json b/packages/create/package.json index 3836f3282..54f675276 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -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", diff --git a/packages/hyperbook/CHANGELOG.md b/packages/hyperbook/CHANGELOG.md index 3d631aa31..95d167962 100644 --- a/packages/hyperbook/CHANGELOG.md +++ b/packages/hyperbook/CHANGELOG.md @@ -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 diff --git a/packages/hyperbook/package.json b/packages/hyperbook/package.json index 63cb022f1..f13d82970 100644 --- a/packages/hyperbook/package.json +++ b/packages/hyperbook/package.json @@ -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", diff --git a/packages/markdown/CHANGELOG.md b/packages/markdown/CHANGELOG.md index 392f54e55..bb12653cb 100644 --- a/packages/markdown/CHANGELOG.md +++ b/packages/markdown/CHANGELOG.md @@ -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 diff --git a/packages/markdown/package.json b/packages/markdown/package.json index 93cb503da..19f70af79 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -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", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 080d33c5b..4fee31ac9 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -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 diff --git a/packages/types/package.json b/packages/types/package.json index ad4e47fdd..63a250d8a 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -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", diff --git a/platforms/vscode/CHANGELOG.md b/platforms/vscode/CHANGELOG.md index f5baf7bf2..080e1da51 100644 --- a/platforms/vscode/CHANGELOG.md +++ b/platforms/vscode/CHANGELOG.md @@ -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 diff --git a/platforms/vscode/package.json b/platforms/vscode/package.json index 7e74154ea..8e4a17698 100644 --- a/platforms/vscode/package.json +++ b/platforms/vscode/package.json @@ -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" },