Skip to content

Commit 0e36ee1

Browse files
committed
bump 1.2.5
1 parent b87d722 commit 0e36ee1

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.en-US.md

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

33
---
44

5+
## 1.2.5
6+
`2019-01-06`
7+
8+
- 🌟 Add `Typescript` type file[#250](https://github.com/vueComponent/ant-design-vue/issues/250)
9+
- 🐞 Fix `Icon` component can't support static class and dynamic class problems at the same time[#371](https://github.com/vueComponent/ant-design-vue/issues/371)
10+
511
## 1.2.4
612
`2018-12-29`
713

CHANGELOG.zh-CN.md

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

33
---
44

5+
## 1.2.5
6+
`2019-01-06`
7+
8+
- 🌟 新增`Typescript`类型文件[#250](https://github.com/vueComponent/ant-design-vue/issues/250)
9+
- 🐞 修复`Icon`组件不能同时支持static class和dynamic class问题[#371](https://github.com/vueComponent/ant-design-vue/issues/371)
10+
511
## 1.2.4
612
`2018-12-29`
713

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
@@ -20,7 +20,8 @@
2020
"files": [
2121
"dist",
2222
"lib",
23-
"es"
23+
"es",
24+
"types"
2425
],
2526
"scripts": {
2627
"dev": "cross-env NODE_ENV=development ENTRY_INDEX=dev ./node_modules/.bin/webpack-dev-server --open --hot --port 3001",

0 commit comments

Comments
 (0)