Skip to content

Commit 80dca7b

Browse files
Version Packages
1 parent 66a7234 commit 80dca7b

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.changeset/add-typst-directive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/markdown/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hyperbook/markdown
22

3+
## 0.46.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
39
## 0.45.0
410

511
### Minor Changes

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperbook/markdown",
3-
"version": "0.45.0",
3+
"version": "0.46.0",
44
"author": "Mike Barkmin",
55
"homepage": "https://github.com/openpatch/hyperbook#readme",
66
"license": "MIT",

platforms/vscode/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hyperbook/vscode-extension
22

3+
## 0.48.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`66a7234`](https://github.com/openpatch/hyperbook/commit/66a72340b367920e12349c988104fda6ebbcf3fc)]:
8+
- @hyperbook/markdown@0.46.0
9+
310
## 0.48.7
411

512
### Patch Changes

platforms/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"homepage": "https://hyperbook.openpatch.org",
1313
"main": "./out/extension.js",
14-
"version": "0.48.7",
14+
"version": "0.48.8",
1515
"engines": {
1616
"vscode": "^1.71.0"
1717
},

0 commit comments

Comments
 (0)