Skip to content

Commit 8abc278

Browse files
committed
release 1.0.9-rc5
1 parent 6464bda commit 8abc278

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

changelogs/v1.0.9-rc5.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<a name="1.0.9-rc5"></a>
2+
# 1.0.9-rc5 (2018-11-11)
3+
4+
5+
## Bug Fixes
6+
7+
- **input-with-label:** style error
8+
([3b159316](https://github.com/DaoCloud/dao-style-vue/commit/3b159316ed247997e906b8b6faf03c4c495b2cba))
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-rc4",
5+
"version": "1.0.9-rc5",
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-rc4';
3+
var VERSION = '1.0.9-rc5';
44
module.exports = { VERSION: VERSION };
55
// ’make release‘ 依赖 console.log 把打印到标准输出, 不可删除
66
console.log(VERSION);

0 commit comments

Comments
 (0)