From dc9a58ecfe50c0703f4d1e632cee579189876a50 Mon Sep 17 00:00:00 2001 From: Giampaolo Bellavite Date: Sat, 6 May 2017 08:20:15 -0500 Subject: [PATCH 1/2] Update CHANGELOG.md for v5.4.3 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4c34f8832..0f3d349bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### [v5.4.3](https://github.com/gpbl/react-day-picker/tree/v5.4.3) (2017-05-06) + +* Bugfix: `isBeforeDay`/`isAfterDay` functions where not exported correctly ([#327](https://github.com/gpbl/react-day-picker/pull/327)) + ### [v5.4.2](https://github.com/gpbl/react-day-picker/tree/v5.4.2) (2017-05-03) * Bugfix: `aria` role in Week element ([#322](https://github.com/gpbl/react-day-picker/pull/322) by [emily-plummer](https://github.com/emily-plummer)) From 30b37288b4a4f331cfd235f1b76c62c90c600a24 Mon Sep 17 00:00:00 2001 From: Giampaolo Bellavite Date: Sat, 6 May 2017 08:20:23 -0500 Subject: [PATCH 2/2] Bump v5.4.3 --- package.json | 2 +- src/DayPicker.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index edabd0dcd1..622d17fb8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-day-picker", - "version": "5.4.2", + "version": "5.4.3", "description": "Flexible date picker component for React", "main": "DayPicker.js", "style": "lib/style.css", diff --git a/src/DayPicker.js b/src/DayPicker.js index 85032e5058..d7349ef7b5 100644 --- a/src/DayPicker.js +++ b/src/DayPicker.js @@ -15,7 +15,7 @@ import keys from './keys'; import PropTypes, { ModifierPropType } from './PropTypes'; export default class DayPicker extends Component { - static VERSION = '5.4.2'; + static VERSION = '5.4.3'; static propTypes = { // Rendering months