1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-02 19:52:32 +02:00

Version Packages (#4368)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-08-10 10:12:29 -07:00
committed by GitHub
parent 3f69a9f395
commit 936070738c
19 changed files with 46 additions and 68 deletions

View File

@@ -1,5 +1,11 @@
# slate-history
## 0.65.3
### Patch Changes
- [#4430](https://github.com/ianstormtaylor/slate/pull/4430) [`748bf750`](https://github.com/ianstormtaylor/slate/commit/748bf7500557507a999796749cef28b0d1eb79d9) Thanks [@TheSpyder](https://github.com/TheSpyder)! - Removed unnecessary (and outdated) dependency on `immer`
## 0.62.0
### Minor Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate-history",
"description": "An operation-based history implementation for Slate editors.",
"version": "0.62.0",
"version": "0.65.3",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
@@ -17,7 +17,7 @@
"is-plain-object": "^3.0.0"
},
"devDependencies": {
"slate": "^0.63.0",
"slate": "^0.65.3",
"slate-hyperscript": "^0.62.0"
},
"peerDependencies": {