Skip to content

Commit 66c3a73

Browse files
Version Packages (#6042)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 13c7b36 commit 66c3a73

6 files changed

Lines changed: 19 additions & 12 deletions

File tree

.changeset/pink-jobs-kneel.md

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

packages/slate-dom/CHANGELOG.md

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

3+
## 0.124.1
4+
5+
### Patch Changes
6+
7+
- [#6040](https://github.com/ianstormtaylor/slate/pull/6040) [`20a1a937`](https://github.com/ianstormtaylor/slate/commit/20a1a9371538dda1911d533e0f02b1655ffffa12) Thanks [@12joan](https://github.com/12joan)! - - Harden property accessors against untrusted keys
8+
- Fix incorrect argument types for the `compare` and `merge` options of `Transforms.setNodes`
9+
310
## 0.124.0
411

512
### Patch Changes

packages/slate-dom/package.json

Lines changed: 2 additions & 2 deletions
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.124.0",
4+
"version": "0.124.1",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",
@@ -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.124.0",
32+
"slate": "^0.124.1",
3333
"slate-hyperscript": "^0.115.0",
3434
"source-map-loader": "^4.0.1"
3535
},

packages/slate/CHANGELOG.md

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

3+
## 0.124.1
4+
5+
### Patch Changes
6+
7+
- [#6040](https://github.com/ianstormtaylor/slate/pull/6040) [`20a1a937`](https://github.com/ianstormtaylor/slate/commit/20a1a9371538dda1911d533e0f02b1655ffffa12) Thanks [@12joan](https://github.com/12joan)! - - Harden property accessors against untrusted keys
8+
- Fix incorrect argument types for the `compare` and `merge` options of `Transforms.setNodes`
9+
310
## 0.124.0
411

512
### Minor Changes

packages/slate/package.json

Lines changed: 1 addition & 1 deletion
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.124.0",
4+
"version": "0.124.1",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13723,7 +13723,7 @@ __metadata:
1372313723
is-plain-object: "npm:^5.0.0"
1372413724
lodash: "npm:^4.17.21"
1372513725
scroll-into-view-if-needed: "npm:^3.1.0"
13726-
slate: "npm:^0.124.0"
13726+
slate: "npm:^0.124.1"
1372713727
slate-hyperscript: "npm:^0.115.0"
1372813728
source-map-loader: "npm:^4.0.1"
1372913729
tiny-invariant: "npm:1.3.1"
@@ -13878,7 +13878,7 @@ __metadata:
1387813878
languageName: unknown
1387913879
linkType: soft
1388013880

13881-
"slate@npm:^0.124.0, slate@workspace:*, slate@workspace:packages/slate":
13881+
"slate@npm:^0.124.0, slate@npm:^0.124.1, slate@workspace:*, slate@workspace:packages/slate":
1388213882
version: 0.0.0-use.local
1388313883
resolution: "slate@workspace:packages/slate"
1388413884
dependencies:

0 commit comments

Comments
 (0)