@fullcalendar/multimonth 6.1.7 → 6.1.8

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.
package/index.global.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar Multi-Month Plugin v6.1.7
2
+ FullCalendar Multi-Month Plugin v6.1.8
3
3
  Docs & License: https://fullcalendar.io/docs/multimonth-grid
4
4
  (c) 2023 Adam Shaw
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar Multi-Month Plugin v6.1.7
2
+ FullCalendar Multi-Month Plugin v6.1.8
3
3
  Docs & License: https://fullcalendar.io/docs/multimonth-grid
4
4
  (c) 2023 Adam Shaw
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullcalendar/multimonth",
3
- "version": "6.1.7",
3
+ "version": "6.1.8",
4
4
  "title": "FullCalendar Multi-Month Plugin",
5
5
  "description": "Display a sequence or grid of multiple months",
6
6
  "keywords": [
@@ -12,10 +12,10 @@
12
12
  ],
13
13
  "homepage": "https://fullcalendar.io/docs/multimonth-grid",
14
14
  "dependencies": {
15
- "@fullcalendar/daygrid": "~6.1.7"
15
+ "@fullcalendar/daygrid": "~6.1.8"
16
16
  },
17
17
  "peerDependencies": {
18
- "@fullcalendar/core": "~6.1.7"
18
+ "@fullcalendar/core": "~6.1.8"
19
19
  },
20
20
  "type": "module",
21
21
  "bugs": "https://fullcalendar.io/reporting-bugs",