diff --git a/.changeset/loud-gorillas-type.md b/.changeset/loud-gorillas-type.md deleted file mode 100644 index a91f93937..000000000 --- a/.changeset/loud-gorillas-type.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hyperbook/markdown": patch -"hyperbook": patch ---- - -Update sql-ide diff --git a/.changeset/olive-moons-shave.md b/.changeset/olive-moons-shave.md deleted file mode 100644 index 2590059fa..000000000 --- a/.changeset/olive-moons-shave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hyperbook/markdown": minor -"hyperbook": minor ---- - -Online IDE follows the book's dark mode toggle and uses its own fullscreen buttons diff --git a/packages/hyperbook/CHANGELOG.md b/packages/hyperbook/CHANGELOG.md index ef29b2a64..5b37717a2 100644 --- a/packages/hyperbook/CHANGELOG.md +++ b/packages/hyperbook/CHANGELOG.md @@ -1,5 +1,15 @@ # hyperbook +## 0.103.0 + +### Minor Changes + +- [`9304880`](https://github.com/openpatch/hyperbook/commit/9304880b99cfb9f55db54e43b77889771c101f1a) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Online IDE follows the book's dark mode toggle and uses its own fullscreen buttons + +### Patch Changes + +- [`be999ea`](https://github.com/openpatch/hyperbook/commit/be999ea2ea36518ca41dec63a0a6fba1564eabe1) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Update sql-ide + ## 0.102.1 ### Patch Changes diff --git a/packages/hyperbook/package.json b/packages/hyperbook/package.json index eb2582af5..95cdcd2ec 100644 --- a/packages/hyperbook/package.json +++ b/packages/hyperbook/package.json @@ -1,6 +1,6 @@ { "name": "hyperbook", - "version": "0.102.1", + "version": "0.103.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 8fd45ff02..8c4a7349a 100644 --- a/packages/markdown/CHANGELOG.md +++ b/packages/markdown/CHANGELOG.md @@ -1,5 +1,15 @@ # @hyperbook/markdown +## 0.74.0 + +### Minor Changes + +- [`9304880`](https://github.com/openpatch/hyperbook/commit/9304880b99cfb9f55db54e43b77889771c101f1a) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Online IDE follows the book's dark mode toggle and uses its own fullscreen buttons + +### Patch Changes + +- [`be999ea`](https://github.com/openpatch/hyperbook/commit/be999ea2ea36518ca41dec63a0a6fba1564eabe1) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Update sql-ide + ## 0.73.1 ### Patch Changes diff --git a/packages/markdown/package.json b/packages/markdown/package.json index 89b5a243c..cf61b7bb7 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@hyperbook/markdown", - "version": "0.73.1", + "version": "0.74.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 067d8963c..ee82f2bf6 100644 --- a/platforms/vscode/CHANGELOG.md +++ b/platforms/vscode/CHANGELOG.md @@ -1,5 +1,12 @@ # @hyperbook/vscode-extension +## 0.53.2 + +### Patch Changes + +- Updated dependencies [[`be999ea`](https://github.com/openpatch/hyperbook/commit/be999ea2ea36518ca41dec63a0a6fba1564eabe1), [`9304880`](https://github.com/openpatch/hyperbook/commit/9304880b99cfb9f55db54e43b77889771c101f1a)]: + - @hyperbook/markdown@0.74.0 + ## 0.53.1 ### Patch Changes diff --git a/platforms/vscode/package.json b/platforms/vscode/package.json index 94bdd14ec..d79ffb4c1 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.1", + "version": "0.53.2", "engines": { "vscode": "^1.71.0" },