1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-13 02:34:05 +02:00

Version Packages (#5699)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-08-22 22:43:00 -07:00
committed by GitHub
parent 34e54f37b7
commit e09ed7bf3e
6 changed files with 14 additions and 12 deletions

View File

@@ -1,5 +0,0 @@
---
'slate-history': minor
---
Add `withMerging`

View File

@@ -1,5 +0,0 @@
---
'slate-react': minor
---
feat: Add useComposing hook"

View File

@@ -1,5 +1,11 @@
# slate-history
## 0.109.0
### Minor Changes
- [#5696](https://github.com/ianstormtaylor/slate/pull/5696) [`e5fed793`](https://github.com/ianstormtaylor/slate/commit/e5fed793e7ed592298af2fa1fc8d2dde21ebf326) Thanks [@felixfeng33](https://github.com/felixfeng33)! - Add `withMerging`
## 0.100.0
### Minor Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate-history",
"description": "An operation-based history implementation for Slate editors.",
"version": "0.100.0",
"version": "0.109.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",

View File

@@ -1,5 +1,11 @@
# slate-react
## 0.109.0
### Minor Changes
- [#5695](https://github.com/ianstormtaylor/slate/pull/5695) [`6cb38e37`](https://github.com/ianstormtaylor/slate/commit/6cb38e37a4bd3a43ee02652c514288df62da1c21) Thanks [@yf-yang](https://github.com/yf-yang)! - feat: Add useComposing hook"
## 0.108.0
### Minor Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.108.0",
"version": "0.109.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",