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

Version Packages (#4843)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-02-23 13:16:57 -07:00
committed by GitHub
parent 465cf777cd
commit 442d263672
9 changed files with 21 additions and 19 deletions

View File

@@ -1,5 +1,11 @@
# slate-react
## 0.73.0
### Patch Changes
- [#4840](https://github.com/ianstormtaylor/slate/pull/4840) [`100448d5`](https://github.com/ianstormtaylor/slate/commit/100448d55c018351d5a5ffbe18efa207e668f1fb) Thanks [@BitPhinix](https://github.com/BitPhinix)! - Render void spacer in readonly mode
## 0.72.9
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.72.9",
"version": "0.73.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
@@ -31,7 +31,7 @@
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-test-renderer": ">=16.8.0",
"slate": "^0.72.8",
"slate": "^0.73.0",
"slate-hyperscript": "^0.67.0",
"source-map-loader": "^0.2.4"
},