From 442e904028a9afb3a8efe05031cabf985af51208 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 18 May 2024 05:12:28 +0000 Subject: [PATCH] Version Packages --- .changeset/dirty-berries-learn.md | 5 ----- .changeset/dirty-eyes-give.md | 5 ----- .changeset/six-jars-count.md | 5 ----- .changeset/slimy-bottles-sniff.md | 5 ----- .changeset/soft-books-jump.md | 5 ----- .changeset/soft-owls-think.md | 5 ----- .changeset/twenty-hornets-own.md | 5 ----- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 9 files changed, 21 insertions(+), 36 deletions(-) delete mode 100644 .changeset/dirty-berries-learn.md delete mode 100644 .changeset/dirty-eyes-give.md delete mode 100644 .changeset/six-jars-count.md delete mode 100644 .changeset/slimy-bottles-sniff.md delete mode 100644 .changeset/soft-books-jump.md delete mode 100644 .changeset/soft-owls-think.md delete mode 100644 .changeset/twenty-hornets-own.md diff --git a/.changeset/dirty-berries-learn.md b/.changeset/dirty-berries-learn.md deleted file mode 100644 index f3271be1..00000000 --- a/.changeset/dirty-berries-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"rhino-editor": minor ---- - -Add `getHTMLContentFromRange()` and `getTextContentFromRange()` functions diff --git a/.changeset/dirty-eyes-give.md b/.changeset/dirty-eyes-give.md deleted file mode 100644 index 11a6bba6..00000000 --- a/.changeset/dirty-eyes-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"rhino-editor": patch ---- - -Fixed an issue where updating translations would not update the editor diff --git a/.changeset/six-jars-count.md b/.changeset/six-jars-count.md deleted file mode 100644 index b19d1175..00000000 --- a/.changeset/six-jars-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"rhino-editor": patch ---- - -Fixed a bug where the current focused figure did not have an outline diff --git a/.changeset/slimy-bottles-sniff.md b/.changeset/slimy-bottles-sniff.md deleted file mode 100644 index 9e5d542e..00000000 --- a/.changeset/slimy-bottles-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"rhino-editor": minor ---- - -upgrade TipTap versions to 2.4.0 diff --git a/.changeset/soft-books-jump.md b/.changeset/soft-books-jump.md deleted file mode 100644 index 4a0c2ff7..00000000 --- a/.changeset/soft-books-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"rhino-editor": patch ---- - -Close link dialogs when clicking outside the editor or on other toolbar items diff --git a/.changeset/soft-owls-think.md b/.changeset/soft-owls-think.md deleted file mode 100644 index cd1d8d7f..00000000 --- a/.changeset/soft-owls-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"rhino-editor": patch ---- - -- Fixed `tooltip-arrow` and `tooltip-base` parts renamed to `toolbar__tooltip__arrow` and `toolbar__tooltip__base` respectively. diff --git a/.changeset/twenty-hornets-own.md b/.changeset/twenty-hornets-own.md deleted file mode 100644 index 4420ed2d..00000000 --- a/.changeset/twenty-hornets-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"rhino-editor": patch ---- - -Fixed a bug where figcaptions would never update if you did not interact with the editor diff --git a/CHANGELOG.md b/CHANGELOG.md index 132552e5..5b023561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 0.10.0 + +### Minor Changes + +- [#178](https://github.com/KonnorRogers/rhino-editor/pull/178) [`abddbac`](https://github.com/KonnorRogers/rhino-editor/commit/abddbac90ffd69aa77e47b3ff9c78bf4e25309f2) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Add `getHTMLContentFromRange()` and `getTextContentFromRange()` functions + +- [#176](https://github.com/KonnorRogers/rhino-editor/pull/176) [`fd8cc08`](https://github.com/KonnorRogers/rhino-editor/commit/fd8cc0873fbade6a2f9eeeb3259872c11a50836d) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - upgrade TipTap versions to 2.4.0 + +### Patch Changes + +- [#176](https://github.com/KonnorRogers/rhino-editor/pull/176) [`fd8cc08`](https://github.com/KonnorRogers/rhino-editor/commit/fd8cc0873fbade6a2f9eeeb3259872c11a50836d) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Fixed an issue where updating translations would not update the editor + +- [#178](https://github.com/KonnorRogers/rhino-editor/pull/178) [`abddbac`](https://github.com/KonnorRogers/rhino-editor/commit/abddbac90ffd69aa77e47b3ff9c78bf4e25309f2) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Fixed a bug where the current focused figure did not have an outline + +- [#178](https://github.com/KonnorRogers/rhino-editor/pull/178) [`abddbac`](https://github.com/KonnorRogers/rhino-editor/commit/abddbac90ffd69aa77e47b3ff9c78bf4e25309f2) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Close link dialogs when clicking outside the editor or on other toolbar items + +- [#176](https://github.com/KonnorRogers/rhino-editor/pull/176) [`fd8cc08`](https://github.com/KonnorRogers/rhino-editor/commit/fd8cc0873fbade6a2f9eeeb3259872c11a50836d) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - - Fixed `tooltip-arrow` and `tooltip-base` parts renamed to `toolbar__tooltip__arrow` and `toolbar__tooltip__base` respectively. + +- [#178](https://github.com/KonnorRogers/rhino-editor/pull/178) [`abddbac`](https://github.com/KonnorRogers/rhino-editor/commit/abddbac90ffd69aa77e47b3ff9c78bf4e25309f2) Thanks [@KonnorRogers](https://github.com/KonnorRogers)! - Fixed a bug where figcaptions would never update if you did not interact with the editor + ## 0.9.3 ### Patch Changes diff --git a/package.json b/package.json index 41a4b88c..b17f3bbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rhino-editor", - "version": "0.9.3", + "version": "0.10.0", "description": "A custom element wrapped rich text editor", "type": "module", "main": "exports/index.js",