diff --git a/.changeset/bright-password-groups.md b/.changeset/bright-password-groups.md deleted file mode 100644 index c3076b922..000000000 --- a/.changeset/bright-password-groups.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hyperbook/markdown": minor -"hyperbook": minor ---- - -Expand `passwordlist` grouping to support nested navigation sections, arbitrary -entry fields, composable grouping levels, and grouped list output. diff --git a/.changeset/calm-checklists-store.md b/.changeset/calm-checklists-store.md deleted file mode 100644 index 11dba7beb..000000000 --- a/.changeset/calm-checklists-store.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hyperbook/markdown": minor -"hyperbook": minor ---- - -Make Markdown checklists interactive, persist their checked state in the Hyperbook store, and show -completed items with an accessible themed checkbox and struck-through label. diff --git a/.changeset/fresh-h5p-reuse.md b/.changeset/fresh-h5p-reuse.md deleted file mode 100644 index e20c2662a..000000000 --- a/.changeset/fresh-h5p-reuse.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@hyperbook/markdown": minor -"hyperbook": minor ---- - -Add an opt-in `export` attribute to H5P directives. It displays H5P's Reuse button and retains the -original `.h5p` package in built books so readers can download it. An optional `download-url` -attribute can point the button at a separately hosted package. diff --git a/packages/hyperbook/CHANGELOG.md b/packages/hyperbook/CHANGELOG.md index 95d167962..4a998ecfe 100644 --- a/packages/hyperbook/CHANGELOG.md +++ b/packages/hyperbook/CHANGELOG.md @@ -1,5 +1,19 @@ # hyperbook +## 0.109.0 + +### Minor Changes + +- [`99ab629`](https://github.com/openpatch/hyperbook/commit/99ab6295062e86189a72d2bb960478bc8c8bc184) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Expand `passwordlist` grouping to support nested navigation sections, arbitrary + entry fields, composable grouping levels, and grouped list output. + +- [`99ab629`](https://github.com/openpatch/hyperbook/commit/99ab6295062e86189a72d2bb960478bc8c8bc184) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Make Markdown checklists interactive, persist their checked state in the Hyperbook store, and show + completed items with an accessible themed checkbox and struck-through label. + +- [`99ab629`](https://github.com/openpatch/hyperbook/commit/99ab6295062e86189a72d2bb960478bc8c8bc184) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add an opt-in `export` attribute to H5P directives. It displays H5P's Reuse button and retains the + original `.h5p` package in built books so readers can download it. An optional `download-url` + attribute can point the button at a separately hosted package. + ## 0.108.0 ### Minor Changes diff --git a/packages/hyperbook/package.json b/packages/hyperbook/package.json index f13d82970..7872961d5 100644 --- a/packages/hyperbook/package.json +++ b/packages/hyperbook/package.json @@ -1,6 +1,6 @@ { "name": "hyperbook", - "version": "0.108.0", + "version": "0.109.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 bb12653cb..5c103a8e5 100644 --- a/packages/markdown/CHANGELOG.md +++ b/packages/markdown/CHANGELOG.md @@ -1,5 +1,19 @@ # @hyperbook/markdown +## 0.81.0 + +### Minor Changes + +- [`99ab629`](https://github.com/openpatch/hyperbook/commit/99ab6295062e86189a72d2bb960478bc8c8bc184) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Expand `passwordlist` grouping to support nested navigation sections, arbitrary + entry fields, composable grouping levels, and grouped list output. + +- [`99ab629`](https://github.com/openpatch/hyperbook/commit/99ab6295062e86189a72d2bb960478bc8c8bc184) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Make Markdown checklists interactive, persist their checked state in the Hyperbook store, and show + completed items with an accessible themed checkbox and struck-through label. + +- [`99ab629`](https://github.com/openpatch/hyperbook/commit/99ab6295062e86189a72d2bb960478bc8c8bc184) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add an opt-in `export` attribute to H5P directives. It displays H5P's Reuse button and retains the + original `.h5p` package in built books so readers can download it. An optional `download-url` + attribute can point the button at a separately hosted package. + ## 0.80.0 ### Minor Changes diff --git a/packages/markdown/package.json b/packages/markdown/package.json index 19f70af79..ef65590ae 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@hyperbook/markdown", - "version": "0.80.0", + "version": "0.81.0", "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 080e1da51..4154d04c8 100644 --- a/platforms/vscode/CHANGELOG.md +++ b/platforms/vscode/CHANGELOG.md @@ -1,5 +1,12 @@ # @hyperbook/vscode-extension +## 0.55.9 + +### Patch Changes + +- Updated dependencies [[`99ab629`](https://github.com/openpatch/hyperbook/commit/99ab6295062e86189a72d2bb960478bc8c8bc184), [`99ab629`](https://github.com/openpatch/hyperbook/commit/99ab6295062e86189a72d2bb960478bc8c8bc184), [`99ab629`](https://github.com/openpatch/hyperbook/commit/99ab6295062e86189a72d2bb960478bc8c8bc184)]: + - @hyperbook/markdown@0.81.0 + ## 0.55.8 ### Patch Changes diff --git a/platforms/vscode/package.json b/platforms/vscode/package.json index 8e4a17698..13735c106 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.8", + "version": "0.55.9", "engines": { "vscode": "^1.125.0" },