Skip to content

Commit

Permalink
Version Packages (#1514)
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] authored May 4, 2022
1 parent 9a35d33 commit 4bf48a7
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/rude-parrots-yell.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/plate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate

## 10.8.0

## 10.7.0

## 10.6.3
Expand Down
4 changes: 2 additions & 2 deletions packages/plate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate",
"version": "10.7.0",
"version": "10.8.0",
"description": "Plate – a plugin system for slate",
"keywords": [
"wysiwyg",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@udecode/plate-headless": "10.7.0",
"@udecode/plate-ui": "10.7.0"
"@udecode/plate-ui": "10.8.0"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/nodes/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-table-ui

## 10.8.0

### Minor Changes

- [#1513](https://github.com/udecode/plate/pull/1513) by [@jolsen314](https://github.com/jolsen314) – Added restriction to table resize when in readOnly mode (with override prop)

## 10.6.3

## 10.6.2
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/nodes/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-ui-table",
"version": "10.6.3",
"version": "10.8.0",
"description": "Table UI for Plate",
"keywords": [
"slate",
Expand Down
2 changes: 2 additions & 0 deletions packages/ui/plate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-ui

## 10.8.0

## 10.7.0

## 10.6.3
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/plate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-ui",
"version": "10.7.0",
"version": "10.8.0",
"description": "Plate UI",
"keywords": [
"wysiwyg",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@udecode/plate-ui-mention": "10.6.0",
"@udecode/plate-ui-placeholder": "10.5.3",
"@udecode/plate-ui-popper": "10.5.3",
"@udecode/plate-ui-table": "10.6.3",
"@udecode/plate-ui-table": "10.8.0",
"@udecode/plate-ui-toolbar": "10.5.3",
"@udecode/plate-ui-button": "10.5.3",
"@udecode/plate-ui-popover": "10.6.2"
Expand Down

1 comment on commit 4bf48a7

@vercel
Copy link

@vercel vercel bot commented on 4bf48a7 May 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

plate – ./

plate-git-main-udecode.vercel.app
plate-udecode.vercel.app
plate.udecode.io
www.plate.udecode.io

Please sign in to comment.