From 7f25d247024e6292d98b12cc664ea78e90eb4d51 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:29:23 +0800 Subject: [PATCH] [build] 0.8.9 --- docs/examples-docs/changelog.md | 21 +++++++++++++++++++++ packages/index.js | 2 +- packages/vant-css/package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/docs/examples-docs/changelog.md b/docs/examples-docs/changelog.md index 03b14c79e..46f58c413 100644 --- a/docs/examples-docs/changelog.md +++ b/docs/examples-docs/changelog.md @@ -1,5 +1,26 @@ ## 更新日志 +## [v0.8.8](https://github.com/youzan/vant/tree/v0.8.8) (2017-09-01) +[Full Changelog](https://github.com/youzan/vant/compare/v0.8.7...v0.8.8) + +**非兼容更新和新特性:** + +- Checkbox: support listen to change event [\#104](https://github.com/youzan/vant/pull/104) ([chenjiahan](https://github.com/chenjiahan)) +- add GoodsAction component [\#102](https://github.com/youzan/vant/pull/102) ([chenjiahan](https://github.com/chenjiahan)) +- add InvalidGoods component [\#100](https://github.com/youzan/vant/pull/100) ([chenjiahan](https://github.com/chenjiahan)) +- add OrderGoods component [\#99](https://github.com/youzan/vant/pull/99) ([chenjiahan](https://github.com/chenjiahan)) +- add PayOrder component [\#98](https://github.com/youzan/vant/pull/98) ([chenjiahan](https://github.com/chenjiahan)) + +**修复:** + +- 修复 make init bug [\#97](https://github.com/youzan/vant/pull/97) ([pangxie1991](https://github.com/pangxie1991)) + +**合并的 Pull Request (可能有不兼容改动):** + +- PayOrder component add tip slot [\#105](https://github.com/youzan/vant/pull/105) ([Raistlin916](https://github.com/Raistlin916)) +- Add deep-select component and fix a popup bug. [\#103](https://github.com/youzan/vant/pull/103) ([Tinysymphony](https://github.com/Tinysymphony)) +- Doc: update Step/Loading/Tag/Badge documents [\#101](https://github.com/youzan/vant/pull/101) ([chenjiahan](https://github.com/chenjiahan)) + ## [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) diff --git a/packages/index.js b/packages/index.js index 689d34f2d..9388bcb57 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.8'; +const version = '0.8.9'; const components = [ Actionsheet, Badge, diff --git a/packages/vant-css/package.json b/packages/vant-css/package.json index f60d61318..3774e20c3 100644 --- a/packages/vant-css/package.json +++ b/packages/vant-css/package.json @@ -1,6 +1,6 @@ { "name": "vant-css", - "version": "0.8.8", + "version": "0.8.9", "description": "vant css.", "main": "lib/index.css", "style": "lib/index.css",