Skip to content

Commit

Permalink
build(changelog):
Browse files Browse the repository at this point in the history
  • Loading branch information
feyy committed Oct 31, 2016
1 parent 6d1c1d0 commit c90e9e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.4.0"></a>
# [1.4.0](https://github.com/xgfe/react-native-datepicker/compare/v1.3.2...v1.4.0) (2016-10-31)


### Features

* **datepicker:** default prevent manual panResonder when mdal shown ([6d1c1d0](https://github.com/xgfe/react-native-datepicker/commit/6d1c1d0))
* **Datepicker:** support minuteInterval property in ios [#46](https://github.com/xgfe/react-native-datepicker/issues/46) ([3ae69a4](https://github.com/xgfe/react-native-datepicker/commit/3ae69a4))



<a name="1.3.2"></a>
## [1.3.2](https://github.com/xgfe/react-native-datepicker/compare/v1.3.1...v1.3.2) (2016-08-02)

Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-datepicker",
"version": "1.3.2",
"version": "1.4.0",
"description": "react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c90e9e8

Please sign in to comment.