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 Aug 6, 2021
1 parent 1f3a489 commit d490cb2
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-lizards-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-kangaroos-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-readers-battle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/metal-trees-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-moose-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-teachers-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-ties-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-moles-battle.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 @@ -18,7 +18,7 @@
"is-plain-object": "^3.0.0"
},
"devDependencies": {
"slate": "^0.63.0",
"slate": "^0.65.3",
"slate-hyperscript": "^0.62.0"
},
"peerDependencies": {
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 @@ -17,7 +17,7 @@
"is-plain-object": "^3.0.0"
},
"devDependencies": {
"slate": "^0.63.0"
"slate": "^0.65.3"
},
"peerDependencies": {
"slate": ">=0.55.0"
Expand Down
18 changes: 18 additions & 0 deletions packages/slate-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# slate-react

## 0.65.3

### Patch Changes

- [#4175](https://github.com/ianstormtaylor/slate/pull/4175) [`bde6e804`](https://github.com/ianstormtaylor/slate/commit/bde6e80476ee0ba7a14c8c7625b51de9e58bb170) Thanks [@gyh9457](https://github.com/gyh9457)! - Fixed a bug in the memoization logic for the leaves of text nodes.

* [#4394](https://github.com/ianstormtaylor/slate/pull/4394) [`01889807`](https://github.com/ianstormtaylor/slate/commit/0188980796b7a4b23ef2ee9e7e468532c1f5c8c4) Thanks [@jaked](https://github.com/jaked)! - fix bug where decorate is not called on immediate children of editor

- [#4049](https://github.com/ianstormtaylor/slate/pull/4049) [`6c844227`](https://github.com/ianstormtaylor/slate/commit/6c8442272105ec78b88d38efecb7aab9bb4e41de) Thanks [@ulion](https://github.com/ulion)! - Fix ios chrome ime double input issue.

* [#4369](https://github.com/ianstormtaylor/slate/pull/4369) [`c217dbb5`](https://github.com/ianstormtaylor/slate/commit/c217dbb5b9190753298bbc117a49af940a3a0d53) Thanks [@thesunny](https://github.com/thesunny)! - Scroll when inserting new text will now scroll parent scrollables

- [#4333](https://github.com/ianstormtaylor/slate/pull/4333) [`e0776c5c`](https://github.com/ianstormtaylor/slate/commit/e0776c5c923f1fb33a130599e558e6dffdde40f4) Thanks [@dylans](https://github.com/dylans)! - Allow setFragmentData to work without copy/paste or DnD data structure

* [#4347](https://github.com/ianstormtaylor/slate/pull/4347) [`46c8871c`](https://github.com/ianstormtaylor/slate/commit/46c8871c9cafd3017b2c9afff9b36f0527c2205f) Thanks [@aiwenar](https://github.com/aiwenar)! - Re-render leaf when new properties were added to it

- [#4352](https://github.com/ianstormtaylor/slate/pull/4352) [`4b373dc2`](https://github.com/ianstormtaylor/slate/commit/4b373dc29055a6fb3e2cdb26dd4cd023787603a5) Thanks [@hueyhe](https://github.com/hueyhe)! - Do not display placeholder when composing

## 0.65.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.65.2",
"version": "0.65.3",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"jsdom": "^16.6.0",
"react-test-renderer": ">=16.8.0",
"slate": "^0.63.0",
"slate": "^0.65.3",
"slate-hyperscript": "^0.62.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/slate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# slate

## 0.65.3

### Patch Changes

- [#4253](https://github.com/ianstormtaylor/slate/pull/4253) [`0214b630`](https://github.com/ianstormtaylor/slate/commit/0214b630778e7fa3b6ebcdf6cd9a8e4cf7351bd3) Thanks [@TheSpyder](https://github.com/TheSpyder)! - Fix `Transforms.wrapNodes` crashing when the `match` function matched only the editor

* [#4049](https://github.com/ianstormtaylor/slate/pull/4049) [`6c844227`](https://github.com/ianstormtaylor/slate/commit/6c8442272105ec78b88d38efecb7aab9bb4e41de) Thanks [@ulion](https://github.com/ulion)! - Fix ios chrome ime double input issue.

## 0.63.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.63.0",
"version": "0.65.3",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand Down

0 comments on commit d490cb2

Please sign in to comment.