Skip to content

Commit

Permalink
Merge pull request #3401 from udecode/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfeng33 authored Jul 28, 2024
2 parents f05c99f + 8a2d551 commit 81c0bc7
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/popular-peaches-wait.md

This file was deleted.

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

## 36.3.2

### Patch Changes

- [#3400](https://github.com/udecode/plate/pull/3400) by [@felixfeng33](https://github.com/felixfeng33) – Add the missing property `hideToolbar`.

## 36.0.0

## 34.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/floating/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-floating",
"version": "36.0.0",
"version": "36.3.2",
"description": "Floating UI for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down
2 changes: 2 additions & 0 deletions packages/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-link

## 36.3.2

## 36.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-link",
"version": "36.3.0",
"version": "36.3.2",
"description": "Link plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-floating": "36.0.0",
"@udecode/plate-floating": "36.3.2",
"@udecode/plate-normalizers": "36.0.0"
},
"devDependencies": {
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.2

## 36.3.1

## 36.3.0
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": "36.3.1",
"version": "36.3.2",
"description": "Plate – a plugin system for slate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@udecode/plate-common": "36.2.1",
"@udecode/plate-diff": "36.0.0",
"@udecode/plate-find-replace": "36.0.0",
"@udecode/plate-floating": "36.0.0",
"@udecode/plate-floating": "36.3.2",
"@udecode/plate-font": "36.0.0",
"@udecode/plate-heading": "36.0.12",
"@udecode/plate-highlight": "36.0.0",
Expand All @@ -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.3.0",
"@udecode/plate-link": "36.3.2",
"@udecode/plate-list": "36.0.0",
"@udecode/plate-media": "36.2.2",
"@udecode/plate-mention": "36.0.0",
Expand Down

0 comments on commit 81c0bc7

Please sign in to comment.