1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-29 18:09:49 +02:00

Version Packages (#5529)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-10-20 09:00:54 -07:00
committed by GitHub
parent c4c14882ed
commit a5f03871fe
11 changed files with 44 additions and 31 deletions

View File

@@ -1,5 +1,11 @@
# slate-hyperscript
## 0.100.0
### Minor Changes
- [#5528](https://github.com/ianstormtaylor/slate/pull/5528) [`c4c14882`](https://github.com/ianstormtaylor/slate/commit/c4c14882edf13828f6583a88e50754ce63583bd7) Thanks [@dylans](https://github.com/dylans)! - Update dependencies to React 18, Node 20, TS 5.2, etc.
## 0.81.3
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate-hyperscript",
"description": "A hyperscript helper for creating Slate documents.",
"version": "0.81.3",
"version": "0.100.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
@@ -18,7 +18,7 @@
},
"devDependencies": {
"@babel/runtime": "^7.23.2",
"slate": "^0.94.0",
"slate": "^0.100.0",
"source-map-loader": "^4.0.1"
},
"peerDependencies": {