Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit d8b46b8

Browse files
committed
Bump version to 1.1.3
1 parent 5e11039 commit d8b46b8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-date-range",
3-
"version": "1.0.3",
3+
"version": "1.1.3",
44
"description": "A React component for choosing dates and date ranges.",
55
"main": "dist/index.js",
66
"scripts": {

src/utils.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import classnames from 'classnames';
22
import {
3-
addMonths,
4-
areIntervalsOverlapping,
53
startOfMonth,
64
endOfMonth,
75
startOfWeek,

0 commit comments

Comments
 (0)