From 5da8c95fe447b5d7b9c5319162a3678748d28bd7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:57:40 +0000 Subject: [PATCH] Version Packages --- .changeset/add-typst-directive.md | 5 ----- .changeset/thick-apples-confess.md | 5 ----- packages/hyperbook/CHANGELOG.md | 6 ++++++ packages/hyperbook/package.json | 2 +- packages/markdown/CHANGELOG.md | 6 ++++++ packages/markdown/package.json | 2 +- platforms/vscode/CHANGELOG.md | 7 +++++++ platforms/vscode/package.json | 2 +- 8 files changed, 22 insertions(+), 13 deletions(-) delete mode 100644 .changeset/add-typst-directive.md delete mode 100644 .changeset/thick-apples-confess.md diff --git a/.changeset/add-typst-directive.md b/.changeset/add-typst-directive.md deleted file mode 100644 index bdae5f41..00000000 --- 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 f478cb73..00000000 --- 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 f3ef01f2..0785e21a 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 3896fa6a..d92b5301 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 53dab4a6..9c25bb12 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 f7af5592..8c6b1187 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 9685fc00..cf145e23 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 287dd55a..93ccf73c 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" },