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

Version Packages (#5210)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-12-04 15:52:04 -07:00
committed by GitHub
parent 96b7fcdbf9
commit a4cc213087
8 changed files with 21 additions and 15 deletions

View File

@@ -1,5 +1,11 @@
# slate-react
## 0.87.0
### Minor Changes
- [#5206](https://github.com/ianstormtaylor/slate/pull/5206) [`96b7fcdb`](https://github.com/ianstormtaylor/slate/commit/96b7fcdbf98a7c8908f5d9613d9898cb24a8ae47) Thanks [@kylemclean](https://github.com/kylemclean)! - Use stylesheet for default styles on Editable components
## 0.86.0
### Minor Changes

View File

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