diff --git a/.changeset/moody-months-hunt.md b/.changeset/moody-months-hunt.md deleted file mode 100644 index 01afd017..00000000 --- a/.changeset/moody-months-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperbook/element-mermaid": patch ---- - -Fix mermaid error diagram already registered diff --git a/.changeset/wicked-seas-tease.md b/.changeset/wicked-seas-tease.md deleted file mode 100644 index 36a809de..00000000 --- a/.changeset/wicked-seas-tease.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@hyperbook/element-mermaid": patch -"@hyperbook/next-watch": patch -"hyperbook": patch -"hyperbook-studio": patch ---- - -Fix mermaid bug, which lead to showing an error banner. diff --git a/packages/element-mermaid/CHANGELOG.md b/packages/element-mermaid/CHANGELOG.md index de5b141f..c6dda1d9 100644 --- a/packages/element-mermaid/CHANGELOG.md +++ b/packages/element-mermaid/CHANGELOG.md @@ -1,5 +1,13 @@ # @hyperbook/element-mermaid +## 0.3.1 + +### Patch Changes + +- [`52b7fad`](https://github.com/openpatch/hyperbook/commit/52b7fad9129bbf1c0f3f192eddfb7c7ed07dc561) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix mermaid error diagram already registered + +- [`4042bc1`](https://github.com/openpatch/hyperbook/commit/4042bc1d1e54f6c81d76243b96e8a933d40fea7d) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix mermaid bug, which lead to showing an error banner. + ## 0.3.0 ### Minor Changes diff --git a/packages/element-mermaid/package.json b/packages/element-mermaid/package.json index 94e3990f..76a795e8 100644 --- a/packages/element-mermaid/package.json +++ b/packages/element-mermaid/package.json @@ -1,6 +1,6 @@ { "name": "@hyperbook/element-mermaid", - "version": "0.3.0", + "version": "0.3.1", "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 12300daa..c13ef631 100644 --- a/packages/hyperbook/CHANGELOG.md +++ b/packages/hyperbook/CHANGELOG.md @@ -1,5 +1,11 @@ # hyperbook +## 0.26.6 + +### Patch Changes + +- [`4042bc1`](https://github.com/openpatch/hyperbook/commit/4042bc1d1e54f6c81d76243b96e8a933d40fea7d) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix mermaid bug, which lead to showing an error banner. + ## 0.26.5 ## 0.26.4 diff --git a/packages/hyperbook/package.json b/packages/hyperbook/package.json index d26299a5..3edc51f6 100644 --- a/packages/hyperbook/package.json +++ b/packages/hyperbook/package.json @@ -1,6 +1,6 @@ { "name": "hyperbook", - "version": "0.26.5", + "version": "0.26.6", "author": "Mike Barkmin", "homepage": "https://github.com/openpatch/hyperbook#readme", "license": "MIT", diff --git a/packages/next-watch/CHANGELOG.md b/packages/next-watch/CHANGELOG.md index 70e6d760..38ddb787 100644 --- a/packages/next-watch/CHANGELOG.md +++ b/packages/next-watch/CHANGELOG.md @@ -1,5 +1,11 @@ # @hyperbook/next-watch +## 0.6.3 + +### Patch Changes + +- [`4042bc1`](https://github.com/openpatch/hyperbook/commit/4042bc1d1e54f6c81d76243b96e8a933d40fea7d) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix mermaid bug, which lead to showing an error banner. + ## 0.6.2 ### Patch Changes diff --git a/packages/next-watch/package.json b/packages/next-watch/package.json index 5ad797a8..6dbe1368 100644 --- a/packages/next-watch/package.json +++ b/packages/next-watch/package.json @@ -1,6 +1,6 @@ { "name": "@hyperbook/next-watch", - "version": "0.6.2", + "version": "0.6.3", "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 090acd09..dc22621b 100644 --- a/platforms/vscode/CHANGELOG.md +++ b/platforms/vscode/CHANGELOG.md @@ -1,5 +1,14 @@ # @hyperbook/vscode-extension +## 0.19.12 + +### Patch Changes + +- [`4042bc1`](https://github.com/openpatch/hyperbook/commit/4042bc1d1e54f6c81d76243b96e8a933d40fea7d) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Fix mermaid bug, which lead to showing an error banner. + +- Updated dependencies [[`52b7fad`](https://github.com/openpatch/hyperbook/commit/52b7fad9129bbf1c0f3f192eddfb7c7ed07dc561), [`4042bc1`](https://github.com/openpatch/hyperbook/commit/4042bc1d1e54f6c81d76243b96e8a933d40fea7d)]: + - @hyperbook/element-mermaid@0.3.1 + ## 0.19.11 ### Patch Changes diff --git a/platforms/vscode/package.json b/platforms/vscode/package.json index 8d6c0950..b047b071 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.19.11", + "version": "0.19.12", "engines": { "vscode": "^1.71.0" }, diff --git a/platforms/web/CHANGELOG.md b/platforms/web/CHANGELOG.md index d16834bb..107f6047 100644 --- a/platforms/web/CHANGELOG.md +++ b/platforms/web/CHANGELOG.md @@ -1,5 +1,12 @@ # hyperbook-simple-template +## 0.26.6 + +### Patch Changes + +- Updated dependencies [[`52b7fad`](https://github.com/openpatch/hyperbook/commit/52b7fad9129bbf1c0f3f192eddfb7c7ed07dc561), [`4042bc1`](https://github.com/openpatch/hyperbook/commit/4042bc1d1e54f6c81d76243b96e8a933d40fea7d)]: + - @hyperbook/element-mermaid@0.3.1 + ## 0.26.5 ### Patch Changes diff --git a/platforms/web/package.json b/platforms/web/package.json index 1ba32d9f..ce38838e 100644 --- a/platforms/web/package.json +++ b/platforms/web/package.json @@ -1,6 +1,6 @@ { "name": "@platforms/web", - "version": "0.26.5", + "version": "0.26.6", "private": true, "scripts": { "build": "rimraf dist && tsc --project tsconfig.json --noEmit && node ./esbuild.mjs",