From ffac78108638af37970f69bb43b14830a1dbc73c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 09:20:26 -0700 Subject: [PATCH] Version Packages (#4551) Co-authored-by: github-actions[bot] --- .changeset/sour-nails-double.md | 5 ----- packages/slate-react/CHANGELOG.md | 6 ++++++ packages/slate-react/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/sour-nails-double.md diff --git a/.changeset/sour-nails-double.md b/.changeset/sour-nails-double.md deleted file mode 100644 index bfceac36e..000000000 --- a/.changeset/sour-nails-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fixed a bug where text was typed backwards within nested editor diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index 5e25224cb..cef024f20 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,11 @@ # slate-react +## 0.66.4 + +### Patch Changes + +- [#4304](https://github.com/ianstormtaylor/slate/pull/4304) [`7ba486aa`](https://github.com/ianstormtaylor/slate/commit/7ba486aa397411a3e83ab636b0982167d95319c0) Thanks [@davidruisinger](https://github.com/davidruisinger)! - Fixed a bug where text was typed backwards within nested editor + ## 0.66.3 ### Patch Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 225699e0d..c984fd4d3 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.66.3", + "version": "0.66.4", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",