1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 10:29:48 +02:00

Version Packages (#5373)

* Version Packages

* Update changelog

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dylan Schiemann <dylan@dojotoolkit.org>
This commit is contained in:
github-actions[bot]
2023-04-03 16:51:02 -07:00
committed by GitHub
parent bab6943be9
commit 07b049f59b
13 changed files with 34 additions and 37 deletions

View File

@@ -1,5 +1,11 @@
# slate-history
## 0.93.0
### Minor Changes
- [#5382](https://github.com/ianstormtaylor/slate/commit/bab6943be9e0a307538c29a9dc5fcf23c09c5e40) Thanks [@reinvanimschoot](https://github.com/reinvanimschoot)! - Extracts history push to own function
## 0.86.0
### Patch Changes

View File

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