mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 20:18:22 +08:00
release 2.1.6
This commit is contained in:
parent
b51f25fff7
commit
07b4150966
@ -10,6 +10,12 @@
|
||||
|
||||
---
|
||||
|
||||
## 2.1.6
|
||||
|
||||
`2021-05-13`
|
||||
|
||||
- 🐞 Use vue@3.0.10 to rebuild to avoid console warning [#3998](https://github.com/vueComponent/ant-design-vue/issues/3998)
|
||||
|
||||
## 2.1.5
|
||||
|
||||
`2021-05-12`
|
||||
|
@ -10,6 +10,12 @@
|
||||
|
||||
---
|
||||
|
||||
## 2.1.6
|
||||
|
||||
`2021-05-13`
|
||||
|
||||
- 🐞 使用 vue@3.0.10 重新构建,避免控制台 warning [#3998](https://github.com/vueComponent/ant-design-vue/issues/3998)
|
||||
|
||||
## 2.1.5
|
||||
|
||||
`2021-05-12`
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "2.1.5",
|
||||
"version": "2.1.6",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
@ -89,7 +89,7 @@
|
||||
"@typescript-eslint/parser": "^4.1.0",
|
||||
"@vue/babel-plugin-jsx": "^1.0.0",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0",
|
||||
"@vue/compiler-sfc": "^3.0.9",
|
||||
"@vue/compiler-sfc": "3.0.10",
|
||||
"@vue/eslint-config-prettier": "^6.0.0",
|
||||
"@vue/eslint-config-typescript": "^7.0.0",
|
||||
"@vue/test-utils": "^2.0.0-0",
|
||||
@ -179,7 +179,7 @@
|
||||
"umi-mock-middleware": "^1.0.0",
|
||||
"umi-request": "^1.3.5",
|
||||
"url-loader": "^3.0.0",
|
||||
"vue": "^3.0.9",
|
||||
"vue": "3.0.10",
|
||||
"vue-antd-md-loader": "^1.2.1-beta.1",
|
||||
"vue-clipboard2": "0.3.1",
|
||||
"vue-draggable-resizable": "^2.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user