Skip to content

Commit

Permalink
Version 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Wichrowska committed Apr 4, 2017
1 parent 2ebd47b commit 5ba9930
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## v9.0.1
- [fix] Fixes `withPortal` implementation in Firefox ([#421](https://github.com/airbnb/react-dates/pull/421))

## v9.0.0
- [fix] Only send down relevant modifiers down the tree ([#412](https://github.com/airbnb/react-dates/pull/412))
- [fix] Optimise `isSameDay` method ([#415](https://github.com/airbnb/react-dates/pull/415))
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-dates",
"version": "9.0.0",
"version": "9.0.1",
"description": "A responsive and accessible date range picker component built with React",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5ba9930

Please sign in to comment.