Skip to content

Commit

Permalink
Merge pull request #3303 from udecode/changeset-release/main
Browse files Browse the repository at this point in the history
[Release] Version packages
  • Loading branch information
felixfeng33 authored Jun 23, 2024
2 parents 0661079 + a67fb4c commit d8a3e88
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-rockets-eat.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

## 34.1.1

### Patch Changes

- [#3302](https://github.com/udecode/plate/pull/3302) by [@felixfeng33](https://github.com/felixfeng33) – Fix: Floating toolbar can't open when mouse is released outside of editor.

## 34.0.6

### Patch Changes
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": "34.0.6",
"version": "34.1.1",
"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

## 34.1.1

## 34.0.6

## 34.0.1
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": "34.0.6",
"version": "34.1.1",
"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": "34.0.6",
"@udecode/plate-floating": "34.1.1",
"@udecode/plate-normalizers": "34.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

## 34.1.1

## 34.1.0

## 34.0.8
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": "34.1.0",
"version": "34.1.1",
"description": "Plate – a plugin system for slate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@udecode/plate-common": "34.0.5",
"@udecode/plate-diff": "34.0.0",
"@udecode/plate-find-replace": "34.0.0",
"@udecode/plate-floating": "34.0.6",
"@udecode/plate-floating": "34.1.1",
"@udecode/plate-font": "34.0.0",
"@udecode/plate-heading": "34.0.7",
"@udecode/plate-highlight": "34.0.0",
Expand All @@ -63,7 +63,7 @@
"@udecode/plate-indent-list": "34.0.0",
"@udecode/plate-kbd": "34.0.0",
"@udecode/plate-line-height": "34.0.0",
"@udecode/plate-link": "34.0.6",
"@udecode/plate-link": "34.1.1",
"@udecode/plate-list": "34.0.0",
"@udecode/plate-media": "34.1.0",
"@udecode/plate-mention": "34.0.8",
Expand Down

0 comments on commit d8a3e88

Please sign in to comment.