Skip to content

Commit 25575b0

Browse files
committed
bump 0.6.8
1 parent 7d3d744 commit 25575b0

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.en-US.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
---
44

5+
## 0.6.8
6+
7+
`2018-07-05`
8+
- 🐞 Fix `notification` h is not defined[#63](https://github.com/vueComponent/ant-design/issues/63)
9+
- 🐞 Fix `Transfer` local-provider miss `titles`[#64](https://github.com/vueComponent/ant-design/issues/64)
10+
511
## 0.6.7
612

713
`2018-07-03`

CHANGELOG.zh-CN.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
---
44

5+
6+
## 0.6.8
7+
8+
`2018-07-05`
9+
- 🐞 修复`notification` h is not defined[#63](https://github.com/vueComponent/ant-design/issues/63)
10+
- 🐞 修复`Transfer`国际化缺少titles问题[#64](https://github.com/vueComponent/ant-design/issues/64)
11+
12+
513
## 0.6.7
614

715
`2018-07-03`

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-antd-ui",
3-
"version": "0.6.7",
3+
"version": "0.6.8",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
@@ -169,4 +169,4 @@
169169
"shallowequal": "^1.0.2",
170170
"warning": "^3.0.0"
171171
}
172-
}
172+
}

0 commit comments

Comments
 (0)