From 2f5dd4d0f78dd457002a3714ee0fc86abac7cc4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 18:46:54 +0200 Subject: [PATCH] Version Packages (#946) Co-authored-by: github-actions[bot] --- .changeset/gorgeous-paws-yawn.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/gorgeous-paws-yawn.md 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",