diff --git a/.changeset/pretty-lies-build.md b/.changeset/pretty-lies-build.md deleted file mode 100644 index cb69132df..000000000 --- a/.changeset/pretty-lies-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fix Android cursor jumping to word start after autocorrect diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index de1ee4db4..8854c2ace 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,11 @@ # slate-react +## 0.117.3 + +### Patch Changes + +- [#5901](https://github.com/ianstormtaylor/slate/pull/5901) [`5a20ea3a`](https://github.com/ianstormtaylor/slate/commit/5a20ea3ad8f725b6072b6512f68d48e440da8901) Thanks [@bibixx](https://github.com/bibixx)! - Fix Android cursor jumping to word start after autocorrect + ## 0.117.2 ### Patch Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 5d9f245a3..523d92a45 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.117.2", + "version": "0.117.3", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",