diff --git a/.changeset/honest-rice-doubt.md b/.changeset/honest-rice-doubt.md deleted file mode 100644 index 46c773d12..000000000 --- a/.changeset/honest-rice-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-history': minor ---- - -Add `withMerging` diff --git a/.changeset/ten-queens-walk.md b/.changeset/ten-queens-walk.md deleted file mode 100644 index a521d23ce..000000000 --- a/.changeset/ten-queens-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': minor ---- - -feat: Add useComposing hook" diff --git a/packages/slate-history/CHANGELOG.md b/packages/slate-history/CHANGELOG.md index a26f3074f..4ef81c416 100644 --- a/packages/slate-history/CHANGELOG.md +++ b/packages/slate-history/CHANGELOG.md @@ -1,5 +1,11 @@ # slate-history +## 0.109.0 + +### Minor Changes + +- [#5696](https://github.com/ianstormtaylor/slate/pull/5696) [`e5fed793`](https://github.com/ianstormtaylor/slate/commit/e5fed793e7ed592298af2fa1fc8d2dde21ebf326) Thanks [@felixfeng33](https://github.com/felixfeng33)! - Add `withMerging` + ## 0.100.0 ### Minor Changes diff --git a/packages/slate-history/package.json b/packages/slate-history/package.json index 77aa78abc..590207165 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.100.0", + "version": "0.109.0", "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 9f9075658..dc29a60c9 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,11 @@ # slate-react +## 0.109.0 + +### Minor Changes + +- [#5695](https://github.com/ianstormtaylor/slate/pull/5695) [`6cb38e37`](https://github.com/ianstormtaylor/slate/commit/6cb38e37a4bd3a43ee02652c514288df62da1c21) Thanks [@yf-yang](https://github.com/yf-yang)! - feat: Add useComposing hook" + ## 0.108.0 ### Minor Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index db39867e0..6355240e7 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.108.0", + "version": "0.109.0", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",