Skip to content

Commit

Permalink
release 1.0.9-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
olivewind committed Nov 11, 2018
1 parent 6464bda commit 8abc278
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-rc5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<a name="1.0.9-rc5"></a>
# 1.0.9-rc5 (2018-11-11)


## Bug Fixes

- **input-with-label:** style error
([3b159316](https://github.com/DaoCloud/dao-style-vue/commit/3b159316ed247997e906b8b6faf03c4c495b2cba))

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-rc4",
"version": "1.0.9-rc5",
"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-rc4';
var VERSION = '1.0.9-rc5';
module.exports = { VERSION: VERSION };
// ’make release‘ 依赖 console.log 把打印到标准输出, 不可删除
console.log(VERSION);

0 comments on commit 8abc278

Please sign in to comment.