diff --git a/.changeset/lovely-papayas-hug.md b/.changeset/lovely-papayas-hug.md deleted file mode 100644 index 94379af97c..0000000000 --- a/.changeset/lovely-papayas-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fix an issue where pastes in Safari wouldn't include application/x-slate-fragment data diff --git a/.changeset/rude-bikes-rule.md b/.changeset/rude-bikes-rule.md deleted file mode 100644 index 07513fac3a..0000000000 --- a/.changeset/rude-bikes-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fix an issue on Android where content containing a newline wouldn't be pasted properly diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index aa0003f867..10f75db066 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,13 @@ # slate-react +## 0.91.11 + +### Patch Changes + +- [#5362](https://github.com/ianstormtaylor/slate/pull/5362) [`43999356`](https://github.com/ianstormtaylor/slate/commit/439993569001f8c5dc9e68194c198d430a4ef4bc) Thanks [@jason0x43](https://github.com/jason0x43)! - Fix an issue where pastes in Safari wouldn't include application/x-slate-fragment data + +* [#5359](https://github.com/ianstormtaylor/slate/pull/5359) [`9825d29b`](https://github.com/ianstormtaylor/slate/commit/9825d29b87ffff96b4cdfd7339028cc1a92c6f68) Thanks [@jason0x43](https://github.com/jason0x43)! - Fix an issue on Android where content containing a newline wouldn't be pasted properly + ## 0.91.10 ### Patch Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 93ed71e78d..994c22d45c 100644 --- a/packages/slate-react/package.json +++ b/packages/slate-react/package.json @@ -1,7 +1,7 @@ { "name": "slate-react", "description": "Tools for building completely customizable richtext editors with React.", - "version": "0.91.10", + "version": "0.91.11", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",