1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-12 10:14:02 +02:00

Version Packages (#4794)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-01-19 09:23:34 -07:00
committed by GitHub
parent a3dfb151d4
commit a65aec1c27
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
'slate-react': patch
---
Fix "cannot resolve DOM point" error when switching between multiple errors

View File

@@ -1,5 +1,11 @@
# slate-react
## 0.72.5
### Patch Changes
- [#4749](https://github.com/ianstormtaylor/slate/pull/4749) [`a3dfb151`](https://github.com/ianstormtaylor/slate/commit/a3dfb151d432ec67f10847997fc71b009bcf5c00) Thanks [@Jabher](https://github.com/Jabher)! - Fix "cannot resolve DOM point" error when switching between multiple errors
## 0.72.4
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.72.4",
"version": "0.72.5",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",