Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent c7a030e commit 027b9d0
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-waves-itch.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.0.5

## 40.0.4

## 40.0.0
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.0.4",
"version": "40.0.5",
"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.4",
"@udecode/plate-markdown": "40.0.5",
"@udecode/plate-selection": "40.0.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.0.5

### Patch Changes

- [`c7a030e31590f558b63685040df55a8d9d6a79bb`](https://github.com/udecode/plate/commit/c7a030e31590f558b63685040df55a8d9d6a79bb) by [@zbeyens](https://github.com/zbeyens) – Support deserializing tables

## 40.0.4

### 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.4",
"version": "40.0.5",
"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.0.5

## 40.0.4

## 40.0.3
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.0.4",
"version": "40.0.5",
"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.4",
"@udecode/plate-markdown": "40.0.5",
"@udecode/plate-media": "40.0.0",
"@udecode/plate-mention": "40.0.0",
"@udecode/plate-node-id": "40.0.0",
Expand Down

0 comments on commit 027b9d0

Please sign in to comment.