From 95c7d6481541924a2c162f7989906167797a1da3 Mon Sep 17 00:00:00 2001 From: feyy Date: Thu, 13 Apr 2017 13:43:35 +0800 Subject: [PATCH] publish v1.4.7 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d14fba880..a3c3b2f9e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## [1.4.7](https://github.com/xgfe/react-native-datepicker/compare/v1.4.6...v1.4.7) (2017-04-13) + + +### Bug Fixes + +* **datepicker:** fix `androidMode` prop pass bug ([#111](https://github.com/xgfe/react-native-datepicker/issues/111), [095f756](https://github.com/xgfe/react-native-datepicker/commit/095f756)) + + ## [1.4.6](https://github.com/xgfe/react-native-datepicker/compare/v1.4.5...v1.4.6) (2017-04-05) diff --git a/package.json b/package.json index 11377631cc..68ce518a55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-datepicker", - "version": "1.4.6", + "version": "1.4.7", "description": "react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS", "main": "index.js", "scripts": {