Skip to content

Commit

Permalink
release 1.0.9-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
olivewind committed Nov 11, 2018
1 parent 5614630 commit e21b711
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions changelogs/v1.0.9-rc6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<a name="1.0.9-rc6"></a>
# 1.0.9-rc6 (2018-11-11)


## Bug Fixes

- **dao-input:** style error
([0c4f9eec](https://github.com/DaoCloud/dao-style-vue/commit/0c4f9eecc924977e8a87079db3e5e4cb9acd118d))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dao-style-vue",
"title": "DaoStyle",
"author": "DaoCloud",
"version": "1.0.9-rc5",
"version": "1.0.9-rc6",
"license": "MIT",
"description": "A high quality component library built on Vue.js",
"homepage": "https://daocloud.github.io/dao-style",
Expand Down
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.9-rc5';
var VERSION = '1.0.9-rc6';
module.exports = { VERSION: VERSION };
// ’make release‘ 依赖 console.log 把打印到标准输出, 不可删除
console.log(VERSION);

0 comments on commit e21b711

Please sign in to comment.