Skip to content

Commit f9ebbb8

Browse files
Version Packages (#5744)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e97a9f8 commit f9ebbb8

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/bright-fishes-protect.md

-5
This file was deleted.

.changeset/gold-cheetahs-rest.md

-5
This file was deleted.

packages/slate-history/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# slate-history
22

3+
## 0.110.3
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
39
## 0.109.0
410

511
### Minor Changes

packages/slate-history/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slate-history",
33
"description": "An operation-based history implementation for Slate editors.",
4-
"version": "0.109.0",
4+
"version": "0.110.3",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",

packages/slate-react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# slate-react
22

3+
## 0.110.3
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.110.2
410

511
### Patch Changes

packages/slate-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slate-react",
33
"description": "Tools for building completely customizable richtext editors with React.",
4-
"version": "0.110.2",
4+
"version": "0.110.3",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)