Skip to content

Commit

Permalink
Version Packages (#5009)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 3, 2022
1 parent fe13a8f commit 1c5639f
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/flat-parrots-crash.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/slate-history/package.json
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@babel/runtime": "^7.7.4",
"lodash": "^4.17.21",
"slate": "^0.80.0",
"slate": "^0.81.0",
"slate-hyperscript": "^0.77.0",
"source-map-loader": "^0.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-hyperscript/package.json
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@babel/runtime": "^7.7.4",
"slate": "^0.80.0",
"slate": "^0.81.0",
"source-map-loader": "^0.2.4"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/slate-react/CHANGELOG.md
@@ -1,5 +1,12 @@
# slate-react

## 0.81.0

### Minor Changes

- [#4999](https://github.com/ianstormtaylor/slate/pull/4999) [`fe13a8f9`](https://github.com/ianstormtaylor/slate/commit/fe13a8f9e750569342ee004951e34233ab6614bf) Thanks [@alexandercampbell](https://github.com/alexandercampbell)! - Add new Slate.Scrubber interface to allow scrubbing end user data from exception
text. The default behavior remains unchanged.

## 0.80.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/slate-react/package.json
@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.80.0",
"version": "0.81.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-test-renderer": ">=16.8.0",
"slate": "^0.80.0",
"slate": "^0.81.0",
"slate-hyperscript": "^0.77.0",
"source-map-loader": "^0.2.4"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/slate/CHANGELOG.md
@@ -1,5 +1,12 @@
# slate

## 0.81.0

### Minor Changes

- [#4999](https://github.com/ianstormtaylor/slate/pull/4999) [`fe13a8f9`](https://github.com/ianstormtaylor/slate/commit/fe13a8f9e750569342ee004951e34233ab6614bf) Thanks [@alexandercampbell](https://github.com/alexandercampbell)! - Add new Slate.Scrubber interface to allow scrubbing end user data from exception
text. The default behavior remains unchanged.

## 0.80.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/slate/package.json
@@ -1,7 +1,7 @@
{
"name": "slate",
"description": "A completely customizable framework for building rich text editors.",
"version": "0.80.0",
"version": "0.81.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -14523,7 +14523,7 @@ resolve@^2.0.0-next.3:
"@babel/runtime": ^7.7.4
is-plain-object: ^5.0.0
lodash: ^4.17.21
slate: ^0.80.0
slate: ^0.81.0
slate-hyperscript: ^0.77.0
source-map-loader: ^0.2.4
peerDependencies:
Expand All @@ -14537,7 +14537,7 @@ resolve@^2.0.0-next.3:
dependencies:
"@babel/runtime": ^7.7.4
is-plain-object: ^5.0.0
slate: ^0.80.0
slate: ^0.81.0
source-map-loader: ^0.2.4
peerDependencies:
slate: ">=0.65.3"
Expand Down Expand Up @@ -14644,7 +14644,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.80.0
slate: ^0.81.0
slate-hyperscript: ^0.77.0
source-map-loader: ^0.2.4
tiny-invariant: 1.0.6
Expand All @@ -14655,7 +14655,7 @@ resolve@^2.0.0-next.3:
languageName: unknown
linkType: soft

"slate@^0.80.0, slate@workspace:*, slate@workspace:packages/slate":
"slate@^0.81.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 1c5639f

Please sign in to comment.