From 8abc27898a463bc9a345ddf3320d24190409442b Mon Sep 17 00:00:00 2001 From: olivewind Date: Sun, 11 Nov 2018 11:05:13 +0800 Subject: [PATCH] release 1.0.9-rc5 --- changelogs/v1.0.9-rc5.md | 9 +++++++++ package.json | 2 +- version.js | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 changelogs/v1.0.9-rc5.md diff --git a/changelogs/v1.0.9-rc5.md b/changelogs/v1.0.9-rc5.md new file mode 100644 index 000000000..1f1db086b --- /dev/null +++ b/changelogs/v1.0.9-rc5.md @@ -0,0 +1,9 @@ + +# 1.0.9-rc5 (2018-11-11) + + +## Bug Fixes + +- **input-with-label:** style error + ([3b159316](https://github.com/DaoCloud/dao-style-vue/commit/3b159316ed247997e906b8b6faf03c4c495b2cba)) + diff --git a/package.json b/package.json index 85f380345..88047e806 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/version.js b/version.js index 75248a6fe..bbf229389 100644 --- a/version.js +++ b/version.js @@ -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);