diff --git a/.changeset/add-typst-directive.md b/.changeset/add-typst-directive.md deleted file mode 100644 index bdae5f41a..000000000 --- a/.changeset/add-typst-directive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperbook/markdown": minor ---- - -Add Typst directive with interactive editor and improved error handling. The new Typst directive enables users to write and preview Typst documents directly in Hyperbook with support for multiple files, binary assets, and PDF export. Errors display as dismissible overlays preserving the last successful render, with clean error messages parsed from the Rust SourceDiagnostic format. diff --git a/.changeset/thick-apples-confess.md b/.changeset/thick-apples-confess.md deleted file mode 100644 index f478cb73d..000000000 --- a/.changeset/thick-apples-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hyperbook": minor ---- - -add typst diff --git a/packages/hyperbook/CHANGELOG.md b/packages/hyperbook/CHANGELOG.md index f3ef01f27..0785e21aa 100644 --- a/packages/hyperbook/CHANGELOG.md +++ b/packages/hyperbook/CHANGELOG.md @@ -1,5 +1,11 @@ # hyperbook +## 0.73.0 + +### Minor Changes + +- [`c0a5249`](https://github.com/openpatch/hyperbook/commit/c0a5249eb7598418e57866c941fee9b8323f56b8) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - add typst + ## 0.72.2 ### Patch Changes diff --git a/packages/hyperbook/package.json b/packages/hyperbook/package.json index 3896fa6a0..d92b53018 100644 --- a/packages/hyperbook/package.json +++ b/packages/hyperbook/package.json @@ -1,6 +1,6 @@ { "name": "hyperbook", - "version": "0.72.2", + "version": "0.73.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 53dab4a64..9c25bb12a 100644 --- a/packages/markdown/CHANGELOG.md +++ b/packages/markdown/CHANGELOG.md @@ -1,5 +1,11 @@ # @hyperbook/markdown +## 0.46.0 + +### Minor Changes + +- [#1063](https://github.com/openpatch/hyperbook/pull/1063) [`66a7234`](https://github.com/openpatch/hyperbook/commit/66a72340b367920e12349c988104fda6ebbcf3fc) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Add Typst directive with interactive editor and improved error handling. The new Typst directive enables users to write and preview Typst documents directly in Hyperbook with support for multiple files, binary assets, and PDF export. Errors display as dismissible overlays preserving the last successful render, with clean error messages parsed from the Rust SourceDiagnostic format. + ## 0.45.0 ### Minor Changes diff --git a/packages/markdown/package.json b/packages/markdown/package.json index f7af5592f..8c6b11879 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@hyperbook/markdown", - "version": "0.45.0", + "version": "0.46.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 9685fc007..cf145e238 100644 --- a/platforms/vscode/CHANGELOG.md +++ b/platforms/vscode/CHANGELOG.md @@ -1,5 +1,12 @@ # @hyperbook/vscode-extension +## 0.48.8 + +### Patch Changes + +- Updated dependencies [[`66a7234`](https://github.com/openpatch/hyperbook/commit/66a72340b367920e12349c988104fda6ebbcf3fc)]: + - @hyperbook/markdown@0.46.0 + ## 0.48.7 ### Patch Changes diff --git a/platforms/vscode/package.json b/platforms/vscode/package.json index 287dd55a8..93ccf73c1 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.48.7", + "version": "0.48.8", "engines": { "vscode": "^1.71.0" },