diff --git a/.changeset/cuddly-kiwis-work.md b/.changeset/cuddly-kiwis-work.md deleted file mode 100644 index 987f57d26a..0000000000 --- a/.changeset/cuddly-kiwis-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-history': minor ---- - -Changes how selections are stored in the history resulting in more consistent results diff --git a/packages/slate-history/CHANGELOG.md b/packages/slate-history/CHANGELOG.md index f3cdfcfc51..0306c88164 100644 --- a/packages/slate-history/CHANGELOG.md +++ b/packages/slate-history/CHANGELOG.md @@ -1,5 +1,11 @@ # slate-history +## 0.85.0 + +### Minor Changes + +- [#4717](https://github.com/ianstormtaylor/slate/pull/4717) [`d73026ee`](https://github.com/ianstormtaylor/slate/commit/d73026eed2d190da6153e91a914717978b155d8e) Thanks [@bryanph](https://github.com/bryanph)! - Changes how selections are stored in the history resulting in more consistent results + ## 0.81.3 ### Patch Changes diff --git a/packages/slate-history/package.json b/packages/slate-history/package.json index 40379ed5f6..b428cd62f5 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.81.3", + "version": "0.85.0", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",