Skip to content

Commit a8b54e8

Browse files
committed
release 2.1.2
1 parent 625c318 commit a8b54e8

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.en-US.md

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

1111
---
1212

13+
## 2.1.2
14+
15+
`2021-03-28`
16+
17+
- 🌟 Recompile with Vue 3.0.9, compatible with 3.0.7 and below
18+
1319
## 2.1.1
1420

1521
`2021-03-27`

CHANGELOG.zh-CN.md

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

1111
---
1212

13+
## 2.1.2
14+
15+
`2021-03-28`
16+
17+
- 🌟 使用 Vue 3.0.9 重新编译,兼容 3.0.7 及以下版本
18+
1319
## 2.1.1
1420

1521
`2021-03-27`

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
@@ -60,8 +60,8 @@
6060
},
6161
"homepage": "https://www.antdv.com/",
6262
"peerDependencies": {
63-
"@vue/compiler-sfc": ">=3.0.8",
64-
"vue": ">=3.0.8"
63+
"@vue/compiler-sfc": ">=3.0.9",
64+
"vue": ">=3.0.9"
6565
},
6666
"devDependencies": {
6767
"@babel/cli": "^7.8.4",
@@ -91,7 +91,7 @@
9191
"@typescript-eslint/parser": "^4.1.0",
9292
"@vue/babel-plugin-jsx": "^1.0.0",
9393
"@vue/cli-plugin-eslint": "^4.0.0",
94-
"@vue/compiler-sfc": "^3.0.8",
94+
"@vue/compiler-sfc": "^3.0.9",
9595
"@vue/eslint-config-prettier": "^6.0.0",
9696
"@vue/eslint-config-typescript": "^7.0.0",
9797
"@vue/test-utils": "^2.0.0-0",
@@ -181,7 +181,7 @@
181181
"umi-mock-middleware": "^1.0.0",
182182
"umi-request": "^1.3.5",
183183
"url-loader": "^3.0.0",
184-
"vue": "^3.0.8",
184+
"vue": "^3.0.9",
185185
"vue-antd-md-loader": "^1.2.1-beta.1",
186186
"vue-clipboard2": "0.3.1",
187187
"vue-draggable-resizable": "^2.1.0",

0 commit comments

Comments
 (0)