Skip to content

Commit

Permalink
修改版本到 1.0.6 并生成 changelog 文件
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderyx committed Aug 9, 2018
1 parent 51f5d2b commit ad5b59d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions changelogs/v1.0.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<a name="1.0.6"></a>
# 1.0.6 (2018-08-09)


## Bug Fixes

- ***:** 组件支持自定义文案
([942e5763](https://github.com/DaoCloud/dao-style-vue/commit/942e5763d94f67cd65c8a5a6decb3f7309ae32c0))
- **input:**
- 调整 numeric-input 判断逻辑
([7491d02f](https://github.com/DaoCloud/dao-style-vue/commit/7491d02fded7cd16c8a540c81a4eea88031b2026))
- numeric input v-model 为 null 时会报错
([d714d021](https://github.com/DaoCloud/dao-style-vue/commit/d714d0210992f6694cd6d22d82695a4fecd7b8d4))
- numeric input 重置没有生效
([e93cab1b](https://github.com/DaoCloud/dao-style-vue/commit/e93cab1bcc50e6d4a2e2d07a88a647ab26f57fd0))


## Features

- ***:** 简化 pr 格式
([60a793bf](https://github.com/DaoCloud/dao-style-vue/commit/60a793bfbd13b2d6789600f2258bc6f8f5286f0f))

2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable */
// this version shows current version of project
var VERSION = '1.0.5';
var VERSION = '1.0.6';
module.exports = { VERSION: VERSION };
// ’make release‘ 依赖 console.log 把打印到标准输出, 不可删除
console.log(VERSION);

0 comments on commit ad5b59d

Please sign in to comment.