Commit e21b711 1 parent 5614630 commit e21b711 Copy full SHA for e21b711
File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 2
2
"name" : " dao-style-vue" ,
3
3
"title" : " DaoStyle" ,
4
4
"author" : " DaoCloud" ,
5
- "version" : " 1.0.9-rc5 " ,
5
+ "version" : " 1.0.9-rc6 " ,
6
6
"license" : " MIT" ,
7
7
"description" : " A high quality component library built on Vue.js" ,
8
8
"homepage" : " https://daocloud.github.io/dao-style" ,
Original file line number Diff line number Diff line change 1
1
/* eslint-disable */
2
2
// this version shows current version of project
3
- var VERSION = '1.0.9-rc5 ' ;
3
+ var VERSION = '1.0.9-rc6 ' ;
4
4
module . exports = { VERSION : VERSION } ;
5
5
// ’make release‘ 依赖 console.log 把打印到标准输出, 不可删除
6
6
console . log ( VERSION ) ;
You can’t perform that action at this time.
0 commit comments