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

Commit bff11a9

Browse files
author
Andrea Ascari
committed
5.0.9
1 parent cb9f4b3 commit bff11a9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## [v5.0.9](https://github.com/buildo/rc-datepicker/tree/v5.0.9) (2017-08-28)
6+
[Full Changelog](https://github.com/buildo/rc-datepicker/compare/v5.0.8...v5.0.9)
7+
8+
#### Fixes (bugs & defects):
9+
10+
- replace t.ReactChildren with exported ReactChildren [#131](https://github.com/buildo/rc-datepicker/issues/131)
11+
512
## [v5.0.8](https://github.com/buildo/rc-datepicker/tree/v5.0.8) (2017-06-20)
613
[Full Changelog](https://github.com/buildo/rc-datepicker/compare/v5.0.7...v5.0.8)
714

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.8",
3+
"version": "5.0.9",
44
"description": "DatePicker and DatePickerInput to be used with React",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)