@fullcalendar/interaction 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 Interaction Plugin v7.0.0-beta.5
2
+ FullCalendar Interaction Plugin v7.0.0-beta.6
3
3
  Docs & License: https://fullcalendar.io/docs/editable
4
4
  (c) 2025 Adam Shaw
5
5
  */
package/global.min.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar Interaction Plugin v7.0.0-beta.5
2
+ FullCalendar Interaction Plugin v7.0.0-beta.6
3
3
  Docs & License: https://fullcalendar.io/docs/editable
4
4
  (c) 2025 Adam Shaw
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullcalendar/interaction",
3
- "version": "7.0.0-beta.5",
3
+ "version": "7.0.0-beta.6",
4
4
  "title": "FullCalendar Interaction Plugin",
5
5
  "description": "Calendar functionality for event drag-n-drop, event resizing, date clicking, and date selecting",
6
6
  "keywords": [
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "homepage": "https://fullcalendar.io/docs/editable",
16
16
  "peerDependencies": {
17
- "@fullcalendar/core": "7.0.0-beta.5"
17
+ "@fullcalendar/core": "7.0.0-beta.6"
18
18
  },
19
19
  "type": "module",
20
20
  "bugs": "https://fullcalendar.io/reporting-bugs",