From 15e11f87e99d95f038f18bb89d19789f4d95384c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 08:25:46 -0700 Subject: [PATCH] Version Packages (#4958) Co-authored-by: github-actions[bot] --- .changeset/twenty-papayas-vanish.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/twenty-papayas-vanish.md diff --git a/.changeset/twenty-papayas-vanish.md b/.changeset/twenty-papayas-vanish.md deleted file mode 100644 index ce2ce9714..000000000 --- a/.changeset/twenty-papayas-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Don't treat events with non-selection target range as native diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index eec2e24ef..80241d702 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,11 @@ # slate-react +## 0.77.3 + +### Patch Changes + +- [#4957](https://github.com/ianstormtaylor/slate/pull/4957) [`c1e3fbaa`](https://github.com/ianstormtaylor/slate/commit/c1e3fbaab969f2e78303f9ba00f26b88c575cdd1) Thanks [@BitPhinix](https://github.com/BitPhinix)! - Don't treat events with non-selection target range as native + ## 0.77.2 ### Patch Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 21ae255f7..32d5b92fe 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.77.2", + "version": "0.77.3", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",