WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 506d65f

Browse files
Version Packages
1 parent f18383b commit 506d65f

File tree

6 files changed

+18
-11
lines changed

6 files changed

+18
-11
lines changed

.changeset/brown-suns-smile.md

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

packages/slate-dom/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# slate-dom
2+
3+
## 0.111.0
4+
5+
### Minor Changes
6+
7+
- [#5734](https://github.com/ianstormtaylor/slate/pull/5734) [`9a212512`](https://github.com/ianstormtaylor/slate/commit/9a2125127064f35332d5c06df2dfa3768f745185) Thanks [@bmingles](https://github.com/bmingles)! - Split out slate-dom package

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.110.2",
4+
"version": "0.111.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.111.0
4+
5+
### Minor Changes
6+
7+
- [#5734](https://github.com/ianstormtaylor/slate/pull/5734) [`9a212512`](https://github.com/ianstormtaylor/slate/commit/9a2125127064f35332d5c06df2dfa3768f745185) Thanks [@bmingles](https://github.com/bmingles)! - Split out slate-dom package
8+
39
## 0.110.3
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.110.3",
4+
"version": "0.111.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.110.2",
38-
"slate-dom": "^0.110.2",
38+
"slate-dom": "^0.111.0",
3939
"slate-hyperscript": "^0.100.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
@@ -13258,7 +13258,7 @@ __metadata:
1325813258
languageName: node
1325913259
linkType: hard
1326013260

13261-
"slate-dom@npm:^0.110.2, slate-dom@workspace:packages/slate-dom":
13261+
"slate-dom@npm:^0.111.0, slate-dom@workspace:packages/slate-dom":
1326213262
version: 0.0.0-use.local
1326313263
resolution: "slate-dom@workspace:packages/slate-dom"
1326413264
dependencies:
@@ -13416,7 +13416,7 @@ __metadata:
1341613416
react-dom: "npm:^18.2.0"
1341713417
scroll-into-view-if-needed: "npm:^3.1.0"
1341813418
slate: "npm:^0.110.2"
13419-
slate-dom: "npm:^0.110.2"
13419+
slate-dom: "npm:^0.111.0"
1342013420
slate-hyperscript: "npm:^0.100.0"
1342113421
source-map-loader: "npm:^4.0.1"
1342213422
tiny-invariant: "npm:1.3.1"

0 commit comments

Comments
 (0)