Skip to content

Commit

Permalink
Merge pull request #3788 from udecode/changeset-release/main
Browse files Browse the repository at this point in the history
[Release] Version packages
  • Loading branch information
zbeyens authored Nov 18, 2024
2 parents aa93637 + 3410c03 commit d007dbf
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/soft-keys-march.md

This file was deleted.

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

## 40.2.2

## 40.1.0

## 40.0.5
Expand Down
4 changes: 2 additions & 2 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-ai",
"version": "40.1.0",
"version": "40.2.2",
"description": "Text AI plugin for Plate",
"keywords": [
"plate",
Expand Down Expand Up @@ -50,7 +50,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-markdown": "40.0.5",
"@udecode/plate-markdown": "40.2.2",
"@udecode/plate-selection": "40.1.0",
"lodash": "^4.17.21"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-md-serializer

## 40.2.2

### Patch Changes

- [#3679](https://github.com/udecode/plate/pull/3679) by [@natamox](https://github.com/natamox) – Split line breaks into separate paragraphs during Markdown deserialization

## 40.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-markdown",
"version": "40.0.5",
"version": "40.2.2",
"description": "Markdown serializer plugin for Plate",
"keywords": [
"markdown",
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.2.2

## 40.2.1

## 40.2.0
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.1",
"version": "40.2.2",
"description": "Plate – a plugin system for slate",
"keywords": [
"contentEditable",
Expand Down Expand Up @@ -83,7 +83,7 @@
"@udecode/plate-line-height": "40.0.0",
"@udecode/plate-link": "40.0.0",
"@udecode/plate-list": "40.0.0",
"@udecode/plate-markdown": "40.0.5",
"@udecode/plate-markdown": "40.2.2",
"@udecode/plate-media": "40.2.1",
"@udecode/plate-mention": "40.0.0",
"@udecode/plate-node-id": "40.0.0",
Expand Down

0 comments on commit d007dbf

Please sign in to comment.