1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-12 02:03:59 +02:00

Version Packages (#5397)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-04-20 05:30:24 -07:00
committed by GitHub
parent 3243c7e34a
commit 33a1e9b923
10 changed files with 179 additions and 175 deletions

View File

@@ -1,5 +1,11 @@
# slate-react
## 0.94.0
### Patch Changes
- [#5307](https://github.com/ianstormtaylor/slate/pull/5307) [`3243c7e3`](https://github.com/ianstormtaylor/slate/commit/3243c7e34ac2602618c67c88b1b7df07fde1c2ec) Thanks [@zbeyens](https://github.com/zbeyens)! - Interface methods JSDoc should now work on IDEs.
## 0.93.0
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.93.0",
"version": "0.94.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
@@ -35,7 +35,7 @@
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-test-renderer": ">=16.8.0",
"slate": "^0.93.0",
"slate": "^0.94.0",
"slate-hyperscript": "^0.81.3",
"source-map-loader": "^4.0.0"
},