diff --git a/.changeset/fix-pytamaro-show-graphic.md b/.changeset/fix-pytamaro-show-graphic.md deleted file mode 100644 index 86116785e..000000000 --- a/.changeset/fix-pytamaro-show-graphic.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperbook/markdown": patch ---- - -Fix pytamaro show_graphic not rendering images in pyide output. Parse `@@@PYTAMARO_DATA_URI_BEGIN@@@` / `@@@PYTAMARO_DATA_URI_END@@@` markers in stdout and render them as inline `` elements. diff --git a/.changeset/large-chicken-appear.md b/.changeset/large-chicken-appear.md deleted file mode 100644 index 2cab78021..000000000 --- a/.changeset/large-chicken-appear.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hyperbook/markdown": minor -"hyperbook-studio": minor -"hyperbook": minor ---- - -Add graphical output support to pyide. For example for pygame. diff --git a/packages/hyperbook/CHANGELOG.md b/packages/hyperbook/CHANGELOG.md index 926c87f17..2dc085f15 100644 --- a/packages/hyperbook/CHANGELOG.md +++ b/packages/hyperbook/CHANGELOG.md @@ -1,5 +1,11 @@ # hyperbook +## 0.91.0 + +### Minor Changes + +- [#1123](https://github.com/openpatch/hyperbook/pull/1123) [`5607041`](https://github.com/openpatch/hyperbook/commit/56070412972900fc3c76978297875ce7cde43a25) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add graphical output support to pyide. For example for pygame. + ## 0.90.0 ### Minor Changes diff --git a/packages/hyperbook/package.json b/packages/hyperbook/package.json index 90fed7431..c4344d3e9 100644 --- a/packages/hyperbook/package.json +++ b/packages/hyperbook/package.json @@ -1,6 +1,6 @@ { "name": "hyperbook", - "version": "0.90.0", + "version": "0.91.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 eb8688632..c945bdc5f 100644 --- a/packages/markdown/CHANGELOG.md +++ b/packages/markdown/CHANGELOG.md @@ -1,5 +1,15 @@ # @hyperbook/markdown +## 0.62.0 + +### Minor Changes + +- [#1123](https://github.com/openpatch/hyperbook/pull/1123) [`5607041`](https://github.com/openpatch/hyperbook/commit/56070412972900fc3c76978297875ce7cde43a25) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add graphical output support to pyide. For example for pygame. + +### Patch Changes + +- [#1123](https://github.com/openpatch/hyperbook/pull/1123) [`5607041`](https://github.com/openpatch/hyperbook/commit/56070412972900fc3c76978297875ce7cde43a25) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Fix pytamaro show_graphic not rendering images in pyide output. Parse `@@@PYTAMARO_DATA_URI_BEGIN@@@` / `@@@PYTAMARO_DATA_URI_END@@@` markers in stdout and render them as inline `` elements. + ## 0.61.1 ### Patch Changes diff --git a/packages/markdown/package.json b/packages/markdown/package.json index ab2f6b488..09699f7b8 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@hyperbook/markdown", - "version": "0.61.1", + "version": "0.62.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 b3a321b9e..507eaaa8a 100644 --- a/platforms/vscode/CHANGELOG.md +++ b/platforms/vscode/CHANGELOG.md @@ -1,5 +1,16 @@ # @hyperbook/vscode-extension +## 0.50.0 + +### Minor Changes + +- [#1123](https://github.com/openpatch/hyperbook/pull/1123) [`5607041`](https://github.com/openpatch/hyperbook/commit/56070412972900fc3c76978297875ce7cde43a25) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add graphical output support to pyide. For example for pygame. + +### Patch Changes + +- Updated dependencies [[`5607041`](https://github.com/openpatch/hyperbook/commit/56070412972900fc3c76978297875ce7cde43a25), [`5607041`](https://github.com/openpatch/hyperbook/commit/56070412972900fc3c76978297875ce7cde43a25)]: + - @hyperbook/markdown@0.62.0 + ## 0.49.39 ### Patch Changes diff --git a/platforms/vscode/package.json b/platforms/vscode/package.json index bc2255a4e..87e51e116 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.49.39", + "version": "0.50.0", "engines": { "vscode": "^1.71.0" },