diff --git a/.changeset/dry-bugs-protect.md b/.changeset/dry-bugs-protect.md deleted file mode 100644 index 65aab5b7e..000000000 --- a/.changeset/dry-bugs-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fix a problem with Editable not calling the decorate function passed as a prop when it should. diff --git a/.changeset/lucky-falcons-reflect.md b/.changeset/lucky-falcons-reflect.md deleted file mode 100644 index c9626aab7..000000000 --- a/.changeset/lucky-falcons-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fix error when triple-clicking a word preceding a `contenteditable="false"` DOM node in Chrome diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index 467224b54..aa0003f86 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,13 @@ # slate-react +## 0.91.10 + +### Patch Changes + +- [#5346](https://github.com/ianstormtaylor/slate/pull/5346) [`a5e833f6`](https://github.com/ianstormtaylor/slate/commit/a5e833f6550a823689e593317f4579127d8a7fd7) Thanks [@edhager](https://github.com/edhager)! - Fix a problem with Editable not calling the decorate function passed as a prop when it should. + +* [#5343](https://github.com/ianstormtaylor/slate/pull/5343) [`f7f02a8b`](https://github.com/ianstormtaylor/slate/commit/f7f02a8b23f16a3f3103302343e3326549917892) Thanks [@12joan](https://github.com/12joan)! - Fix error when triple-clicking a word preceding a `contenteditable="false"` DOM node in Chrome + ## 0.91.9 ### Patch Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 7dfa800ee..93ed71e78 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.9", + "version": "0.91.10", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",