[build] 0.8.0

This commit is contained in:
陈嘉涵 2017-08-17 13:10:32 +08:00
parent 32fb3d63cf
commit a9f3415598
3 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,13 @@
## 更新日志
## [v0.7.10](https://github.com/youzan/vant/tree/v0.7.10) (2017-08-16)
[Full Changelog](https://github.com/youzan/vant/compare/v0.7.8...v0.7.10)
**合并的 Pull Request (可能有不兼容改动):**
- fix: 修复popup和dialog同时出现时几率出现dialog被挡住的情况 [\#75](https://github.com/youzan/vant/pull/75) ([pangxie1991](https://github.com/pangxie1991))
- 修复popup滚动穿透 [\#73](https://github.com/youzan/vant/pull/73) ([cookfront](https://github.com/cookfront))
## [v0.7.8](https://github.com/youzan/vant/tree/v0.7.8) (2017-08-10)
[Full Changelog](https://github.com/youzan/vant/compare/v0.7.7...v0.7.8)
@ -90,7 +98,7 @@
**非兼容更新和新特性:**
- packages/utils目录支持SSR [\#51](https://github.com/youzan/vant/pull/51) ([cookfront](https://github.com/cookfront))
- src/utils目录支持SSR [\#51](https://github.com/youzan/vant/pull/51) ([cookfront](https://github.com/cookfront))
## [v0.6.3](https://github.com/youzan/vant/tree/v0.6.3) (2017-07-04)
[Full Changelog](https://github.com/youzan/vant/compare/v0.6.2...v0.6.3)

View File

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

View File

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