From 62b68b9de1b822987321bec0a63ab10e8063eb66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Thu, 8 Dec 2022 17:49:04 +0800 Subject: [PATCH] chore: update bug version --- scripts/post-script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/post-script.js b/scripts/post-script.js index 0115f01f40..6dce4b4ddc 100644 --- a/scripts/post-script.js +++ b/scripts/post-script.js @@ -21,6 +21,7 @@ const DEPRECIATED_VERSION = { 'https://github.com/ant-design/ant-design/issues/37931', ], '4.24.0': ['https://github.com/ant-design/ant-design/issues/38371'], + '5.0.4': ['https://github.com/ant-design/ant-design/issues/39284'], }; function matchDeprecated(version) {