Browse Source

release 2.1.6

pull/4077/head 2.1.6
tanjinzhou 4 years ago
parent
commit
07b4150966
  1. 6
      CHANGELOG.en-US.md
  2. 6
      CHANGELOG.zh-CN.md
  3. 6
      package.json

6
CHANGELOG.en-US.md

@ -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`

6
CHANGELOG.zh-CN.md

@ -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`

6
package.json

@ -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…
Cancel
Save