diff --git a/.changeset/poor-mangos-burn.md b/.changeset/poor-mangos-burn.md deleted file mode 100644 index 60225f1c8..000000000 --- a/.changeset/poor-mangos-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Prevent native insert at the end of anchor elements diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index 89a15c215..ec32f99ba 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,11 @@ # slate-react +## 0.77.1 + +### Patch Changes + +- [#4948](https://github.com/ianstormtaylor/slate/pull/4948) [`9957c214`](https://github.com/ianstormtaylor/slate/commit/9957c214357dbbd5492ec4761fd6e1c7b14310f5) Thanks [@BitPhinix](https://github.com/BitPhinix)! - Prevent native insert at the end of anchor elements + ## 0.77.0 ### Minor Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 5de2540cd..e44e5dc3e 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.77.0", + "version": "0.77.1", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",