Skip to content

Commit d0d1cb9

Browse files
Version Packages (ianstormtaylor#5302)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 54e4ee2 commit d0d1cb9

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/grumpy-pianos-sit.md

-5
This file was deleted.

packages/slate-react/CHANGELOG.md

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

3+
## 0.91.2
4+
5+
### Patch Changes
6+
7+
- [#5297](https://github.com/ianstormtaylor/slate/pull/5297) [`967d99eb`](https://github.com/ianstormtaylor/slate/commit/967d99eb36df798ac3163c7d15a01e64fee0668c) Thanks [@edhager](https://github.com/edhager)! - Fix memory leaks by adding clean-up code that looks for ref resets in Editable and Text.
8+
39
## 0.91.1
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.91.1",
4+
"version": "0.91.2",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)