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

Version Packages (#5832)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-04-15 11:38:51 -07:00
committed by GitHub
parent 701d5f320f
commit a25fbc3503
11 changed files with 27 additions and 26 deletions

View File

@@ -1,5 +1,11 @@
# slate-react
## 0.113.0
### Patch Changes
- [#5822](https://github.com/ianstormtaylor/slate/pull/5822) [`68915e8c`](https://github.com/ianstormtaylor/slate/commit/68915e8cfadd9d8dd545dbcd8c33b6b69827a287) Thanks [@RavenColEvol](https://github.com/RavenColEvol)! - add context menu undo support
## 0.112.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.112.1",
"version": "0.113.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
@@ -34,7 +34,7 @@
"@types/resize-observer-browser": "^0.1.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slate": "^0.112.0",
"slate": "^0.113.0",
"slate-dom": "^0.112.2",
"slate-hyperscript": "^0.100.0",
"source-map-loader": "^4.0.1"