Browse Source

fix: missing locale in pacakge (#40116)

* fix: missing locale in pacakge

* chore: add bug version
pull/40117/head
MadCcc 2 years ago
committed by GitHub
parent
commit
ab9124ba88
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 1
      scripts/post-script.js

2
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",

1
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) {

Loading…
Cancel
Save