Skip to content

Commit

Permalink
Merge branch 'fix-exports'
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed May 6, 2017
2 parents c70387b + 30b3728 commit db9d581
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/DayPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db9d581

Please sign in to comment.