1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-09 14:40:41 +02:00

Version Packages (#5917)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-12 15:30:06 -07:00
committed by GitHub
parent e029a87aba
commit 7657838d4e
8 changed files with 19 additions and 20 deletions

View File

@@ -1,5 +1,11 @@
# slate-react
## 0.117.4
### Patch Changes
- [#5914](https://github.com/ianstormtaylor/slate/pull/5914) [`ef76eb46`](https://github.com/ianstormtaylor/slate/commit/ef76eb46e054a47a8b01da73b9e2d9852626b72c) Thanks [@12joan](https://github.com/12joan)! - Export `defaultScrollSelectionIntoView`
## 0.117.3
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.117.3",
"version": "0.117.4",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
@@ -35,7 +35,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slate": "^0.117.2",
"slate-dom": "^0.116.0",
"slate-dom": "^0.117.4",
"slate-hyperscript": "^0.115.0",
"source-map-loader": "^4.0.1"
},