1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-25 08:11:53 +02:00

Version Packages (#4935)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-04-13 11:14:29 -07:00
committed by GitHub
parent 486c385bc5
commit 5160efeea4
12 changed files with 39 additions and 37 deletions

View File

@@ -1,5 +1,11 @@
# slate-hyperscript
## 0.77.0
### Patch Changes
- [#4932](https://github.com/ianstormtaylor/slate/pull/4932) [`1ff6e690`](https://github.com/ianstormtaylor/slate/commit/1ff6e6909353a2e8088dcc8c2bacad15381652a4) Thanks [@e1himself](https://github.com/e1himself)! - Export `createText` creator from `slate-hyperscript` package
## 0.67.0
### Patch Changes

View File

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