diff --git a/.changeset/unlucky-paws-allow.md b/.changeset/unlucky-paws-allow.md deleted file mode 100644 index 1b06c0a25..000000000 --- a/.changeset/unlucky-paws-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fix cursor position on selection collapse for RTL direction diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index 88e2d7569..6bc3413d9 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,11 @@ # slate-react +## 0.101.2 + +### Patch Changes + +- [#5567](https://github.com/ianstormtaylor/slate/pull/5567) [`07f59e36`](https://github.com/ianstormtaylor/slate/commit/07f59e36071bae2b9c09b787f1dd514c6bf859a4) Thanks [@timagixe](https://github.com/timagixe)! - Fix cursor position on selection collapse for RTL direction + ## 0.101.1 ### Patch Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index f2d3676d0..6f5bb907f 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.101.1", + "version": "0.101.2", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",