@fullcalendar/multimonth 7.0.0-beta.5 → 7.0.0-beta.6

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/global.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar Multi-Month Plugin v7.0.0-beta.5
2
+ FullCalendar Multi-Month Plugin v7.0.0-beta.6
3
3
  Docs & License: https://fullcalendar.io/docs/multimonth-grid
4
4
  (c) 2025 Adam Shaw
5
5
  */
package/global.min.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar Multi-Month Plugin v7.0.0-beta.5
2
+ FullCalendar Multi-Month Plugin v7.0.0-beta.6
3
3
  Docs & License: https://fullcalendar.io/docs/multimonth-grid
4
4
  (c) 2025 Adam Shaw
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullcalendar/multimonth",
3
- "version": "7.0.0-beta.5",
3
+ "version": "7.0.0-beta.6",
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": "7.0.0-beta.5"
15
+ "@fullcalendar/daygrid": "7.0.0-beta.6"
16
16
  },
17
17
  "peerDependencies": {
18
- "@fullcalendar/core": "7.0.0-beta.5"
18
+ "@fullcalendar/core": "7.0.0-beta.6"
19
19
  },
20
20
  "type": "module",
21
21
  "bugs": "https://fullcalendar.io/reporting-bugs",