diff --git a/docs/examples-docs/changelog.md b/docs/examples-docs/changelog.md index e168e0f9a..4bbe62f87 100644 --- a/docs/examples-docs/changelog.md +++ b/docs/examples-docs/changelog.md @@ -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) diff --git a/packages/index.js b/packages/index.js index f5db1aa8d..a8e6dc253 100644 --- a/packages/index.js +++ b/packages/index.js @@ -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, diff --git a/packages/vant-css/package.json b/packages/vant-css/package.json index 983538af0..fe2e3f4f5 100644 --- a/packages/vant-css/package.json +++ b/packages/vant-css/package.json @@ -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",