Skip to content

Commit

Permalink
Version Packages (#5744)
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] authored Oct 24, 2024
1 parent e97a9f8 commit f9ebbb8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-fishes-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-cheetahs-rest.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.110.3

### Patch Changes

- [#5747](https://github.com/ianstormtaylor/slate/pull/5747) [`0e1e4b4d`](https://github.com/ianstormtaylor/slate/commit/0e1e4b4dbf470d7ec795309e510ce683674a4ce5) Thanks [@zbeyens](https://github.com/zbeyens)! - Add `HistoryEditor.withNewBatch`

## 0.109.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.109.0",
"version": "0.110.3",
"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.110.3

### Patch Changes

- [#5746](https://github.com/ianstormtaylor/slate/pull/5746) [`e97a9f88`](https://github.com/ianstormtaylor/slate/commit/e97a9f8857b24d57c1386b2d01e9922360f98599) Thanks [@DustinMackintosh](https://github.com/DustinMackintosh)! - Invalidate node maps when nodes change until next react paint

## 0.110.2

### Patch 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.110.2",
"version": "0.110.3",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand Down

0 comments on commit f9ebbb8

Please sign in to comment.