Skip to content

Commit ef14242

Browse files
committed
chore(datepicker): release v1.2.2
1 parent 2e832e3 commit ef14242

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.2.2"></a>
2+
## [1.2.2](https://github.com/xgfe/react-native-datepicker/compare/v1.2.1...v1.2.2) (2016-06-22)
3+
4+
5+
### Features
6+
7+
* **datepicker:** add supoort of `showIcon` property ([f274179](https://github.com/xgfe/react-native-datepicker/commit/f274179))
8+
9+
10+
111
<a name="1.2.1"></a>
212
## [1.2.1](https://github.com/xgfe/react-native-datepicker/compare/v1.2.0...v1.2.1) (2016-05-19)
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.2.1",
3+
"version": "1.2.2",
44
"description": "react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)