Skip to content

Commit 2e315cb

Browse files
authored
Merge pull request #4491 from udecode/changeset-release/main
2 parents 63edd74 + 82228bc commit 2e315cb

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

.changeset/clever-owls-fix.md

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

packages/ai/CHANGELOG.md

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

3+
## 49.1.8
4+
35
## 49.1.6
46

57
## 49.0.17

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": "49.1.6",
3+
"version": "49.1.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-
"@platejs/markdown": "49.1.6",
53+
"@platejs/markdown": "49.1.8",
5454
"@platejs/selection": "49.0.15",
5555
"lodash": "^4.17.21"
5656
},

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+
## 49.1.8
4+
5+
### Patch Changes
6+
7+
- [#4486](https://github.com/udecode/plate/pull/4486) by [@felixfeng33](https://github.com/felixfeng33) – Fix custom plugin key handling in markdown serialization/deserialization. Ensures plugin keys are properly resolved throughout the conversion process for custom plugin configurations.
8+
39
## 49.1.6
410

511
### Patch Changes

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platejs/markdown",
3-
"version": "49.1.6",
3+
"version": "49.1.8",
44
"description": "Markdown serializer plugin for Plate",
55
"keywords": [
66
"markdown",

0 commit comments

Comments
 (0)