From 88bbf8f3abb0496ea9188b24a42f57ad32b621ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 13:27:47 -0400 Subject: [PATCH] Version Packages (#221) Co-authored-by: github-actions[bot] --- .changeset/purple-clocks-attend.md | 5 ----- .changeset/smooth-shirts-destroy.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/purple-clocks-attend.md delete mode 100644 .changeset/smooth-shirts-destroy.md diff --git a/.changeset/purple-clocks-attend.md b/.changeset/purple-clocks-attend.md deleted file mode 100644 index 3194ab10..00000000 --- a/.changeset/purple-clocks-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"rhino-editor": patch ---- - -Fixed a CSS bug with inline code diff --git a/.changeset/smooth-shirts-destroy.md b/.changeset/smooth-shirts-destroy.md deleted file mode 100644 index d41c3f27..00000000 --- a/.changeset/smooth-shirts-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"rhino-editor": patch ---- - -Fixed link dialogs not showing when the selection is not in view diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6547b3..d8ea9ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.13.2 + +### Patch Changes + +- [#220](https://github.com/KonnorRogers/rhino-editor/pull/220) [`5fcb5ac`](https://github.com/KonnorRogers/rhino-editor/commit/5fcb5aca2f8e6b99eb419badfd5bfabe017a8bab) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Fixed a CSS bug with inline code + +- [#220](https://github.com/KonnorRogers/rhino-editor/pull/220) [`5fcb5ac`](https://github.com/KonnorRogers/rhino-editor/commit/5fcb5aca2f8e6b99eb419badfd5bfabe017a8bab) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Fixed link dialogs not showing when the selection is not in view + ## 0.13.1 ### Patch Changes diff --git a/package.json b/package.json index e14dfe64..54e58719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rhino-editor", - "version": "0.13.1", + "version": "0.13.2", "description": "A custom element wrapped rich text editor", "type": "module", "main": "exports/index.js",