1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-01 19:22:35 +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

@@ -19,8 +19,8 @@
"devDependencies": {
"@babel/runtime": "^7.7.4",
"lodash": "^4.17.21",
"slate": "^0.76.0",
"slate-hyperscript": "^0.67.0",
"slate": "^0.77.0",
"slate-hyperscript": "^0.77.0",
"source-map-loader": "^0.2.4"
},
"peerDependencies": {

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": {

View File

@@ -1,5 +1,15 @@
# slate-react
## 0.77.0
### Minor Changes
- [#4926](https://github.com/ianstormtaylor/slate/pull/4926) [`076ab9a6`](https://github.com/ianstormtaylor/slate/commit/076ab9a67a5d7bf54062e551e6c29b1464da7e99) Thanks [@Auralytical](https://github.com/Auralytical)! - Fix firefox three digit version check
### Patch Changes
- [#4944](https://github.com/ianstormtaylor/slate/pull/4944) [`486c385b`](https://github.com/ianstormtaylor/slate/commit/486c385bc52ae76890f67ee9e8965955a6de3f61) Thanks [@BitPhinix](https://github.com/BitPhinix)! - Fix crash when tripple clicking editor root
## 0.76.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# slate
## 0.77.0
### Patch Changes
- [#4939](https://github.com/ianstormtaylor/slate/pull/4939) [`c39c8082`](https://github.com/ianstormtaylor/slate/commit/c39c8082a97dec8fc9ba64568d817ba87e348b48) Thanks [@ahoisl](https://github.com/ahoisl)! - Fix pointRef leaks caused by not unref'ing
## 0.76.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "slate",
"description": "A completely customizable framework for building rich text editors.",
"version": "0.76.1",
"version": "0.77.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
@@ -21,7 +21,7 @@
"devDependencies": {
"@babel/runtime": "^7.7.4",
"lodash": "^4.17.21",
"slate-hyperscript": "^0.67.0",
"slate-hyperscript": "^0.77.0",
"source-map-loader": "^0.2.4"
},
"keywords": [