1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-16 04:04:06 +02:00

Version Packages (#4985)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-05-25 17:00:21 -07:00
committed by GitHub
parent e9ea281595
commit 25be3b7031
10 changed files with 25 additions and 24 deletions

View File

@@ -1,5 +1,11 @@
# slate-react
## 0.80.0
### Patch Changes
- [#5007](https://github.com/ianstormtaylor/slate/pull/5007) [`92c5730a`](https://github.com/ianstormtaylor/slate/commit/92c5730a96223a683b3c95651eb4c90a5caca21a) Thanks [@jasonphillips](https://github.com/jasonphillips)! - Revert #4876 & #4910 to restore original decorations behavior
## 0.79.0
### Minor Changes

View File

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