Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 23, 2021
1 parent e3afda9 commit 6f6353c
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-comics-walk.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/strong-jeans-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-mayflies-approve.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/slate-history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@babel/runtime": "^7.7.4",
"lodash": "^4.17.21",
"slate": "^0.70.0",
"slate": "^0.71.0",
"slate-hyperscript": "^0.67.0",
"source-map-loader": "^0.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-hyperscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@babel/runtime": "^7.7.4",
"slate": "^0.70.0",
"slate": "^0.71.0",
"source-map-loader": "^0.2.4"
},
"peerDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/slate-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# slate-react

## 0.71.0

### Minor Changes

- [#4682](https://github.com/ianstormtaylor/slate/pull/4682) [`e5380655`](https://github.com/ianstormtaylor/slate/commit/e53806557217b08bce6217b7d871cd5ae7dad31c) Thanks [@matthewkeil](https://github.com/matthewkeil)! - Support SSR for autoCorrect, spellCheck and autoCapitalize.
Fixes prop mismatch between server and client.
Removes the need to add
<Editable
spellCheck={false}
autoCorrect="false"
autoCapitalize="false"
/>

## 0.70.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.70.2",
"version": "0.71.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-test-renderer": ">=16.8.0",
"slate": "^0.70.0",
"slate": "^0.71.0",
"slate-hyperscript": "^0.67.0",
"source-map-loader": "^0.2.4"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/slate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# slate

## 0.71.0

### Minor Changes

- [#4672](https://github.com/ianstormtaylor/slate/pull/4672) [`2523dc4f`](https://github.com/ianstormtaylor/slate/commit/2523dc4f6e7fee81baf77a67da4c3adaab921f15) Thanks [@VictorBaron](https://github.com/VictorBaron)! - Fix - deep-equals was always returning true when array props were equals.

### Patch Changes

- [#4671](https://github.com/ianstormtaylor/slate/pull/4671) [`e3afda94`](https://github.com/ianstormtaylor/slate/commit/e3afda946685795237f748e76c7bb051c09cb7fa) Thanks [@unageek](https://github.com/unageek)! - Fixed the issue where the cursor jumps more than one character unexpectedly

## 0.70.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.70.0",
"version": "0.71.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14311,7 +14311,7 @@ resolve@^2.0.0-next.3:
"@babel/runtime": ^7.7.4
is-plain-object: ^5.0.0
lodash: ^4.17.21
slate: ^0.70.0
slate: ^0.71.0
slate-hyperscript: ^0.67.0
source-map-loader: ^0.2.4
peerDependencies:
Expand All @@ -14325,7 +14325,7 @@ resolve@^2.0.0-next.3:
dependencies:
"@babel/runtime": ^7.7.4
is-plain-object: ^5.0.0
slate: ^0.70.0
slate: ^0.71.0
source-map-loader: ^0.2.4
peerDependencies:
slate: ">=0.65.3"
Expand Down Expand Up @@ -14429,7 +14429,7 @@ 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.70.0
slate: ^0.71.0
slate-hyperscript: ^0.67.0
source-map-loader: ^0.2.4
tiny-invariant: 1.0.6
Expand All @@ -14440,7 +14440,7 @@ resolve@^2.0.0-next.3:
languageName: unknown
linkType: soft

"slate@^0.70.0, slate@workspace:*, slate@workspace:packages/slate":
"slate@^0.71.0, slate@workspace:*, slate@workspace:packages/slate":
version: 0.0.0-use.local
resolution: "slate@workspace:packages/slate"
dependencies:
Expand Down

0 comments on commit 6f6353c

Please sign in to comment.