From 34b40fc1a8ec180aea8f9ae74e4c025e75415d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Fri, 1 Sep 2017 15:14:52 +0800 Subject: [PATCH] [build] 0.8.8 --- docs/examples-docs/changelog.md | 12 ++++++++++++ packages/index.js | 2 +- packages/vant-css/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/examples-docs/changelog.md b/docs/examples-docs/changelog.md index de6ed92ed..03b14c79e 100644 --- a/docs/examples-docs/changelog.md +++ b/docs/examples-docs/changelog.md @@ -1,5 +1,17 @@ ## 更新日志 +## [v0.8.7](https://github.com/youzan/vant/tree/v0.8.7) (2017-08-29) +[Full Changelog](https://github.com/youzan/vant/compare/v0.8.6...v0.8.7) + +**非兼容更新和新特性:** + +- add ExpressWay component [\#96](https://github.com/youzan/vant/pull/96) ([chenjiahan](https://github.com/chenjiahan)) +- add CellSwitch component [\#95](https://github.com/youzan/vant/pull/95) ([chenjiahan](https://github.com/chenjiahan)) +- add NoticeBar && test cases [\#94](https://github.com/youzan/vant/pull/94) ([chenjiahan](https://github.com/chenjiahan)) +- Dialog: support both function call and component call [\#93](https://github.com/youzan/vant/pull/93) ([chenjiahan](https://github.com/chenjiahan)) +- CellSwipe: improve test coverage && code review [\#91](https://github.com/youzan/vant/pull/91) ([chenjiahan](https://github.com/chenjiahan)) +- Progress: adjust DOM struct [\#90](https://github.com/youzan/vant/pull/90) ([chenjiahan](https://github.com/chenjiahan)) + ## [v0.8.6](https://github.com/youzan/vant/tree/v0.8.6) (2017-08-24) [Full Changelog](https://github.com/youzan/vant/compare/v0.8.5...v0.8.6) diff --git a/packages/index.js b/packages/index.js index ab30360ea..689d34f2d 100644 --- a/packages/index.js +++ b/packages/index.js @@ -47,7 +47,7 @@ import Toast from './toast'; import Uploader from './uploader'; import Waterfall from './waterfall'; -const version = '0.8.7'; +const version = '0.8.8'; const components = [ Actionsheet, Badge, diff --git a/packages/vant-css/package.json b/packages/vant-css/package.json index 303fa2df3..f60d61318 100644 --- a/packages/vant-css/package.json +++ b/packages/vant-css/package.json @@ -1,6 +1,6 @@ { "name": "vant-css", - "version": "0.8.7", + "version": "0.8.8", "description": "vant css.", "main": "lib/index.css", "style": "lib/index.css",