Skip to content

Commit 0d2b00c

Browse files
authored
Merge pull request #3682 from udecode/changeset-release/main
2 parents 1c34984 + cf1821d commit 0d2b00c

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.changeset/big-lobsters-run.md

-6
This file was deleted.

packages/ai/CHANGELOG.md

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

3+
## 39.2.16
4+
5+
### Patch Changes
6+
7+
- [#3681](https://github.com/udecode/plate/pull/3681) by [@felixfeng33](https://github.com/felixfeng33) – Copilot:
8+
- Fix the issue where `getNextWord` returns the entire sentence in Chinese/Korean/Japanese.
9+
- When entering two characters using IME, the suggestion text should not be lost.
10+
311
## 39.2.13
412

513
### Patch Changes

packages/ai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@udecode/plate-ai",
3-
"version": "39.2.13",
3+
"version": "39.2.16",
44
"description": "Text AI plugin for Plate",
55
"keywords": [
66
"plate",

0 commit comments

Comments
 (0)