diff --git a/.changeset/thirty-starfishes-knock.md b/.changeset/thirty-starfishes-knock.md deleted file mode 100644 index 8c84a33e32..0000000000 --- a/.changeset/thirty-starfishes-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': minor ---- - -Firefox: fix wrong text highlighting with double-click diff --git a/.changeset/witty-tips-work.md b/.changeset/witty-tips-work.md deleted file mode 100644 index ea02ff2b17..0000000000 --- a/.changeset/witty-tips-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Improve compatibility for browsers that do not support ResizeObserver or :where selector diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index 411b2008ab..be32595480 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,15 @@ # slate-react +## 0.89.0 + +### Minor Changes + +- [#5275](https://github.com/ianstormtaylor/slate/pull/5275) [`5bc69d8d`](https://github.com/ianstormtaylor/slate/commit/5bc69d8d657c57eef06aeaa1fa198840d36939c7) Thanks [@12joan](https://github.com/12joan)! - Firefox: fix wrong text highlighting with double-click + +### Patch Changes + +- [#5265](https://github.com/ianstormtaylor/slate/pull/5265) [`3cf51f4d`](https://github.com/ianstormtaylor/slate/commit/3cf51f4d88e8e91faa6ab5d1f2c5f8c8e505ae89) Thanks [@kylemclean](https://github.com/kylemclean)! - Improve compatibility for browsers that do not support ResizeObserver or :where selector + ## 0.88.2 ### Patch Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 37fd8415c5..d6017cb854 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.88.2", + "version": "0.89.0", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",