Skip to content

Commit 4947f75

Browse files
authored
chore: changelog of 2.2.2 (#1735)
1 parent e77f65a commit 4947f75

File tree

6 files changed

+24
-4
lines changed

6 files changed

+24
-4
lines changed

CHANGELOG.en-US.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ tag: vVERSION
1616

1717
---
1818

19+
## 2.2.2
20+
21+
`2026-02-06`
22+
23+
### @ant-design/x
24+
25+
- 🛠 Fixed some documentation and types to support AI Coding. [#1733](https://github.com/ant-design/x/pull/1733) by [kimteayon](https://github.com/kimteayon)
26+
- 💄 Fixed Bubble.List style and semantic issues. [#1731](https://github.com/ant-design/x/pull/1731) by [anxLiang](https://github.com/anxLiang)
27+
- 🐛 Fixed Sender insert node replacement issue when replaceCharacters is configured. [#1727](https://github.com/ant-design/x/pull/1727) by [kimteayon](https://github.com/kimteayon)
28+
1929
## 2.2.1
2030

2131
`2026-01-30`

CHANGELOG.zh-CN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ tag: vVERSION
1515

1616
---
1717

18+
## 2.2.2
19+
20+
`2026-02-06`
21+
22+
### @ant-design/x
23+
24+
- 🛠 修复一些文档和类型来支持 AI Coding。[#1733](https://github.com/ant-design/x/pull/1733)[kimteayon](https://github.com/kimteayon) 提交
25+
- 💄 修复 Bubble.List 样式和语义化问题。[#1731](https://github.com/ant-design/x/pull/1731)[anxLiang](https://github.com/anxLiang) 提交
26+
- 🐛 修复 Sender 插入节点配置了 replaceCharacters 时的替换问题。[#1727](https://github.com/ant-design/x/pull/1727)[kimteayon](https://github.com/kimteayon) 提交
27+
1828
## 2.2.1
1929

2030
`2026-01-30`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "x-mono",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"private": true,
55
"scripts": {
66
"presite": "npm run prestart --workspaces",

packages/x-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/x-markdown",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"scripts": {
55
"compile": "father build",
66
"tsc": "tsc --noEmit",

packages/x-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/x-sdk",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"homepage": "https://x.ant.design/x-sdks/introduce",
55
"bugs": {
66
"url": "https://github.com/ant-design/x/issues"

packages/x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/x",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Craft AI-driven interfaces effortlessly",
55
"keywords": [
66
"AI",

0 commit comments

Comments
 (0)