Skip to content

Commit dbd0a3e

Browse files
Version Packages (#5767)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5a1c728 commit dbd0a3e

File tree

12 files changed

+29
-31
lines changed

12 files changed

+29
-31
lines changed

.changeset/eleven-cycles-kneel.md

-5
This file was deleted.

.changeset/large-cars-itch.md

-5
This file was deleted.

.changeset/serious-eels-pay.md

-5
This file was deleted.

.changeset/tiny-cheetahs-ring.md

-5
This file was deleted.

packages/slate-dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/jsdom": "^21.1.4",
3030
"@types/lodash": "^4.14.200",
3131
"@types/resize-observer-browser": "^0.1.8",
32-
"slate": "^0.110.2",
32+
"slate": "^0.112.0",
3333
"slate-hyperscript": "^0.100.0",
3434
"source-map-loader": "^4.0.1"
3535
},

packages/slate-history/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@babel/runtime": "^7.23.2",
2121
"lodash": "^4.17.21",
22-
"slate": "^0.110.2",
22+
"slate": "^0.112.0",
2323
"slate-hyperscript": "^0.100.0",
2424
"source-map-loader": "^4.0.1"
2525
},

packages/slate-hyperscript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@babel/runtime": "^7.23.2",
21-
"slate": "^0.110.2",
21+
"slate": "^0.112.0",
2222
"source-map-loader": "^4.0.1"
2323
},
2424
"peerDependencies": {

packages/slate-react/CHANGELOG.md

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

3+
## 0.112.0
4+
5+
### Patch Changes
6+
7+
- [#5763](https://github.com/ianstormtaylor/slate/pull/5763) [`644ebdc8`](https://github.com/ianstormtaylor/slate/commit/644ebdc8f5f30878fb87dc8685f62e0636c23491) Thanks [@TyMick](https://github.com/TyMick)! - Use extended `Editor` type in `useSlateWithV` return type
8+
9+
- [#5741](https://github.com/ianstormtaylor/slate/pull/5741) [`90fbcdef`](https://github.com/ianstormtaylor/slate/commit/90fbcdeff58d9b1f5de13102a1198f1c7244ae0c) Thanks [@AdrienPoupa](https://github.com/AdrienPoupa)! - Fix ReactEditor.toDOMRange crash in setDomSelection
10+
311
## 0.111.0
412

513
### Minor Changes

packages/slate-react/package.json

+2-2
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.111.0",
4+
"version": "0.112.0",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",
@@ -34,7 +34,7 @@
3434
"@types/resize-observer-browser": "^0.1.8",
3535
"react": "^18.2.0",
3636
"react-dom": "^18.2.0",
37-
"slate": "^0.110.2",
37+
"slate": "^0.112.0",
3838
"slate-dom": "^0.111.0",
3939
"slate-hyperscript": "^0.100.0",
4040
"source-map-loader": "^4.0.1"

packages/slate/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# slate
22

3+
## 0.112.0
4+
5+
### Minor Changes
6+
7+
- [#5776](https://github.com/ianstormtaylor/slate/pull/5776) [`5a1c728c`](https://github.com/ianstormtaylor/slate/commit/5a1c728c62bcc6bafe60b9598946bb3adde21cdf) Thanks [@yf-yang](https://github.com/yf-yang)! - Add `merge` optional function to decorations and change related type signatures to `DecoratedRange`. Now developers can specify how two decoration object with the same key but different value are merged together if they overlap"
8+
9+
### Patch Changes
10+
11+
- [#5768](https://github.com/ianstormtaylor/slate/pull/5768) [`4bc552f7`](https://github.com/ianstormtaylor/slate/commit/4bc552f71ff75c4b7ad18386a65dabdd8b4e1bba) Thanks [@ahoisl](https://github.com/ahoisl)! - Keep data in normalization when blocks are not allowed
12+
313
## 0.110.2
414

515
### Patch Changes

packages/slate/package.json

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

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -13274,7 +13274,7 @@ __metadata:
1327413274
is-plain-object: "npm:^5.0.0"
1327513275
lodash: "npm:^4.17.21"
1327613276
scroll-into-view-if-needed: "npm:^3.1.0"
13277-
slate: "npm:^0.110.2"
13277+
slate: "npm:^0.112.0"
1327813278
slate-hyperscript: "npm:^0.100.0"
1327913279
source-map-loader: "npm:^4.0.1"
1328013280
tiny-invariant: "npm:1.3.1"
@@ -13290,7 +13290,7 @@ __metadata:
1329013290
"@babel/runtime": "npm:^7.23.2"
1329113291
is-plain-object: "npm:^5.0.0"
1329213292
lodash: "npm:^4.17.21"
13293-
slate: "npm:^0.110.2"
13293+
slate: "npm:^0.112.0"
1329413294
slate-hyperscript: "npm:^0.100.0"
1329513295
source-map-loader: "npm:^4.0.1"
1329613296
peerDependencies:
@@ -13304,7 +13304,7 @@ __metadata:
1330413304
dependencies:
1330513305
"@babel/runtime": "npm:^7.23.2"
1330613306
is-plain-object: "npm:^5.0.0"
13307-
slate: "npm:^0.110.2"
13307+
slate: "npm:^0.112.0"
1330813308
source-map-loader: "npm:^4.0.1"
1330913309
peerDependencies:
1331013310
slate: ">=0.65.3"
@@ -13415,7 +13415,7 @@ __metadata:
1341513415
react: "npm:^18.2.0"
1341613416
react-dom: "npm:^18.2.0"
1341713417
scroll-into-view-if-needed: "npm:^3.1.0"
13418-
slate: "npm:^0.110.2"
13418+
slate: "npm:^0.112.0"
1341913419
slate-dom: "npm:^0.111.0"
1342013420
slate-hyperscript: "npm:^0.100.0"
1342113421
source-map-loader: "npm:^4.0.1"
@@ -13428,7 +13428,7 @@ __metadata:
1342813428
languageName: unknown
1342913429
linkType: soft
1343013430

13431-
"slate@npm:^0.110.2, slate@workspace:*, slate@workspace:packages/slate":
13431+
"slate@npm:^0.112.0, slate@workspace:*, slate@workspace:packages/slate":
1343213432
version: 0.0.0-use.local
1343313433
resolution: "slate@workspace:packages/slate"
1343413434
dependencies:

0 commit comments

Comments
 (0)