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 Oct 20, 2022
1 parent a2184d8 commit 6605903
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-needles-itch.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.82.0",
"slate": "^0.84.0",
"slate-hyperscript": "^0.81.3",
"source-map-loader": "^4.0.0"
},
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.82.0",
"slate": "^0.84.0",
"source-map-loader": "^4.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-test-renderer": ">=16.8.0",
"slate": "^0.82.1",
"slate": "^0.84.0",
"slate-hyperscript": "^0.81.3",
"source-map-loader": "^4.0.0"
},
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.84.0

### Minor Changes

- [#5137](https://github.com/ianstormtaylor/slate/pull/5137) [`a2184d86`](https://github.com/ianstormtaylor/slate/commit/a2184d86571cfd0d89beb67863c444a988174937) Thanks [@mainhanu](https://github.com/mainhanu)! - transform.delete and transform.insertFragment performance optimize

## 0.82.1

### Patch 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.82.1",
"version": "0.84.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 @@ -14122,7 +14122,7 @@ resolve@^2.0.0-next.3:
"@babel/runtime": ^7.7.4
is-plain-object: ^5.0.0
lodash: ^4.17.21
slate: ^0.82.0
slate: ^0.84.0
slate-hyperscript: ^0.81.3
source-map-loader: ^4.0.0
peerDependencies:
Expand All @@ -14136,7 +14136,7 @@ resolve@^2.0.0-next.3:
dependencies:
"@babel/runtime": ^7.7.4
is-plain-object: ^5.0.0
slate: ^0.82.0
slate: ^0.84.0
source-map-loader: ^4.0.0
peerDependencies:
slate: ">=0.65.3"
Expand Down Expand Up @@ -14243,7 +14243,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.82.1
slate: ^0.84.0
slate-hyperscript: ^0.81.3
source-map-loader: ^4.0.0
tiny-invariant: 1.0.6
Expand All @@ -14254,7 +14254,7 @@ resolve@^2.0.0-next.3:
languageName: unknown
linkType: soft

"slate@^0.82.0, slate@^0.82.1, slate@workspace:*, slate@workspace:packages/slate":
"slate@^0.84.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 6605903

Please sign in to comment.