Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
burakcan committed Mar 3, 2016
1 parent bf3012c commit 1b8e241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/PredefinedRanges.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ var PredefinedRanges = (function (_Component) {
var _props = this.props;
var ranges = _props.ranges;
var range = _props.range;
var onlyClasses = _props.onlyClasses;
var styles = this.styles;

return Object.keys(ranges).map((function (name) {
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-date-range",
"version": "0.2.3",
"version": "0.2.4",
"description": "A React component for choosing dates and date ranges.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 1b8e241

Please sign in to comment.