Skip to content

Commit ca0d8cc

Browse files
committed
release 3.2.19
1 parent 12c9e0c commit ca0d8cc

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

CHANGELOG.en-US.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
---
1212

13+
## 3.2.19
14+
15+
`2023-04-23`
16+
17+
- 🐞 Fix antd.min.js file error
18+
1319
## 3.2.18
1420

1521
`2023-04-23`

CHANGELOG.zh-CN.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
---
1212

13+
## 3.2.19
14+
15+
`2023-04-23`
16+
17+
- 🐞 修复 antd.min.js 文件错误
18+
1319
## 3.2.18
1420

1521
`2023-04-23`

antd-tools/getWebpackConfig.js

-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ All rights reserved.
259259
},
260260
mode: 'production',
261261
plugins: [
262-
new webpack.optimize.ModuleConcatenationPlugin(),
263262
new webpack.LoaderOptionsPlugin({
264263
minimize: true,
265264
}),

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "3.2.18",
3+
"version": "3.2.19",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [

0 commit comments

Comments
 (0)