mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
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:
3365
CHANGELOG.en-US.md
3365
CHANGELOG.en-US.md
File diff suppressed because it is too large
Load Diff
3370
CHANGELOG.zh-CN.md
3370
CHANGELOG.zh-CN.md
File diff suppressed because it is too large
Load Diff
@@ -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": {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user