Skip to content

Commit

Permalink
fix(weekView): use correct event span when the the week doesn't start…
Browse files Browse the repository at this point in the history
… on a sunday
  • Loading branch information
Matt Lewis committed Jun 12, 2017
1 parent 3af3378 commit f19e970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"dependencies": {
"angular-draggable-droppable": "^1.0.1",
"angular-resizable-element": "^1.1.1",
"calendar-utils": "0.0.51",
"calendar-utils": "0.0.52",
"date-fns": "^1.28.5",
"positioning": "^1.0.4"
}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -794,9 +794,9 @@ cachedir@^1.1.0:
dependencies:
os-homedir "^1.0.1"

calendar-utils@0.0.51:
version "0.0.51"
resolved "https://registry.yarnpkg.com/calendar-utils/-/calendar-utils-0.0.51.tgz#bf254244051b874d7f3e3b7395165d7bb57d836d"
calendar-utils@0.0.52:
version "0.0.52"
resolved "https://registry.yarnpkg.com/calendar-utils/-/calendar-utils-0.0.52.tgz#37755952d1b53d887f2f461dcbec49f823ca1138"

callsite@1.0.0:
version "1.0.0"
Expand Down

0 comments on commit f19e970

Please sign in to comment.