Skip to content

Commit 47b5975

Browse files
committed
Package it up
1 parent 358c344 commit 47b5975

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

dist/react-filterbar.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17483,23 +17483,23 @@ function relativeOptions() {
1748317483
},
1748417484
'Older than 7 days': {
1748517485
from: null,
17486-
to: moment().subtract(7, 'day')
17486+
to: moment().subtract(8, 'day')
1748717487
},
1748817488
'Older than 14 days': {
1748917489
from: null,
17490-
to: moment().subtract(14, 'day')
17490+
to: moment().subtract(15, 'day')
1749117491
},
1749217492
'Older than 20 days': {
1749317493
from: null,
17494-
to: moment().subtract(20, 'day')
17494+
to: moment().subtract(21, 'day')
1749517495
},
1749617496
'Older than 30 days': {
1749717497
from: null,
17498-
to: moment().subtract(30, 'day')
17498+
to: moment().subtract(31, 'day')
1749917499
},
1750017500
'Older than 42 days (6 weeks)': {
1750117501
from: null,
17502-
to: moment().subtract(42, 'day')
17502+
to: moment().subtract(43, 'day')
1750317503
}
1750417504
};
1750517505
}

dist/react-filterbar.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/public/js/react-filterbar.js

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-filterbar",
3-
"version": "1.24",
3+
"version": "1.25",
44
"description": "",
55
"main": "dist/react-filterbar.js",
66
"engines": {

0 commit comments

Comments
 (0)