From ab9124ba884a1c867dc0e98ebc6f3c3ba278445c Mon Sep 17 00:00:00 2001 From: MadCcc <1075746765@qq.com> Date: Mon, 9 Jan 2023 21:03:08 +0800 Subject: [PATCH] fix: missing locale in pacakge (#40116) * fix: missing locale in pacakge * chore: add bug version --- package.json | 2 +- scripts/post-script.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 144dc1add2..54e03cfb91 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "throttle-debounce": "^5.0.0" }, "devDependencies": { - "@ant-design/tools": "^17.0.0-alpha.5", + "@ant-design/tools": "^17.0.0-alpha.7", "@babel/eslint-plugin": "^7.19.1", "@emotion/babel-preset-css-prop": "^11.10.0", "@emotion/css": "^11.10.5", diff --git a/scripts/post-script.js b/scripts/post-script.js index 4363a9e45a..4d53f92c4c 100644 --- a/scripts/post-script.js +++ b/scripts/post-script.js @@ -27,6 +27,7 @@ const DEPRECIATED_VERSION = { '5.0.6': ['https://github.com/ant-design/ant-design/issues/39807'], '5.1.0': ['https://github.com/react-component/drawer/pull/370'], '5.1.2': ['https://github.com/ant-design/ant-design/issues/39949'], + '5.1.3': ['https://github.com/ant-design/ant-design/issues/40113'], }; function matchDeprecated(version) {