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

Version Packages (#5238)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-12-22 04:37:32 -07:00
committed by GitHub
parent 43a5f6f224
commit f2fb5aac5d
7 changed files with 14 additions and 13 deletions

View File

@@ -19,7 +19,7 @@
"devDependencies": {
"@babel/runtime": "^7.7.4",
"lodash": "^4.17.21",
"slate": "^0.87.0",
"slate": "^0.88.1",
"slate-hyperscript": "^0.81.3",
"source-map-loader": "^4.0.0"
},

View File

@@ -18,7 +18,7 @@
},
"devDependencies": {
"@babel/runtime": "^7.7.4",
"slate": "^0.87.0",
"slate": "^0.88.1",
"source-map-loader": "^4.0.0"
},
"peerDependencies": {

View File

@@ -34,7 +34,7 @@
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-test-renderer": ">=16.8.0",
"slate": "^0.87.0",
"slate": "^0.88.1",
"slate-hyperscript": "^0.81.3",
"source-map-loader": "^4.0.0"
},

View File

@@ -1,5 +1,11 @@
# slate
## 0.88.1
### Patch Changes
- [#5235](https://github.com/ianstormtaylor/slate/pull/5235) [`36203b3f`](https://github.com/ianstormtaylor/slate/commit/36203b3f10fc1ee154923c7c75ce7912fec1e6f7) Thanks [@ppiotrowicz](https://github.com/ppiotrowicz)! - Fixed Editor.above method that always returned undefined with Point location
## 0.87.0
### Minor Changes

View File

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