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

Version Packages (#4436)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-09-10 17:54:01 -07:00
committed by GitHub
parent 8b85aeb205
commit 2a346ded9d
33 changed files with 88 additions and 139 deletions

View File

@@ -1,5 +1,11 @@
# slate-history
## 0.66.0
### Patch Changes
- [#4500](https://github.com/ianstormtaylor/slate/pull/4500) [`50bb3d7e`](https://github.com/ianstormtaylor/slate/commit/50bb3d7e32d640957018831526235ca656963f1d) Thanks [@tubbo](https://github.com/tubbo)! - Upgrade `is-plain-object` to v5.0.0
## 0.65.3
### Patch Changes

View File

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