Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading