Skip to content

Commit a8e167e

Browse files
Version Packages
1 parent 6f67242 commit a8e167e

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

.changeset/brown-tigers-stare.md

-5
This file was deleted.

packages/ai/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @udecode/plate-ai
22

3+
## 46.0.8
4+
35
## 46.0.4
46

57
## 46.0.3

packages/ai/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@udecode/plate-ai",
3-
"version": "46.0.4",
3+
"version": "46.0.8",
44
"description": "Text AI plugin for Plate",
55
"keywords": [
66
"plate",
@@ -50,7 +50,7 @@
5050
"typecheck": "yarn p:typecheck"
5151
},
5252
"dependencies": {
53-
"@udecode/plate-markdown": "46.0.3",
53+
"@udecode/plate-markdown": "46.0.8",
5454
"@udecode/plate-selection": "46.0.4",
5555
"lodash": "^4.17.21"
5656
},

packages/markdown/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @udecode/plate-md-serializer
22

3+
## 46.0.8
4+
5+
### Patch Changes
6+
7+
- [#4153](https://github.com/udecode/plate/pull/4153) by [@martin-lysk](https://github.com/martin-lysk) – fixes empty value detection
8+
39
## 46.0.3
410

511
### Patch Changes

packages/markdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@udecode/plate-markdown",
3-
"version": "46.0.3",
3+
"version": "46.0.8",
44
"description": "Markdown serializer plugin for Plate",
55
"keywords": [
66
"markdown",

0 commit comments

Comments
 (0)