1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 20:40:19 +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 +0,0 @@
---
'slate-hyperscript': patch
---
Export `createText` creator from `slate-hyperscript` package

View File

@@ -1,5 +0,0 @@
---
'slate-react': patch
---
Fix crash when tripple clicking editor root

View File

@@ -1,5 +0,0 @@
---
'slate': patch
---
Fix pointRef leaks caused by not unref'ing

View File

@@ -1,5 +0,0 @@
---
'slate-react': minor
---
Fix firefox three digit version check

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

View File

@@ -14503,21 +14503,21 @@ resolve@^2.0.0-next.3:
"@babel/runtime": ^7.7.4
is-plain-object: ^5.0.0
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:
slate: ">=0.65.3"
languageName: unknown
linkType: soft
"slate-hyperscript@^0.67.0, slate-hyperscript@workspace:*, slate-hyperscript@workspace:packages/slate-hyperscript":
"slate-hyperscript@^0.77.0, slate-hyperscript@workspace:*, slate-hyperscript@workspace:packages/slate-hyperscript":
version: 0.0.0-use.local
resolution: "slate-hyperscript@workspace:packages/slate-hyperscript"
dependencies:
"@babel/runtime": ^7.7.4
is-plain-object: ^5.0.0
slate: ^0.76.0
slate: ^0.77.0
source-map-loader: ^0.2.4
peerDependencies:
slate: ">=0.65.3"
@@ -14624,8 +14624,8 @@ resolve@^2.0.0-next.3:
react-dom: ">=16.8.0"
react-test-renderer: ">=16.8.0"
scroll-into-view-if-needed: ^2.2.20
slate: ^0.76.1
slate-hyperscript: ^0.67.0
slate: ^0.77.0
slate-hyperscript: ^0.77.0
source-map-loader: ^0.2.4
tiny-invariant: 1.0.6
peerDependencies:
@@ -14635,7 +14635,7 @@ resolve@^2.0.0-next.3:
languageName: unknown
linkType: soft
"slate@^0.76.0, slate@^0.76.1, slate@workspace:*, slate@workspace:packages/slate":
"slate@^0.77.0, slate@workspace:*, slate@workspace:packages/slate":
version: 0.0.0-use.local
resolution: "slate@workspace:packages/slate"
dependencies:
@@ -14643,7 +14643,7 @@ resolve@^2.0.0-next.3:
immer: ^9.0.6
is-plain-object: ^5.0.0
lodash: ^4.17.21
slate-hyperscript: ^0.67.0
slate-hyperscript: ^0.77.0
source-map-loader: ^0.2.4
tiny-warning: ^1.0.3
languageName: unknown