Skip to content

Commit

Permalink
Merge pull request #2983 from udecode/changeset-release/main
Browse files Browse the repository at this point in the history
[Release] Version packages
  • Loading branch information
zbeyens authored Feb 18, 2024
2 parents 07a8375 + 745f9ce commit c8c7ae6
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/tiny-wolves-love.md

This file was deleted.

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

## 30.6.0

### Minor Changes

- [#2982](https://github.com/udecode/plate/pull/2982) by [@12joan](https://github.com/12joan)`computeDiff`: Add `lineBreakChar?: string` option to replace `\n` characters in inserted and removed text with a character such as '¶'. Without this option, added or removed line breaks may be difficult to notice in the diff.

## 30.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-diff",
"version": "30.5.3",
"version": "30.6.0",
"description": "Compute a diff of two Slate documents",
"homepage": "https://platejs.org",
"repository": {
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

## 30.6.0

## 30.5.4

### Patch Changes
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": "30.5.4",
"version": "30.6.0",
"description": "Plate – a plugin system for slate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@udecode/plate-combobox": "30.5.3",
"@udecode/plate-comments": "30.5.3",
"@udecode/plate-common": "30.4.5",
"@udecode/plate-diff": "30.5.3",
"@udecode/plate-diff": "30.6.0",
"@udecode/plate-find-replace": "30.5.3",
"@udecode/plate-floating": "30.5.3",
"@udecode/plate-font": "30.5.3",
Expand All @@ -77,7 +77,7 @@
"@udecode/plate-serializer-docx": "30.5.3",
"@udecode/plate-serializer-html": "30.5.3",
"@udecode/plate-serializer-md": "30.5.3",
"@udecode/plate-suggestion": "30.5.3",
"@udecode/plate-suggestion": "30.6.0",
"@udecode/plate-tabbable": "30.5.3",
"@udecode/plate-table": "30.5.3",
"@udecode/plate-toggle": "30.5.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/suggestion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-suggestion

## 30.6.0

## 30.5.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/suggestion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-suggestion",
"version": "30.5.3",
"version": "30.6.0",
"description": "Plate plugin for suggestions",
"homepage": "https://platejs.org",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-diff": "30.5.3",
"@udecode/plate-diff": "30.6.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down

0 comments on commit c8c7ae6

Please sign in to comment.