Skip to content

Commit e21b711

Browse files
committed
release 1.0.9-rc6
1 parent 5614630 commit e21b711

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

changelogs/v1.0.9-rc6.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<a name="1.0.9-rc6"></a>
2+
# 1.0.9-rc6 (2018-11-11)
3+
4+
5+
## Bug Fixes
6+
7+
- **dao-input:** style error
8+
([0c4f9eec](https://github.com/DaoCloud/dao-style-vue/commit/0c4f9eecc924977e8a87079db3e5e4cb9acd118d))
9+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dao-style-vue",
33
"title": "DaoStyle",
44
"author": "DaoCloud",
5-
"version": "1.0.9-rc5",
5+
"version": "1.0.9-rc6",
66
"license": "MIT",
77
"description": "A high quality component library built on Vue.js",
88
"homepage": "https://daocloud.github.io/dao-style",

version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable */
22
// this version shows current version of project
3-
var VERSION = '1.0.9-rc5';
3+
var VERSION = '1.0.9-rc6';
44
module.exports = { VERSION: VERSION };
55
// ’make release‘ 依赖 console.log 把打印到标准输出, 不可删除
66
console.log(VERSION);

0 commit comments

Comments
 (0)