Skip to content

Commit

Permalink
Merge pull request #3838 from udecode/changeset-release/main
Browse files Browse the repository at this point in the history
[Release] Version packages
  • Loading branch information
zbeyens authored Dec 8, 2024
2 parents 90c2c21 + b1bd0de commit d649052
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/nasty-eyes-smile.md

This file was deleted.

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

## 40.3.0

### Minor Changes

- [#3832](https://github.com/udecode/plate/pull/3832) by [@12joan](https://github.com/12joan) – Add an optional `initialFragment` property to `TComment`, which is populated with the fragment of text the comment is initially added to.

## 40.0.0

## 39.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/comments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-comments",
"version": "40.0.0",
"version": "40.3.0",
"description": "Plate plugin for comments",
"keywords": [
"plate",
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

## 40.3.0

## 40.2.9

## 40.2.8
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": "40.2.9",
"version": "40.3.0",
"description": "Plate – a plugin system for slate",
"keywords": [
"contentEditable",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@udecode/plate-break": "40.0.0",
"@udecode/plate-code-block": "40.0.0",
"@udecode/plate-combobox": "40.0.0",
"@udecode/plate-comments": "40.0.0",
"@udecode/plate-comments": "40.3.0",
"@udecode/plate-common": "40.2.8",
"@udecode/plate-csv": "40.0.0",
"@udecode/plate-diff": "40.0.0",
Expand Down

0 comments on commit d649052

Please sign in to comment.