Skip to content

Commit 64fb308

Browse files
data: sync antd metadata (v6@6.6.1)
1 parent 973fec3 commit 64fb308

10 files changed

Lines changed: 1246 additions & 784 deletions

File tree

CHANGELOG.md

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

3+
## [6.6.1](https://github.com/ant-design/ant-design-cli/compare/v6.6.0...v6.6.1) (2026-08-17)
4+
5+
- Update antd metadata ([v6@6.6.1](https://github.com/ant-design/ant-design-cli/compare/v6.6.0...v6.6.1#diff-ebaa5874f72b5c0a62edf9d98d6ae55fffc16dc881ade7a697e589c8614c7436))
6+
7+
38
## [6.6.0](https://github.com/ant-design/ant-design-cli/compare/v6.5.4...v6.6.0) (2026-08-10)
49

510
### Security

CHANGELOG.zh-CN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 更新日志
22

3+
## [6.6.1](https://github.com/ant-design/ant-design-cli/compare/v6.6.0...v6.6.1) (2026-08-17)
4+
5+
- 同步 antd 元数据 ([v6@6.6.1](https://github.com/ant-design/ant-design-cli/compare/v6.6.0...v6.6.1#diff-ebaa5874f72b5c0a62edf9d98d6ae55fffc16dc881ade7a697e589c8614c7436))
6+
7+
38
## [6.6.0](https://github.com/ant-design/ant-design-cli/compare/v6.5.4...v6.6.0) (2026-08-10)
49

510
### 安全

data/v6.6.0.json renamed to data/v6.6.1.json

Lines changed: 844 additions & 389 deletions
Large diffs are not rendered by default.

data/v6.json

Lines changed: 383 additions & 385 deletions
Large diffs are not rendered by default.

data/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
"6.2": "6.2.3",
6969
"6.4": "6.4.5",
7070
"6.5": "6.5.4",
71-
"6.6": "6.6.0"
71+
"6.6": "6.6.1"
7272
}
7373
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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/cli",
3-
"version": "6.6.0",
3+
"version": "6.6.1",
44
"description": "CLI tool for querying antd knowledge and analyzing antd usage in projects",
55
"type": "module",
66
"bin": {

src/__tests__/snapshots/__snapshots__/help.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exports[`help > --help 1`] = `
1414
▄▀█ █▄ █ ▀█▀ █▀▄ █▀▀ █▀▀ █ █▀▀ █▄ █ █▀▀ █ █
1515
█▀█ █ ▀█ █ █▄▀ ██▄ ▄▄█ █ █▄█ █ ▀█ █▄▄ █▄▄ █
1616
17-
@ant-design/cli v6.6.0
17+
@ant-design/cli v6.6.1
1818
──────────────────────
1919
2020
Usage: antd [options] [command]

src/__tests__/snapshots/__snapshots__/info.test.ts.snap

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ exports[`info > info Button --detail --format json 1`] = `
9999
"type": "\`start\` | \`end\`",
100100
"default": "\`start\`",
101101
"description": "Set the icon position of button",
102-
"since": "-",
103102
"descriptionZh": "设置按钮图标组件的位置"
104103
},
105104
{
@@ -395,7 +394,7 @@ exports[`info > info Button --format json --lang en 1`] = `
395394
"name": "iconPlacement",
396395
"type": "\`start\` | \`end\`",
397396
"default": "\`start\`",
398-
"since": "-"
397+
"since": ""
399398
},
400399
{
401400
"name": "iconPosition",
@@ -555,7 +554,7 @@ exports[`info > info Button --format json --lang zh 1`] = `
555554
"name": "iconPlacement",
556555
"type": "\`start\` | \`end\`",
557556
"default": "\`start\`",
558-
"since": "-"
557+
"since": ""
559558
},
560559
{
561560
"name": "iconPosition",

src/__tests__/snapshots/__snapshots__/list.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ exports[`list > list --format json --lang zh 1`] = `
11631163
`;
11641164

11651165
exports[`list > list --format markdown --lang en 1`] = `
1166-
"# antd Components (6.6.0)
1166+
"# antd Components (6.6.1)
11671167
11681168
| Component | Name (zh) | Description | Since |
11691169
| --- | --- | --- | --- |
@@ -1242,7 +1242,7 @@ exports[`list > list --format markdown --lang en 1`] = `
12421242
`;
12431243

12441244
exports[`list > list --format markdown --lang zh 1`] = `
1245-
"# antd Components (6.6.0)
1245+
"# antd Components (6.6.1)
12461246
12471247
| 组件 | 中文名 | 描述 | 版本 |
12481248
| --- | --- | --- | --- |

0 commit comments

Comments
 (0)