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

Version Packages (#5159)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-10-19 21:36:54 -07:00
committed by GitHub
parent a2184d8657
commit 2adda79e65
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.82.0",
"slate": "^0.84.0",
"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.82.0",
"slate": "^0.84.0",
"source-map-loader": "^4.0.0"
},
"peerDependencies": {

View File

@@ -33,7 +33,7 @@
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-test-renderer": ">=16.8.0",
"slate": "^0.82.1",
"slate": "^0.84.0",
"slate-hyperscript": "^0.81.3",
"source-map-loader": "^4.0.0"
},

View File

@@ -1,5 +1,11 @@
# slate
## 0.84.0
### Minor Changes
- [#5137](https://github.com/ianstormtaylor/slate/pull/5137) [`a2184d86`](https://github.com/ianstormtaylor/slate/commit/a2184d86571cfd0d89beb67863c444a988174937) Thanks [@mainhanu](https://github.com/mainhanu)! - transform.delete and transform.insertFragment performance optimize
## 0.82.1
### Patch Changes

View File

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