1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-23 07:22:55 +02:00

Version Packages (#4637)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-11-07 07:09:15 -07:00
committed by GitHub
parent 5818aca503
commit 9874ed704f
10 changed files with 25 additions and 24 deletions

View File

@@ -1,5 +1,11 @@
# slate-react
## 0.70.0
### Patch Changes
- [#4636](https://github.com/ianstormtaylor/slate/pull/4636) [`9e8d5e2b`](https://github.com/ianstormtaylor/slate/commit/9e8d5e2b9bbff1ec7161e292635a074ba3538774) Thanks [@cmmartin](https://github.com/cmmartin)! - Fixes drop actions in editors rendered in iFrames.
## 0.69.0
### Minor Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.69.0",
"version": "0.70.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.67.1",
"slate": "^0.70.0",
"slate-hyperscript": "^0.67.0",
"source-map-loader": "^0.2.4"
},