mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[build] 0.8.4
This commit is contained in:
parent
97c54d7f13
commit
2c03e0d670
@ -43,6 +43,7 @@ then
|
|||||||
|
|
||||||
# commit
|
# commit
|
||||||
git add -A
|
git add -A
|
||||||
|
git commit -m "[build] $VERSION"
|
||||||
npm version $VERSION --message "[release] $VERSION"
|
npm version $VERSION --message "[release] $VERSION"
|
||||||
|
|
||||||
# publish
|
# publish
|
||||||
|
@ -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)
|
## [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)
|
[Full Changelog](https://github.com/youzan/vant/compare/v0.8.0...v0.8.1)
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ import Swipe from './swipe';
|
|||||||
import SwipeItem from './swipe-item';
|
import SwipeItem from './swipe-item';
|
||||||
import DatetimePicker from './datetime-picker';
|
import DatetimePicker from './datetime-picker';
|
||||||
|
|
||||||
const version = '0.8.3';
|
const version = '0.8.4';
|
||||||
const components = [
|
const components = [
|
||||||
Button,
|
Button,
|
||||||
Switch,
|
Switch,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vant-css",
|
"name": "vant-css",
|
||||||
"version": "0.8.3",
|
"version": "0.8.4",
|
||||||
"description": "vant css.",
|
"description": "vant css.",
|
||||||
"main": "lib/index.css",
|
"main": "lib/index.css",
|
||||||
"style": "lib/index.css",
|
"style": "lib/index.css",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user