Skip to content

Commit

Permalink
Merge pull request #510 from DaoCloud/release/1.0.3
Browse files Browse the repository at this point in the history
Release/1.0.3
  • Loading branch information
CIN authored May 28, 2018
2 parents 39bdb75 + c94b98a commit 1ea407e
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 513 deletions.
7 changes: 7 additions & 0 deletions changelogs/v1.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<a name="1.0.3"></a>
# 1.0.3 (2018-05-28)

## Bug Fixes

- **dao-info-card:** 改变 info-card 在 size 为 max 时,keyvalue 情况下的宽度
([3db20ca6](https://github.com/DaoCloud/dao-style-vue/commit/3db20ca6ce0c02679adee5bc1f90d25b0716ed6f))
2 changes: 1 addition & 1 deletion dist/dao-style.min.js

Large diffs are not rendered by default.

1,022 changes: 511 additions & 511 deletions dist/styles/dao-style.css

Large diffs are not rendered by default.

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

0 comments on commit 1ea407e

Please sign in to comment.