From 2a620dc20d808942dc0b1866cbdaf58418156c46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 04:23:12 -0700 Subject: [PATCH] Version Packages (#4880) * Version Packages * Update changelog Co-authored-by: github-actions[bot] Co-authored-by: Dylan Schiemann --- .changeset/twelve-kings-turn.md | 5 ----- packages/slate-react/CHANGELOG.md | 7 +++++++ packages/slate-react/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/twelve-kings-turn.md diff --git a/.changeset/twelve-kings-turn.md b/.changeset/twelve-kings-turn.md deleted file mode 100644 index 5bf72875d..000000000 --- a/.changeset/twelve-kings-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'slate-react': patch ---- - -Fix decorations not getting applied for children unless parent changes diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index 2e9495a11..cc6fb4519 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -1,5 +1,12 @@ # slate-react +## 0.74.2 + +### Patch Changes + +- [#4876](https://github.com/ianstormtaylor/slate/pull/4876) [`1b205c08`](https://github.com/ianstormtaylor/slate/commit/1b205c087bef2f2360679c46801804d6d30a8139) Thanks [@nemanja-tosic](https://github.com/nemanja-tosic)! - Fix decorations not getting applied for children unless parent changes +- [#4874](https://github.com/ianstormtaylor/slate/pull/4874) [`4d28948`](https://github.com/ianstormtaylor/slate/commit/4d28948b901b1724493dd0a782e3001149546533) Thanks [@bryanph](https://github.com/bryanph)! - Revert #4755 + ## 0.74.1 ### Patch Changes diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index 83cbf04b3..1215bc1e7 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.74.1", + "version": "0.74.2", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",