Browse Source

bump 0.7.1

pull/77/merge
tjz 6 years ago
parent
commit
0b249a0baa
  1. 7
      CHANGELOG.en-US.md
  2. 7
      CHANGELOG.zh-CN.md
  3. 4
      package.json

7
CHANGELOG.en-US.md

@ -2,6 +2,13 @@
---
## 0.7.1
`2018-07-17`
- 🐞 fix `Tooltip` containing disabled button does not show and style[#73](https://github.com/vueComponent/ant-design/issues/73)
- 🐞 add `Table` panagation deep watch[#b464c6](https://github.com/vueComponent/ant-design/commit/b464c6f6ee4df6df1b6c55f29ac85b2f462763bc)
## 0.7.0
`2018-07-11`

7
CHANGELOG.zh-CN.md

@ -2,6 +2,13 @@
---
## 0.7.1
`2018-07-17`
- 🐞 修复`Tooltip`包含`Button`时的样式及功能问题[#73](https://github.com/vueComponent/ant-design/issues/73)
- 🐞 add `Table` panagation deep watch[#b464c6](https://github.com/vueComponent/ant-design/commit/b464c6f6ee4df6df1b6c55f29ac85b2f462763bc)
## 0.7.0
`2018-07-11`

4
package.json

@ -1,6 +1,6 @@
{
"name": "vue-antd-ui",
"version": "0.7.0",
"version": "0.7.1",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [
@ -170,4 +170,4 @@
"shallowequal": "^1.0.2",
"warning": "^3.0.0"
}
}
}
Loading…
Cancel
Save