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

Version Packages (#5198)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-11-17 10:59:49 -07:00
committed by GitHub
parent e416d00b6c
commit a24ddd12cd
13 changed files with 32 additions and 35 deletions

View File

@@ -1,5 +1,11 @@
# slate-history
## 0.86.0
### Patch Changes
- [#5197](https://github.com/ianstormtaylor/slate/pull/5197) [`70b64dc8`](https://github.com/ianstormtaylor/slate/commit/70b64dc8f10199658ac09bfef141b56187498652) Thanks [@jacobcarpenter](https://github.com/jacobcarpenter)! - Fix isHistory check.
## 0.85.0
### Minor Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate-history",
"description": "An operation-based history implementation for Slate editors.",
"version": "0.85.0",
"version": "0.86.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
@@ -19,7 +19,7 @@
"devDependencies": {
"@babel/runtime": "^7.7.4",
"lodash": "^4.17.21",
"slate": "^0.85.0",
"slate": "^0.86.0",
"slate-hyperscript": "^0.81.3",
"source-map-loader": "^4.0.0"
},