chore: update date (#56837)

* chore: update date

* update

* Update package.json

Signed-off-by: thinkasany <480968828@qq.com>

---------

Signed-off-by: thinkasany <480968828@qq.com>
Co-authored-by: thinkasany <480968828@qq.com>
This commit is contained in:
lijianan
2026-02-02 23:05:22 +08:00
committed by GitHub
parent 443abf2ebe
commit 955afb14f4
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ tag: vVERSION
## 6.2.3
`2026-02-01`
`2026-02-02`
- Button
- 🐞 Fix Button `defaultBg`, `defaultColor`, `defaultHoverColor` and `defaultActiveColor` tokens not taking effect. [#56238](https://github.com/ant-design/ant-design/pull/56238) [@ug-hero](https://github.com/ug-hero)

View File

@@ -334,12 +334,12 @@
"size-limit": [
{
"path": "./dist/antd.min.js",
"limit": "524 KiB",
"limit": "434 KiB",
"gzip": true
},
{
"path": "./dist/antd-with-locales.min.js",
"limit": "618 KiB",
"limit": "526 KiB",
"gzip": true
}
],