@brickclay-org/ui 0.1.31 → 0.1.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -450,7 +450,7 @@ class BkCalendarManagerService {
450
450
  },
451
451
  'This Month': {
452
452
  start: new Date(today.getFullYear(), today.getMonth(), 1),
453
- end: today,
453
+ end: new Date(today.getFullYear(), today.getMonth() + 1, 0),
454
454
  },
455
455
  'Last Month': {
456
456
  start: new Date(today.getFullYear(), today.getMonth() - 1, 1),