diff --git a/.changeset/tough-actors-play.md b/.changeset/tough-actors-play.md deleted file mode 100644 index a9765d0e2..000000000 --- a/.changeset/tough-actors-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Increase minimum `slate` version to 0.114.0 due to https://github.com/ianstormtaylor/slate/issues/5852 diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index e24edc235..c9afe039e 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,11 @@ # slate-react +## 0.114.1 + +### Patch Changes + +- [#5853](https://github.com/ianstormtaylor/slate/pull/5853) [`9fe6184c`](https://github.com/ianstormtaylor/slate/commit/9fe6184ca26c518a1114b66df319504f31a07cbb) Thanks [@12joan](https://github.com/12joan)! - Increase minimum `slate` version to 0.114.0 due to https://github.com/ianstormtaylor/slate/issues/5852 + ## 0.114.0 ### Minor Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 7a9457ab9..fc693ca69 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.114.0", + "version": "0.114.1", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",