1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-19 05:31:56 +02:00

Version Packages (#4743)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-12-23 05:22:05 -07:00
committed by GitHub
parent a54a8e317f
commit 735d2d047a
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
'slate': patch
---
Add tests for Editor.unhangRange() behavior

View File

@@ -1,5 +1,11 @@
# slate
## 0.72.3
### Patch Changes
- [#4703](https://github.com/ianstormtaylor/slate/pull/4703) [`205d4b7e`](https://github.com/ianstormtaylor/slate/commit/205d4b7e66b30ec911e8968a736593aaf2be1567) Thanks [@e1himself](https://github.com/e1himself)! - Add tests for Editor.unhangRange() behavior
## 0.72.2
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate",
"description": "A completely customizable framework for building rich text editors.",
"version": "0.72.2",
"version": "0.72.3",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",