Skip to content

Commit

Permalink
Version Packages (#5799)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 30, 2025
1 parent 8216512 commit ccb9cc2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-tomatoes-grab.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/slate-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-dom/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ccb9cc2

Please sign in to comment.