Skip to content

Commit

Permalink
Version Packages (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 12, 2022
1 parent 31528d4 commit 03710cc
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 35 deletions.
17 changes: 0 additions & 17 deletions .changeset/three-pots-jog.md

This file was deleted.

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

## 16.2.1

## 16.2.0

## 16.1.1
Expand Down
6 changes: 3 additions & 3 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-headless",
"version": "16.2.0",
"version": "16.2.1",
"description": "Plate – a plugin system for slate",
"license": "MIT",
"homepage": "https://plate.udecode.io",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@udecode/plate-indent-list": "16.2.0",
"@udecode/plate-kbd": "16.2.0",
"@udecode/plate-line-height": "16.2.0",
"@udecode/plate-link": "16.2.0",
"@udecode/plate-link": "16.2.1",
"@udecode/plate-list": "16.2.0",
"@udecode/plate-media": "16.2.0",
"@udecode/plate-mention": "16.2.0",
Expand All @@ -51,7 +51,7 @@
"@udecode/plate-serializer-csv": "16.2.0",
"@udecode/plate-serializer-docx": "16.2.0",
"@udecode/plate-serializer-html": "16.2.0",
"@udecode/plate-serializer-md": "16.2.0",
"@udecode/plate-serializer-md": "16.2.1",
"@udecode/plate-table": "16.2.0",
"@udecode/plate-trailing-block": "16.2.0"
},
Expand Down
18 changes: 18 additions & 0 deletions packages/nodes/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @udecode/plate-link

## 16.2.1

### Patch Changes

- [#1765](https://github.com/udecode/plate/pull/1765) by [@zbeyens](https://github.com/zbeyens) – fix:
- overall, marks should be kept on link insert/edit
- `unwrapLink`: new option `split`
- if true: split the link above anchor/focus before unwrapping
- `upsertLink`:
- replaced `update` option by `insertTextInLink`: if true, insert text when selection is in url
- `upsertLinkText`: If the text is different than the link above text, replace link children by a new text. The new text has the same marks than the first text replaced.
- specs:
- https://github.com/udecode/editor-protocol/issues/47
- https://github.com/udecode/editor-protocol/issues/50
- https://github.com/udecode/editor-protocol/issues/58
- https://github.com/udecode/editor-protocol/issues/59
- https://github.com/udecode/editor-protocol/issues/60

## 16.2.0

## 16.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-link",
"version": "16.2.0",
"version": "16.2.1",
"description": "Link plugin for Plate",
"license": "MIT",
"homepage": "https://plate.udecode.io",
Expand Down
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

## 16.2.1

## 16.2.0

## 16.1.1
Expand Down
6 changes: 3 additions & 3 deletions packages/plate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate",
"version": "16.2.0",
"version": "16.2.1",
"description": "Plate – a plugin system for slate",
"license": "MIT",
"homepage": "https://plate.udecode.io",
Expand All @@ -19,8 +19,8 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@udecode/plate-headless": "16.2.0",
"@udecode/plate-ui": "16.2.0"
"@udecode/plate-headless": "16.2.1",
"@udecode/plate-ui": "16.2.1"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/serializers/md/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-md-serializer

## 16.2.1

## 16.2.0

## 16.1.0
Expand Down
4 changes: 2 additions & 2 deletions packages/serializers/md/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-serializer-md",
"version": "16.2.0",
"version": "16.2.1",
"description": "Markdown serializer plugin for Plate",
"license": "MIT",
"homepage": "https://plate.udecode.io",
Expand All @@ -23,7 +23,7 @@
"@udecode/plate-code-block": "16.2.0",
"@udecode/plate-core": "16.2.0",
"@udecode/plate-heading": "16.2.0",
"@udecode/plate-link": "16.2.0",
"@udecode/plate-link": "16.2.1",
"@udecode/plate-list": "16.2.0",
"@udecode/plate-paragraph": "16.2.0",
"remark-parse": "^9.0.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/ui/nodes/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-link-ui

## 16.2.1

## 16.2.0

## 16.1.0
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/nodes/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-ui-link",
"version": "16.2.0",
"version": "16.2.1",
"description": "Link UI for Plate",
"license": "MIT",
"homepage": "https://plate.udecode.io",
Expand All @@ -20,7 +20,7 @@
"types": "dist/index.d.ts",
"dependencies": {
"@udecode/plate-core": "16.2.0",
"@udecode/plate-link": "16.2.0",
"@udecode/plate-link": "16.2.1",
"@udecode/plate-styled-components": "16.2.0",
"@udecode/plate-ui-button": "16.2.0",
"@udecode/plate-ui-toolbar": "16.2.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/ui/nodes/media/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-ui-media

## 16.2.1

## 16.2.0

## 16.1.0
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/nodes/media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-ui-media",
"version": "16.2.0",
"version": "16.2.1",
"description": "Media embed UI for Plate",
"license": "MIT",
"homepage": "https://plate.udecode.io",
Expand All @@ -21,10 +21,10 @@
"dependencies": {
"@udecode/plate-core": "16.2.0",
"@udecode/plate-floating": "16.2.0",
"@udecode/plate-link": "16.2.0",
"@udecode/plate-link": "16.2.1",
"@udecode/plate-media": "16.2.0",
"@udecode/plate-styled-components": "16.2.0",
"@udecode/plate-ui-link": "16.2.0",
"@udecode/plate-ui-link": "16.2.1",
"@udecode/plate-ui-toolbar": "16.2.0",
"js-video-url-parser": "0.5.1"
},
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

## 16.2.1

## 16.2.0

## 16.1.1
Expand Down
8 changes: 4 additions & 4 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": "16.2.0",
"version": "16.2.1",
"description": "Plate UI",
"license": "MIT",
"homepage": "https://plate.udecode.io",
Expand All @@ -19,7 +19,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@udecode/plate-headless": "16.2.0",
"@udecode/plate-headless": "16.2.1",
"@udecode/plate-styled-components": "16.2.0",
"@udecode/plate-ui-alignment": "16.2.0",
"@udecode/plate-ui-block-quote": "16.2.0",
Expand All @@ -31,9 +31,9 @@
"@udecode/plate-ui-find-replace": "16.2.0",
"@udecode/plate-ui-font": "16.2.0",
"@udecode/plate-ui-line-height": "16.2.0",
"@udecode/plate-ui-link": "16.2.0",
"@udecode/plate-ui-link": "16.2.1",
"@udecode/plate-ui-list": "16.2.0",
"@udecode/plate-ui-media": "16.2.0",
"@udecode/plate-ui-media": "16.2.1",
"@udecode/plate-ui-mention": "16.2.0",
"@udecode/plate-ui-placeholder": "16.2.0",
"@udecode/plate-ui-table": "16.2.0",
Expand Down

1 comment on commit 03710cc

@vercel
Copy link

@vercel vercel bot commented on 03710cc Aug 12, 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.