1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-01 13:00:16 +02:00

Version Packages (#5799)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-01-30 16:06:15 -07:00
committed by GitHub
parent 8216512595
commit ccb9cc20b2
5 changed files with 10 additions and 9 deletions

View File

@@ -1,5 +0,0 @@
---
'slate-dom': patch
---
fix: additional fix for previous fix: Prevent ReactEditor.toDOMRange crash in setDomSelection #5741

View File

@@ -1,5 +1,11 @@
# slate-dom
## 0.112.2
### Patch Changes
- [#5792](https://github.com/ianstormtaylor/slate/pull/5792) [`82165125`](https://github.com/ianstormtaylor/slate/commit/82165125957644f7dfe81d55a620f4d31132e3c9) Thanks [@zhi-zhi-zhi](https://github.com/zhi-zhi-zhi)! - fix: additional fix for previous fix: Prevent ReactEditor.toDOMRange crash in setDomSelection #5741
## 0.111.0
### Minor Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate-dom",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.111.0",
"version": "0.112.2",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",

View File

@@ -35,7 +35,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slate": "^0.112.0",
"slate-dom": "^0.111.0",
"slate-dom": "^0.112.2",
"slate-hyperscript": "^0.100.0",
"source-map-loader": "^4.0.1"
},

View File

@@ -13258,7 +13258,7 @@ __metadata:
languageName: node
linkType: hard
"slate-dom@npm:^0.111.0, slate-dom@workspace:*, slate-dom@workspace:packages/slate-dom":
"slate-dom@npm:^0.112.2, slate-dom@workspace:*, slate-dom@workspace:packages/slate-dom":
version: 0.0.0-use.local
resolution: "slate-dom@workspace:packages/slate-dom"
dependencies:
@@ -13417,7 +13417,7 @@ __metadata:
react-dom: "npm:^18.2.0"
scroll-into-view-if-needed: "npm:^3.1.0"
slate: "npm:^0.112.0"
slate-dom: "npm:^0.111.0"
slate-dom: "npm:^0.112.2"
slate-hyperscript: "npm:^0.100.0"
source-map-loader: "npm:^4.0.1"
tiny-invariant: "npm:1.3.1"