1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 18:39:51 +02:00

Version Packages (#5162)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-11-08 10:36:36 -07:00
committed by GitHub
parent d8dbbb19f7
commit 6efe3d9a22
10 changed files with 23 additions and 24 deletions

View File

@@ -1,5 +1,11 @@
# slate-history
## 0.85.0
### Minor Changes
- [#4717](https://github.com/ianstormtaylor/slate/pull/4717) [`d73026ee`](https://github.com/ianstormtaylor/slate/commit/d73026eed2d190da6153e91a914717978b155d8e) Thanks [@bryanph](https://github.com/bryanph)! - Changes how selections are stored in the history resulting in more consistent results
## 0.81.3
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate-history",
"description": "An operation-based history implementation for Slate editors.",
"version": "0.81.3",
"version": "0.85.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.84.0",
"slate": "^0.85.0",
"slate-hyperscript": "^0.81.3",
"source-map-loader": "^4.0.0"
},