diff --git a/.changeset/gorgeous-paws-yawn.md b/.changeset/gorgeous-paws-yawn.md deleted file mode 100644 index 58d37fbec..000000000 --- a/.changeset/gorgeous-paws-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@portaljs/core': patch ---- - -Bump mdx-mermaid to v2.0.0-rc7 as a workaround for [mermaid import tag showing at the top of pages as plain text](https://github.com/sjwall/mdx-mermaid/issues/88), and move it to peer-dependencies. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 38495a68a..419af9640 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @portaljs/core +## 1.0.4 + +### Patch Changes + +- [`6bf6c8fa`](https://github.com/datopian/portaljs/commit/6bf6c8faf4eefc2b0a7f309d83ba8aac19141bb7) Thanks [@olayway](https://github.com/olayway)! - Bump mdx-mermaid to v2.0.0-rc7 as a workaround for [mermaid import tag showing at the top of pages as plain text](https://github.com/sjwall/mdx-mermaid/issues/88), and move it to peer-dependencies. + ## 1.0.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index c86b9e180..64742ac9c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@portaljs/core", - "version": "1.0.3", + "version": "1.0.4", "description": "Core Portal.JS components, configs and utils.", "repository": { "type": "git",