[build] 0.9.4

This commit is contained in:
陈嘉涵 2017-09-15 11:37:27 +08:00
parent d82fc9331c
commit a75c94f235
3 changed files with 15 additions and 2 deletions

View File

@ -1,5 +1,18 @@
## 更新日志
## [v0.9.3](https://github.com/youzan/vant/tree/v0.9.3) (2017-09-13)
[Full Changelog](https://github.com/youzan/vant/compare/v0.9.2...v0.9.3)
**非兼容更新和新特性:**
- 你们页面上譬如底部区域能不能github上查看这个框架的issues入口每次都是点更新日志切换到issues的 [\#127](https://github.com/youzan/vant/issues/127)
- add PasswordInput component [\#124](https://github.com/youzan/vant/pull/124) ([chenjiahan](https://github.com/chenjiahan))
- add NumberKeyboard component [\#122](https://github.com/youzan/vant/pull/122) ([chenjiahan](https://github.com/chenjiahan))
**修复:**
- Fix: component style should not depend on reset.css [\#128](https://github.com/youzan/vant/pull/128) ([chenjiahan](https://github.com/chenjiahan))
## [v0.9.2](https://github.com/youzan/vant/tree/v0.9.2) (2017-09-08)
[Full Changelog](https://github.com/youzan/vant/compare/v0.9.1...v0.9.2)

View File

@ -52,7 +52,7 @@ import TreeSelect from './tree-select';
import Uploader from './uploader';
import Waterfall from './waterfall';
const version = '0.9.3';
const version = '0.9.4';
const components = [
Actionsheet,
Area,

View File

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