Skip to content

Commit

Permalink
Merge pull request #3212 from udecode/changeset-release/main
Browse files Browse the repository at this point in the history
[Release] Version packages
  • Loading branch information
zbeyens committed May 22, 2024
2 parents 9b339c1 + 7a6388c commit 6080ad2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/sour-candles-sneeze.md

This file was deleted.

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

## 33.0.6

### Patch Changes

- [#3209](https://github.com/udecode/plate/pull/3209) by [@kumarajay0412](https://github.com/kumarajay0412) – Fix `useAlignDropdownMenuState`: align value for multiple selected blocks

## 33.0.0

## 32.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/alignment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-alignment",
"version": "33.0.0",
"version": "33.0.6",
"description": "Text alignment 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

## 33.0.6

## 33.0.5

## 33.0.4
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": "33.0.5",
"version": "33.0.6",
"description": "Plate – a plugin system for slate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-alignment": "33.0.0",
"@udecode/plate-alignment": "33.0.6",
"@udecode/plate-autoformat": "33.0.0",
"@udecode/plate-basic-elements": "33.0.3",
"@udecode/plate-basic-marks": "33.0.3",
Expand Down

0 comments on commit 6080ad2

Please sign in to comment.