fix: missing locale in pacakge (#40116)

* fix: missing locale in pacakge

* chore: add bug version
This commit is contained in:
MadCcc 2023-01-09 21:03:08 +08:00 committed by GitHub
parent ea943f7e70
commit ab9124ba88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -155,7 +155,7 @@
"throttle-debounce": "^5.0.0" "throttle-debounce": "^5.0.0"
}, },
"devDependencies": { "devDependencies": {
"@ant-design/tools": "^17.0.0-alpha.5", "@ant-design/tools": "^17.0.0-alpha.7",
"@babel/eslint-plugin": "^7.19.1", "@babel/eslint-plugin": "^7.19.1",
"@emotion/babel-preset-css-prop": "^11.10.0", "@emotion/babel-preset-css-prop": "^11.10.0",
"@emotion/css": "^11.10.5", "@emotion/css": "^11.10.5",

View File

@ -27,6 +27,7 @@ const DEPRECIATED_VERSION = {
'5.0.6': ['https://github.com/ant-design/ant-design/issues/39807'], '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.0': ['https://github.com/react-component/drawer/pull/370'],
'5.1.2': ['https://github.com/ant-design/ant-design/issues/39949'], '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) { function matchDeprecated(version) {