Skip to content

Commit

Permalink
Version Packages (#5699)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Aug 23, 2024
1 parent 34e54f3 commit e09ed7b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-rice-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-queens-walk.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/slate-history/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-history/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/slate-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e09ed7b

Please sign in to comment.