Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
feyy committed Mar 21, 2017
1 parent 3c8099b commit 1bfa72b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="1.4.5"></a>
## [1.4.5](https://github.com/xgfe/react-native-datepicker/compare/v1.4.4...v1.4.5) (2017-03-21)


### Bug Fixes

* **datepicker:** fix `date` prop change not invoke state change bug ([#93](https://github.com/xgfe/react-native-datepicker/issues/93), [3c8099b](https://github.com/xgfe/react-native-datepicker/commit/3c8099b))



<a name="1.4.4"></a>
## [1.4.4](https://github.com/xgfe/react-native-datepicker/compare/v1.4.3...v1.4.4) (2017-02-06)

Expand Down
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -7,6 +7,12 @@ react native datePicker component for both Android and IOS, using DatePickerAndr
npm install react-native-datepicker --save
```

Or using [react-native-ui-xg](https://github.com/xgfe/react-native-ui-xg), our react-naitve ui kit.

```bash
npm install react-native-ui-xg --save
```

## Example
Check [index.android.js](https://github.com/xgfe/react-native-datepicker/blob/master/index.android.js) in the Example.

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-datepicker",
"version": "1.4.4",
"version": "1.4.5",
"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 1bfa72b

Please sign in to comment.