diff --git a/.changeset/firefox-newline-fix.md b/.changeset/firefox-newline-fix.md deleted file mode 100644 index ee26f8d77..000000000 --- a/.changeset/firefox-newline-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate': patch ---- - -Only apply Firefox `toSlatePoint()` offset fix when the cloned contents end in `\n\n` instead of just `\n`. diff --git a/packages/slate/CHANGELOG.md b/packages/slate/CHANGELOG.md index e8d903918..5ecf814c6 100644 --- a/packages/slate/CHANGELOG.md +++ b/packages/slate/CHANGELOG.md @@ -1,5 +1,11 @@ # slate +## 0.66.5 + +### Patch Changes + +- [#4552](https://github.com/ianstormtaylor/slate/pull/4552) [`37d60c58`](https://github.com/ianstormtaylor/slate/commit/37d60c58b8d4fb844f31888b518be6c2a01fb110) Thanks [@clauderic](https://github.com/clauderic)! - Only apply Firefox `toSlatePoint()` offset fix when the cloned contents end in `\n\n` instead of just `\n`. + ## 0.66.2 ### Patch Changes diff --git a/packages/slate/package.json b/packages/slate/package.json index 70a7da4d5..6d7f4f3eb 100644 --- a/packages/slate/package.json +++ b/packages/slate/package.json @@ -1,7 +1,7 @@ { "name": "slate", "description": "A completely customizable framework for building rich text editors.", - "version": "0.66.2", + "version": "0.66.5", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",