docs: 6.0.0 changelog (#55798)

* docs: 6.0.0 changelog

* chore: update

* chore: update

* chore: update

---------

Co-authored-by: 遇见同学 <1875694521@qq.com>
This commit is contained in:
二货爱吃白萝卜
2025-11-21 19:57:58 +08:00
committed by GitHub
parent c938d2128f
commit 45be33d034
4 changed files with 207 additions and 6534 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "antd",
"version": "6.0.0-alpha.5",
"version": "6.0.0",
"description": "An enterprise-class UI design language and React components implementation",
"license": "MIT",
"funding": {

View File

@@ -120,8 +120,8 @@ const miscKeys = [
for (let i = 0; i < lines.length; i += 1) {
const line = lines[i];
// Skip for v5 release
if (line === '## 5.0.0') {
// Skip for v6 release
if (line === '## 6.0.0') {
break;
}