Skip to content

Commit 2a209bd

Browse files
committed
release v1.7.2
1 parent dc29a09 commit 2a209bd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.7.2"></a>
2+
## [1.7.2](https://github.com/xgfe/react-native-datepicker/compare/v1.7.0...v1.7.2) (2018-04-22)
3+
4+
5+
### Bug Fixes
6+
7+
* **datepicker:** fix androidMode enum not support 'clock' bug ([dc29a09](https://github.com/xgfe/react-native-datepicker/commit/dc29a09))
8+
9+
10+
111
<a name="1.7.0"></a>
212
# [1.7.0](https://github.com/xgfe/react-native-datepicker/compare/v1.6.0...v1.7.0) (2018-04-08)
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-datepicker",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "React Native DatePicker component for both Android and iOS, useing DatePickerAndroid, TimePickerAndroid and DatePickerIOS",
55
"main": "datepicker.js",
66
"scripts": {

0 commit comments

Comments
 (0)