mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-30 18:39:51 +02:00
v0.62.0 (#4156)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Ian Storm Taylor
parent
b650dcaac0
commit
f76ff2a276
15
packages/slate-history/CHANGELOG.md
Normal file
15
packages/slate-history/CHANGELOG.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# slate-history
|
||||
|
||||
## 0.62.0
|
||||
### Minor Changes
|
||||
|
||||
|
||||
|
||||
- [#4154](https://github.com/ianstormtaylor/slate/pull/4154) [`7283c51f`](https://github.com/ianstormtaylor/slate/commit/7283c51feb83cb8522bc16efce09bb01c29400b9) Thanks [@ianstormtaylor](https://github.com/ianstormtaylor)! - **Start using [🦋 Changesets](https://github.com/atlassian/changesets) to manage releases.** Going forward, whenever a pull request is made that fixes or adds functionality to Slate, it will need to be accompanied by a changset Markdown file describing the change. These files will be automatically used in the release process when bump the versions of Slate and compiling the changelog.
|
||||
|
||||
|
||||
### Patch Changes
|
||||
|
||||
|
||||
|
||||
- [`c6002024`](https://github.com/ianstormtaylor/slate/commit/c60020244b9d25094edb0ffcca8b49dead9b31dc) Thanks [@ianstormtaylor](https://github.com/ianstormtaylor)! - Fixed history logic to not store focus and blur selection changes in the history.
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "slate-history",
|
||||
"description": "An operation-based history implementation for Slate editors.",
|
||||
"version": "0.61.3",
|
||||
"version": "0.62.0",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||
"main": "dist/index.js",
|
||||
@@ -18,8 +18,8 @@
|
||||
"is-plain-object": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"slate": "^0.61.3",
|
||||
"slate-hyperscript": "^0.61.3"
|
||||
"slate": "^0.62.0",
|
||||
"slate-hyperscript": "^0.62.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"slate": ">=0.55.0"
|
||||
|
Reference in New Issue
Block a user