mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-17 20:51:20 +02:00
Version Packages (#5529)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c4c14882ed
commit
a5f03871fe
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'slate-react': minor
|
||||
---
|
||||
|
||||
Add `onSelectionChange` and `onValueChange` in Slate React component
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'slate-history': minor
|
||||
'slate-hyperscript': minor
|
||||
'slate-react': minor
|
||||
'slate': minor
|
||||
---
|
||||
|
||||
Update dependencies to React 18, Node 20, TS 5.2, etc.
|
@@ -1,5 +1,11 @@
|
||||
# slate-history
|
||||
|
||||
## 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.93.0
|
||||
|
||||
### Minor Changes
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "slate-history",
|
||||
"description": "An operation-based history implementation for Slate editors.",
|
||||
"version": "0.93.0",
|
||||
"version": "0.100.0",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||
"main": "dist/index.js",
|
||||
@@ -19,8 +19,8 @@
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "^7.23.2",
|
||||
"lodash": "^4.17.21",
|
||||
"slate": "^0.94.0",
|
||||
"slate-hyperscript": "^0.81.3",
|
||||
"slate": "^0.100.0",
|
||||
"slate-hyperscript": "^0.100.0",
|
||||
"source-map-loader": "^4.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@@ -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
|
||||
|
@@ -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": {
|
||||
|
@@ -1,5 +1,13 @@
|
||||
# slate-react
|
||||
|
||||
## 0.100.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#5526](https://github.com/ianstormtaylor/slate/pull/5526) [`623f4452`](https://github.com/ianstormtaylor/slate/commit/623f44521ee95be38c53b6def456ed8c5f16e14b) Thanks [@jkcs](https://github.com/jkcs)! - Add `onSelectionChange` and `onValueChange` in Slate React component
|
||||
|
||||
- [#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.99.0
|
||||
|
||||
### Minor Changes
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "slate-react",
|
||||
"description": "Tools for building completely customizable richtext editors with React.",
|
||||
"version": "0.99.0",
|
||||
"version": "0.100.0",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||
"main": "dist/index.js",
|
||||
@@ -35,8 +35,8 @@
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-test-renderer": "^18.2.0",
|
||||
"slate": "^0.94.0",
|
||||
"slate-hyperscript": "^0.81.3",
|
||||
"slate": "^0.100.0",
|
||||
"slate-hyperscript": "^0.100.0",
|
||||
"source-map-loader": "^4.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@@ -1,5 +1,11 @@
|
||||
# slate
|
||||
|
||||
## 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.94.1
|
||||
|
||||
### Patch Changes
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "slate",
|
||||
"description": "A completely customizable framework for building rich text editors.",
|
||||
"version": "0.94.1",
|
||||
"version": "0.100.0",
|
||||
"license": "MIT",
|
||||
"repository": "git://github.com/ianstormtaylor/slate.git",
|
||||
"main": "dist/index.js",
|
||||
@@ -21,7 +21,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "^7.23.2",
|
||||
"lodash": "^4.17.21",
|
||||
"slate-hyperscript": "^0.81.3",
|
||||
"slate-hyperscript": "^0.100.0",
|
||||
"source-map-loader": "^4.0.1"
|
||||
},
|
||||
"keywords": [
|
||||
|
16
yarn.lock
16
yarn.lock
@@ -13172,21 +13172,21 @@ __metadata:
|
||||
"@babel/runtime": ^7.23.2
|
||||
is-plain-object: ^5.0.0
|
||||
lodash: ^4.17.21
|
||||
slate: ^0.94.0
|
||||
slate-hyperscript: ^0.81.3
|
||||
slate: ^0.100.0
|
||||
slate-hyperscript: ^0.100.0
|
||||
source-map-loader: ^4.0.1
|
||||
peerDependencies:
|
||||
slate: ">=0.65.3"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"slate-hyperscript@^0.81.3, slate-hyperscript@workspace:*, slate-hyperscript@workspace:packages/slate-hyperscript":
|
||||
"slate-hyperscript@^0.100.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.23.2
|
||||
is-plain-object: ^5.0.0
|
||||
slate: ^0.94.0
|
||||
slate: ^0.100.0
|
||||
source-map-loader: ^4.0.1
|
||||
peerDependencies:
|
||||
slate: ">=0.65.3"
|
||||
@@ -13298,8 +13298,8 @@ __metadata:
|
||||
react-dom: ^18.2.0
|
||||
react-test-renderer: ^18.2.0
|
||||
scroll-into-view-if-needed: ^3.1.0
|
||||
slate: ^0.94.0
|
||||
slate-hyperscript: ^0.81.3
|
||||
slate: ^0.100.0
|
||||
slate-hyperscript: ^0.100.0
|
||||
source-map-loader: ^4.0.1
|
||||
tiny-invariant: 1.3.1
|
||||
peerDependencies:
|
||||
@@ -13309,7 +13309,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"slate@^0.94.0, slate@workspace:*, slate@workspace:packages/slate":
|
||||
"slate@^0.100.0, slate@workspace:*, slate@workspace:packages/slate":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "slate@workspace:packages/slate"
|
||||
dependencies:
|
||||
@@ -13317,7 +13317,7 @@ __metadata:
|
||||
immer: ^10.0.3
|
||||
is-plain-object: ^5.0.0
|
||||
lodash: ^4.17.21
|
||||
slate-hyperscript: ^0.81.3
|
||||
slate-hyperscript: ^0.100.0
|
||||
source-map-loader: ^4.0.1
|
||||
tiny-warning: ^1.0.3
|
||||
languageName: unknown
|
||||
|
Reference in New Issue
Block a user