Skip to content

Commit dbb9105

Browse files
[Release] Version packages
1 parent 23d4cfd commit dbb9105

16 files changed

Lines changed: 43 additions & 19 deletions

File tree

.changeset/slate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tidy-pugs-punch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/ai/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @platejs/ai
22

3+
## 53.3.3
4+
5+
### Patch Changes
6+
7+
- Updated `@platejs/markdown`.
8+
39
## 53.3.0
410

511
### Minor Changes

packages/ai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platejs/ai",
3-
"version": "53.3.0",
3+
"version": "53.3.3",
44
"description": "Text AI plugin for Plate",
55
"keywords": [
66
"plate",
@@ -57,7 +57,7 @@
5757
"peerDependencies": {
5858
"@ai-sdk/react": "^4.0.0",
5959
"ai": "^7.0.0",
60-
"platejs": ">=53.0.7",
60+
"platejs": ">=53.3.3",
6161
"react": ">=18.0.0",
6262
"react-dom": ">=18.0.0"
6363
},

packages/core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @platejs/core
22

3+
## 53.3.3
4+
35
## 53.2.4
46

57
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platejs/core",
3-
"version": "53.2.4",
3+
"version": "53.3.3",
44
"description": "The core of Plate – a plugin system for slate",
55
"keywords": [
66
"contentEditable",

packages/markdown/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @platejs/markdown
22

3+
## 53.3.3
4+
5+
### Patch Changes
6+
7+
- [#5068](https://github.com/udecode/plate/pull/5068) by [@WilliamPeralta](https://github.com/WilliamPeralta) – Keep custom inline elements inside a table cell's paragraph when deserializing markdown. The cell deserializer recognised only `inlineEquation` as inline, so any other custom inline element was hoisted out of the paragraph and became its sibling. The cell serializer then separated those siblings with `<br/>`, and a second round trip turned that into a newline — silently destroying the element. The check now asks the editor whether the node is inline, which is the same answer the plugin configuration already holds.
8+
39
## 53.2.2
410

511
### Patch Changes

packages/markdown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platejs/markdown",
3-
"version": "53.2.2",
3+
"version": "53.3.3",
44
"description": "Markdown serializer plugin for Plate",
55
"keywords": [
66
"markdown",
@@ -67,7 +67,7 @@
6767
"remark-math": "6.0.0"
6868
},
6969
"peerDependencies": {
70-
"platejs": ">=53.0.0",
70+
"platejs": ">=53.3.3",
7171
"react": ">=18.0.0",
7272
"react-dom": ">=18.0.0"
7373
},

packages/plate/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# platejs
22

3+
## 53.3.3
4+
5+
### Patch Changes
6+
7+
- Updated `@platejs/core`, `@platejs/slate`, `@platejs/utils`.
8+
39
## 53.2.4
410

511
### Patch Changes

packages/plate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "platejs",
3-
"version": "53.2.4",
3+
"version": "53.3.3",
44
"description": "Plate – a framework for building rich text editors on the web",
55
"keywords": [
66
"contentEditable",

0 commit comments

Comments
 (0)