Skip to content

Commit 18f3420

Browse files
Version Packages (#5969)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 957acf0 commit 18f3420

File tree

6 files changed

+17
-11
lines changed

6 files changed

+17
-11
lines changed

.changeset/friendly-carrots-fry.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/slate-dom/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# slate-dom
22

3+
## 0.119.0
4+
5+
### Minor Changes
6+
7+
- [#5963](https://github.com/ianstormtaylor/slate/pull/5963) [`33e74a82`](https://github.com/ianstormtaylor/slate/commit/33e74a822b82c4b9ce1444f456c5343970441ccb) Thanks [@iperzic](https://github.com/iperzic)! - Fixes an editor crash that happens when editor is placed inside Shadow DOM and the user is typing on Android
8+
39
## 0.118.1
410

511
### Patch Changes

packages/slate-dom/package.json

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

packages/slate-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# slate-react
22

3+
## 0.119.0
4+
5+
### Minor Changes
6+
7+
- [#5963](https://github.com/ianstormtaylor/slate/pull/5963) [`33e74a82`](https://github.com/ianstormtaylor/slate/commit/33e74a822b82c4b9ce1444f456c5343970441ccb) Thanks [@iperzic](https://github.com/iperzic)! - Fixes an editor crash that happens when editor is placed inside Shadow DOM and the user is typing on Android
8+
39
## 0.118.2
410

511
### Patch Changes

packages/slate-react/package.json

Lines changed: 2 additions & 2 deletions
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.118.2",
4+
"version": "0.119.0",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",
@@ -35,7 +35,7 @@
3535
"react": "^18.2.0",
3636
"react-dom": "^18.2.0",
3737
"slate": "^0.118.1",
38-
"slate-dom": "^0.118.1",
38+
"slate-dom": "^0.119.0",
3939
"slate-hyperscript": "^0.115.0",
4040
"source-map-loader": "^4.0.1"
4141
},

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13538,7 +13538,7 @@ __metadata:
1353813538
languageName: node
1353913539
linkType: hard
1354013540

13541-
"slate-dom@npm:^0.118.1, slate-dom@workspace:*, slate-dom@workspace:packages/slate-dom":
13541+
"slate-dom@npm:^0.119.0, slate-dom@workspace:*, slate-dom@workspace:packages/slate-dom":
1354213542
version: 0.0.0-use.local
1354313543
resolution: "slate-dom@workspace:packages/slate-dom"
1354413544
dependencies:
@@ -13697,7 +13697,7 @@ __metadata:
1369713697
react-dom: "npm:^18.2.0"
1369813698
scroll-into-view-if-needed: "npm:^3.1.0"
1369913699
slate: "npm:^0.118.1"
13700-
slate-dom: "npm:^0.118.1"
13700+
slate-dom: "npm:^0.119.0"
1370113701
slate-hyperscript: "npm:^0.115.0"
1370213702
source-map-loader: "npm:^4.0.1"
1370313703
tiny-invariant: "npm:1.3.1"

0 commit comments

Comments
 (0)