Skip to content

Commit

Permalink
release 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Feb 28, 2021
1 parent e427ca1 commit 48181af
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ package-lock.json
list.txt

site/dev.js
v2-doc/
6 changes: 6 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

---

## 1.7.4

`2021-02-28`

- 🌟 Optimize the performance of `Table` [#3531](https://github.com/vueComponent/ant-design-vue/issues/3531)

## 1.7.3

`2021-02-16`
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@

---

## 1.7.4

`2021-02-28`

- 🌟 优化 `Table` 性能 [#3531](https://github.com/vueComponent/ant-design-vue/issues/3531)
## 1.7.3

`2021-02-16`
Expand Down
2 changes: 1 addition & 1 deletion antdv-demo
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ant-design-vue",
"version": "1.7.3",
"version": "1.7.4",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [
Expand Down
1 change: 0 additions & 1 deletion v2-doc
Submodule v2-doc deleted from 0468ad

0 comments on commit 48181af

Please sign in to comment.