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 Jul 22, 2024
1 parent 967992b commit ff052ef
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/quick-falcons-vanish.md

This file was deleted.

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

## 36.3.0

### Minor Changes

- [#3389](https://github.com/udecode/plate/pull/3389) by [@georeith](https://github.com/georeith) – feat:`LinkPlugin` new option `transformInput: (url: string) => string | undefined;` that optionally transform's the
submitted URL provided by the user to the URL input before validation.

## 36.0.0

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

## 36.3.0

## 36.2.2

## 36.2.1
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": "36.2.2",
"version": "36.3.0",
"description": "Plate – a plugin system for slate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@udecode/plate-indent-list": "36.0.1",
"@udecode/plate-kbd": "36.0.0",
"@udecode/plate-line-height": "36.0.0",
"@udecode/plate-link": "36.0.0",
"@udecode/plate-link": "36.3.0",
"@udecode/plate-list": "36.0.0",
"@udecode/plate-media": "36.2.2",
"@udecode/plate-mention": "36.0.0",
Expand Down

0 comments on commit ff052ef

Please sign in to comment.