From 2987b636547e0833632ff649d8c65b2e0af98e97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 08:01:39 -0400 Subject: [PATCH] Version Packages (#126) Co-authored-by: github-actions[bot] --- .changeset/swift-walls-lay.md | 6 ------ CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/swift-walls-lay.md diff --git a/.changeset/swift-walls-lay.md b/.changeset/swift-walls-lay.md deleted file mode 100644 index f9f7d87d..00000000 --- a/.changeset/swift-walls-lay.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"rhino-editor": patch ---- - -- Fixed a bug in rendering of non-previewable attachments not having an `sgid` or `url` -- Fixed a bug in previewable attachments not having their height + width attached diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1b4fc3..3c372206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.8.4 + +### Patch Changes + +- 4e036a3: - Fixed a bug in rendering of non-previewable attachments not having an `sgid` or `url` + - Fixed a bug in previewable attachments not having their height + width attached + ## 0.8.3 ### Patch Changes diff --git a/package.json b/package.json index 17106685..2ad35d8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rhino-editor", - "version": "0.8.3", + "version": "0.8.4", "description": "A custom element wrapped rich text editor", "type": "module", "main": "exports/index.js",