diff --git a/.changeset/olive-donkeys-repeat.md b/.changeset/olive-donkeys-repeat.md deleted file mode 100644 index 768d1dbb8..000000000 --- a/.changeset/olive-donkeys-repeat.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@hyperbook/web-component-excalidraw": minor -"@hyperbook/markdown": minor -"create-hyperbook": minor -"@hyperbook/cloud": minor -"hyperbook-studio": minor -"@hyperbook/fs": minor -"hyperbook": minor ---- - -Update all dependencies to their latest versions - -Notable upgrades: Shiki 4, Mermaid 11.16, three.js 0.185, p5 2.3, Excalidraw 0.18.1, React 19.2, Express 5, TypeScript 6, ESLint 10 and Vite 8. Rendered output is unchanged. - -hyperbook-studio now requires VS Code 1.125.0 or newer. diff --git a/packages/create/CHANGELOG.md b/packages/create/CHANGELOG.md index f424ff78b..79dc027c9 100644 --- a/packages/create/CHANGELOG.md +++ b/packages/create/CHANGELOG.md @@ -1,5 +1,15 @@ # create-hyperbook +## 0.4.0 + +### Minor Changes + +- [#1164](https://github.com/openpatch/hyperbook/pull/1164) [`87e7042`](https://github.com/openpatch/hyperbook/commit/87e7042b06523cbff6cddbd8ceb60c85075dea2a) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Update all dependencies to their latest versions + + Notable upgrades: Shiki 4, Mermaid 11.16, three.js 0.185, p5 2.3, Excalidraw 0.18.1, React 19.2, Express 5, TypeScript 6, ESLint 10 and Vite 8. Rendered output is unchanged. + + hyperbook-studio now requires VS Code 1.125.0 or newer. + ## 0.3.10 ### Patch Changes diff --git a/packages/create/package.json b/packages/create/package.json index 3ee681fe1..e870bab37 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -1,6 +1,6 @@ { "name": "create-hyperbook", - "version": "0.3.10", + "version": "0.4.0", "description": "Shared logic for creating new Hyperbook projects", "platform": "node", "main": "./dist/index.js", diff --git a/packages/fs/CHANGELOG.md b/packages/fs/CHANGELOG.md index 0cf8612f2..cac2d07c0 100644 --- a/packages/fs/CHANGELOG.md +++ b/packages/fs/CHANGELOG.md @@ -1,5 +1,15 @@ # @hyperbook/fs +## 0.27.0 + +### Minor Changes + +- [#1164](https://github.com/openpatch/hyperbook/pull/1164) [`87e7042`](https://github.com/openpatch/hyperbook/commit/87e7042b06523cbff6cddbd8ceb60c85075dea2a) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Update all dependencies to their latest versions + + Notable upgrades: Shiki 4, Mermaid 11.16, three.js 0.185, p5 2.3, Excalidraw 0.18.1, React 19.2, Express 5, TypeScript 6, ESLint 10 and Vite 8. Rendered output is unchanged. + + hyperbook-studio now requires VS Code 1.125.0 or newer. + ## 0.26.0 ### Minor Changes diff --git a/packages/fs/package.json b/packages/fs/package.json index ea59eb708..d1efc54f4 100644 --- a/packages/fs/package.json +++ b/packages/fs/package.json @@ -1,6 +1,6 @@ { "name": "@hyperbook/fs", - "version": "0.26.0", + "version": "0.27.0", "author": "Mike Barkmin", "homepage": "https://github.com/openpatch/hyperbook#readme", "license": "MIT", diff --git a/packages/hyperbook/CHANGELOG.md b/packages/hyperbook/CHANGELOG.md index 5b37717a2..082cdfa1b 100644 --- a/packages/hyperbook/CHANGELOG.md +++ b/packages/hyperbook/CHANGELOG.md @@ -1,5 +1,15 @@ # hyperbook +## 0.104.0 + +### Minor Changes + +- [#1164](https://github.com/openpatch/hyperbook/pull/1164) [`87e7042`](https://github.com/openpatch/hyperbook/commit/87e7042b06523cbff6cddbd8ceb60c85075dea2a) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Update all dependencies to their latest versions + + Notable upgrades: Shiki 4, Mermaid 11.16, three.js 0.185, p5 2.3, Excalidraw 0.18.1, React 19.2, Express 5, TypeScript 6, ESLint 10 and Vite 8. Rendered output is unchanged. + + hyperbook-studio now requires VS Code 1.125.0 or newer. + ## 0.103.0 ### Minor Changes @@ -2202,7 +2212,6 @@ setup`. ``` # CLI Changes - - `hyperbook setup` does not download the template any more from the GitHub repo, but bundles it. This should decrease bandwidth and improve setup speed. - `hyperbook build` and `hyperbook setup` received new command line outputs. This was necessary for not getting lost when using the CLI with a Hyperlibrary. diff --git a/packages/hyperbook/package.json b/packages/hyperbook/package.json index 03e97c88a..d65429290 100644 --- a/packages/hyperbook/package.json +++ b/packages/hyperbook/package.json @@ -1,6 +1,6 @@ { "name": "hyperbook", - "version": "0.103.0", + "version": "0.104.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 8c4a7349a..211b33c3d 100644 --- a/packages/markdown/CHANGELOG.md +++ b/packages/markdown/CHANGELOG.md @@ -1,5 +1,15 @@ # @hyperbook/markdown +## 0.75.0 + +### Minor Changes + +- [#1164](https://github.com/openpatch/hyperbook/pull/1164) [`87e7042`](https://github.com/openpatch/hyperbook/commit/87e7042b06523cbff6cddbd8ceb60c85075dea2a) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Update all dependencies to their latest versions + + Notable upgrades: Shiki 4, Mermaid 11.16, three.js 0.185, p5 2.3, Excalidraw 0.18.1, React 19.2, Express 5, TypeScript 6, ESLint 10 and Vite 8. Rendered output is unchanged. + + hyperbook-studio now requires VS Code 1.125.0 or newer. + ## 0.74.0 ### Minor Changes diff --git a/packages/markdown/package.json b/packages/markdown/package.json index 0efe5c2e7..b250f6673 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@hyperbook/markdown", - "version": "0.74.0", + "version": "0.75.0", "author": "Mike Barkmin", "homepage": "https://github.com/openpatch/hyperbook#readme", "license": "MIT", diff --git a/packages/web-component-excalidraw/CHANGELOG.md b/packages/web-component-excalidraw/CHANGELOG.md index fbe69785a..4602437e5 100644 --- a/packages/web-component-excalidraw/CHANGELOG.md +++ b/packages/web-component-excalidraw/CHANGELOG.md @@ -1,5 +1,15 @@ # @hyperbook/element-excalidraw +## 0.4.0 + +### Minor Changes + +- [#1164](https://github.com/openpatch/hyperbook/pull/1164) [`87e7042`](https://github.com/openpatch/hyperbook/commit/87e7042b06523cbff6cddbd8ceb60c85075dea2a) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Update all dependencies to their latest versions + + Notable upgrades: Shiki 4, Mermaid 11.16, three.js 0.185, p5 2.3, Excalidraw 0.18.1, React 19.2, Express 5, TypeScript 6, ESLint 10 and Vite 8. Rendered output is unchanged. + + hyperbook-studio now requires VS Code 1.125.0 or newer. + ## 0.3.3 ### Patch Changes diff --git a/packages/web-component-excalidraw/package.json b/packages/web-component-excalidraw/package.json index 343520d86..4e0a59670 100644 --- a/packages/web-component-excalidraw/package.json +++ b/packages/web-component-excalidraw/package.json @@ -1,6 +1,6 @@ { "name": "@hyperbook/web-component-excalidraw", - "version": "0.3.3", + "version": "0.4.0", "author": "Mike Barkmin", "homepage": "https://github.com/openpatch/hyperbook#readme", "license": "MIT", diff --git a/platforms/cloud/CHANGELOG.md b/platforms/cloud/CHANGELOG.md index 0378aa729..771ed7878 100644 --- a/platforms/cloud/CHANGELOG.md +++ b/platforms/cloud/CHANGELOG.md @@ -1,5 +1,15 @@ # @hyperbook/cloud +## 0.1.0 + +### Minor Changes + +- [#1164](https://github.com/openpatch/hyperbook/pull/1164) [`87e7042`](https://github.com/openpatch/hyperbook/commit/87e7042b06523cbff6cddbd8ceb60c85075dea2a) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Update all dependencies to their latest versions + + Notable upgrades: Shiki 4, Mermaid 11.16, three.js 0.185, p5 2.3, Excalidraw 0.18.1, React 19.2, Express 5, TypeScript 6, ESLint 10 and Vite 8. Rendered output is unchanged. + + hyperbook-studio now requires VS Code 1.125.0 or newer. + ## 0.0.2 ### Patch Changes diff --git a/platforms/cloud/package.json b/platforms/cloud/package.json index 0be0b2665..5968134db 100644 --- a/platforms/cloud/package.json +++ b/platforms/cloud/package.json @@ -1,6 +1,6 @@ { "name": "@hyperbook/cloud", - "version": "0.0.2", + "version": "0.1.0", "private": true, "engines": { "node": ">=20" diff --git a/platforms/vscode/CHANGELOG.md b/platforms/vscode/CHANGELOG.md index ee82f2bf6..84327c53a 100644 --- a/platforms/vscode/CHANGELOG.md +++ b/platforms/vscode/CHANGELOG.md @@ -1,5 +1,22 @@ # @hyperbook/vscode-extension +## 0.54.0 + +### Minor Changes + +- [#1164](https://github.com/openpatch/hyperbook/pull/1164) [`87e7042`](https://github.com/openpatch/hyperbook/commit/87e7042b06523cbff6cddbd8ceb60c85075dea2a) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Update all dependencies to their latest versions + + Notable upgrades: Shiki 4, Mermaid 11.16, three.js 0.185, p5 2.3, Excalidraw 0.18.1, React 19.2, Express 5, TypeScript 6, ESLint 10 and Vite 8. Rendered output is unchanged. + + hyperbook-studio now requires VS Code 1.125.0 or newer. + +### Patch Changes + +- Updated dependencies [[`87e7042`](https://github.com/openpatch/hyperbook/commit/87e7042b06523cbff6cddbd8ceb60c85075dea2a)]: + - @hyperbook/markdown@0.75.0 + - create-hyperbook@0.4.0 + - @hyperbook/fs@0.27.0 + ## 0.53.2 ### Patch Changes diff --git a/platforms/vscode/package.json b/platforms/vscode/package.json index 1f46e3689..7f4162162 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.53.2", + "version": "0.54.0", "engines": { "vscode": "^1.125.0" },