Skip to content

Commit

Permalink
chore(release): v1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
feyy committed Apr 27, 2016
1 parent 37aecd2 commit b2b0952
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<a name="1.0.3"></a>
## [1.0.3](https://github.com/xgfe/react-native-datepicker/compare/v1.0.2...v1.0.3) (2016-04-27)


### Features

* **datepicker:** optimize the animation of datepicker, and add support for duration property([91fa55c](https://github.com/xgfe/react-native-datepicker/commit/91fa55c))



<a name="1.0.2"></a>
## [1.0.2](https://github.com/xgfe/react-native-datepicker/compare/v1.0.1...v1.0.2) (2016-04-26)



<a name="1.0.1"></a>
## [1.0.1](https://github.com/xgfe/react-native-datepicker/compare/v1.0.0...v1.0.1) (2016-04-26)



<a name="1.0.0"></a>
# 1.0.0 (2016-04-25)



3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b2b0952

Please sign in to comment.