Skip to content

Commit a555d45

Browse files
authored
Merge pull request #4474 from udecode/changeset-release/main
[Release] Version packages
2 parents 3f036a9 + 7a9af1e commit a555d45

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

.changeset/mention-markdown-link-format.md

Lines changed: 0 additions & 10 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.6
4+
35
## 49.0.17
46

57
## 49.0.15

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

packages/markdown/CHANGELOG.md

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

3+
## 49.1.6
4+
5+
### Patch Changes
6+
7+
- [#4468](https://github.com/udecode/plate/pull/4468) by [@felixfeng33](https://github.com/felixfeng33) – Add support for [display text](mention:id) markdown format for mentions
8+
9+
- Updated `remarkMention` plugin to only support the `[display text](mention:id)` format
10+
- Dropped support for legacy `@username` format
11+
- Mentions now require an explicit display text and ID structure
12+
- Enables full names, spaces, and special characters in mention display text
13+
314
## 49.0.17
415

516
### 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.0.17",
3+
"version": "49.1.6",
44
"description": "Markdown serializer plugin for Plate",
55
"keywords": [
66
"markdown",

0 commit comments

Comments
 (0)