Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/curly-ligers-lay.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/silly-wolves-prove.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/slate-history/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/slate-history/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/slate-hyperscript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/slate-hyperscript/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/slate-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/slate-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/slate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/slate/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand All @@ -13309,15 +13309,15 @@ __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:
"@babel/runtime": ^7.23.2
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
Expand Down