Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/add-typst-directive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-apples-confess.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/hyperbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/hyperbook/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions platforms/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion platforms/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down