Skip to content

Commit 28b4be2

Browse files
author
Matt Lewis
committed
fix(monthView): handle DST changes in the middle of the current month
Closes #173
1 parent 1178b5d commit 28b4be2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"dependencies": {
143143
"angular-draggable-droppable": "^1.0.0",
144144
"angular-resizable-element": "^1.0.0",
145-
"calendar-utils": "0.0.43",
145+
"calendar-utils": "0.0.44",
146146
"date-fns": "^1.15.1",
147147
"positioning": "^1.0.4"
148148
}

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -762,9 +762,9 @@ cachedir@^1.1.0:
762762
dependencies:
763763
os-homedir "^1.0.1"
764764

765-
766-
version "0.0.43"
767-
resolved "https://registry.yarnpkg.com/calendar-utils/-/calendar-utils-0.0.43.tgz#487fb48dd59954f9f83aa72f398483d17ac10b89"
765+
766+
version "0.0.44"
767+
resolved "https://registry.yarnpkg.com/calendar-utils/-/calendar-utils-0.0.44.tgz#bf781a614dc93df286573716f48dd619fab1437e"
768768

769769
770770
version "1.0.0"

0 commit comments

Comments
 (0)