[build] 0.8.4

This commit is contained in:
陈嘉涵 2017-08-18 16:50:02 +08:00
parent 97c54d7f13
commit 2c03e0d670
4 changed files with 10 additions and 2 deletions

View File

@ -43,6 +43,7 @@ then
# commit
git add -A
git commit -m "[build] $VERSION"
npm version $VERSION --message "[release] $VERSION"
# publish

View File

@ -1,5 +1,12 @@
## 更新日志
## [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)
**修复:**
- fix: dialog wrong z-index [\#77](https://github.com/youzan/vant/pull/77) ([chenjiahan](https://github.com/chenjiahan))
## [v0.8.1](https://github.com/youzan/vant/tree/v0.8.1) (2017-08-18)
[Full Changelog](https://github.com/youzan/vant/compare/v0.8.0...v0.8.1)

View File

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

View File

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