Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit 55f7207

Browse files
committed
5.0.8
1 parent 6d349f9 commit 55f7207

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33

44

5+
## [v5.0.8](https://github.com/buildo/rc-datepicker/tree/v5.0.8) (2017-06-20)
6+
[Full Changelog](https://github.com/buildo/rc-datepicker/compare/v5.0.7...v5.0.8)
7+
8+
#### Fixes (bugs & defects):
9+
10+
- [.d.ts] onChange first param should be a Date [#129](https://github.com/buildo/rc-datepicker/issues/129)
11+
- Ci is failing with Error: Missing description for prop 'startDate' in 'DatePickerInput'. [#126](https://github.com/buildo/rc-datepicker/issues/126)
12+
513
## [v5.0.7](https://github.com/buildo/rc-datepicker/tree/v5.0.7) (2017-05-29)
614
[Full Changelog](https://github.com/buildo/rc-datepicker/compare/v5.0.6...v5.0.7)
715

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-datepicker",
3-
"version": "5.0.7",
3+
"version": "5.0.8",
44
"description": "DatePicker and DatePickerInput to be used with React",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)