bump 1.2.5

pull/377/head 1.2.5
tangjinzhou 2019-01-06 21:22:10 +08:00
parent b87d722143
commit 0e36ee1e41
3 changed files with 15 additions and 2 deletions

View File

@ -2,6 +2,12 @@
--- ---
## 1.2.5
`2019-01-06`
- 🌟 Add `Typescript` type file[#250](https://github.com/vueComponent/ant-design-vue/issues/250)
- 🐞 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)
## 1.2.4 ## 1.2.4
`2018-12-29` `2018-12-29`

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "ant-design-vue", "name": "ant-design-vue",
"version": "1.2.4", "version": "1.2.5",
"title": "Ant Design Vue", "title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation", "description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [ "keywords": [
@ -20,7 +20,8 @@
"files": [ "files": [
"dist", "dist",
"lib", "lib",
"es" "es",
"types"
], ],
"scripts": { "scripts": {
"dev": "cross-env NODE_ENV=development ENTRY_INDEX=dev ./node_modules/.bin/webpack-dev-server --open --hot --port 3001", "dev": "cross-env NODE_ENV=development ENTRY_INDEX=dev ./node_modules/.bin/webpack-dev-server --open --hot --port 3001",