diff --git a/.changeset/bright-fishes-protect.md b/.changeset/bright-fishes-protect.md deleted file mode 100644 index 50d99caaa3..0000000000 --- a/.changeset/bright-fishes-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Invalidate node maps when nodes change until next react paint diff --git a/.changeset/gold-cheetahs-rest.md b/.changeset/gold-cheetahs-rest.md deleted file mode 100644 index 3a27e12d6e..0000000000 --- a/.changeset/gold-cheetahs-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-history': patch ---- - -Add `HistoryEditor.withNewBatch` diff --git a/packages/slate-history/CHANGELOG.md b/packages/slate-history/CHANGELOG.md index 4ef81c4164..b4047d38fb 100644 --- a/packages/slate-history/CHANGELOG.md +++ b/packages/slate-history/CHANGELOG.md @@ -1,5 +1,11 @@ # slate-history +## 0.110.3 + +### Patch Changes + +- [#5747](https://github.com/ianstormtaylor/slate/pull/5747) [`0e1e4b4d`](https://github.com/ianstormtaylor/slate/commit/0e1e4b4dbf470d7ec795309e510ce683674a4ce5) Thanks [@zbeyens](https://github.com/zbeyens)! - Add `HistoryEditor.withNewBatch` + ## 0.109.0 ### Minor Changes diff --git a/packages/slate-history/package.json b/packages/slate-history/package.json index 78d59f2a98..fbe61ea032 100644 --- a/packages/slate-history/package.json +++ b/packages/slate-history/package.json @@ -1,7 +1,7 @@ { "name": "slate-history", "description": "An operation-based history implementation for Slate editors.", - "version": "0.109.0", + "version": "0.110.3", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index 978c3df241..0df2d7f01a 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,11 @@ # slate-react +## 0.110.3 + +### Patch Changes + +- [#5746](https://github.com/ianstormtaylor/slate/pull/5746) [`e97a9f88`](https://github.com/ianstormtaylor/slate/commit/e97a9f8857b24d57c1386b2d01e9922360f98599) Thanks [@DustinMackintosh](https://github.com/DustinMackintosh)! - Invalidate node maps when nodes change until next react paint + ## 0.110.2 ### Patch Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index e6056d9895..7ad87326fe 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.110.2", + "version": "0.110.3", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",