[build] 0.8.5

This commit is contained in:
陈嘉涵 2017-08-21 22:23:59 +08:00
parent 0b76216e9c
commit 1551518a4e
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
## 更新日志
## [v0.8.4](https://github.com/youzan/vant/tree/v0.8.4) (2017-08-18)
[Full Changelog](https://github.com/youzan/vant/compare/v0.8.3...v0.8.4)
**合并的 Pull Request (可能有不兼容改动):**
- fix: field 计算autosize需要nextTick [\#78](https://github.com/youzan/vant/pull/78) ([pangxie1991](https://github.com/pangxie1991))
## [v0.8.3](https://github.com/youzan/vant/tree/v0.8.3) (2017-08-18)
[Full Changelog](https://github.com/youzan/vant/compare/v0.8.1...v0.8.3)

View File

@ -37,7 +37,7 @@ import Swipe from './swipe';
import SwipeItem from './swipe-item';
import DatetimePicker from './datetime-picker';
const version = '0.8.4';
const version = '0.8.5';
const components = [
Button,
Switch,

View File

@ -1,6 +1,6 @@
{
"name": "vant-css",
"version": "0.8.4",
"version": "0.8.5",
"description": "vant css.",
"main": "lib/index.css",
"style": "lib/index.css",