@fullcalendar/list 6.1.19 → 6.1.20

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 List View Plugin v6.1.19
2
+ FullCalendar List View Plugin v6.1.20
3
3
  Docs & License: https://fullcalendar.io/docs/list-view
4
4
  (c) 2024 Adam Shaw
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar List View Plugin v6.1.19
2
+ FullCalendar List View Plugin v6.1.20
3
3
  Docs & License: https://fullcalendar.io/docs/list-view
4
4
  (c) 2024 Adam Shaw
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullcalendar/list",
3
- "version": "6.1.19",
3
+ "version": "6.1.20",
4
4
  "title": "FullCalendar List View Plugin",
5
5
  "description": "Display events on a calendar view that looks like a bulleted list",
6
6
  "keywords": [
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "homepage": "https://fullcalendar.io/docs/list-view",
14
14
  "peerDependencies": {
15
- "@fullcalendar/core": "~6.1.19"
15
+ "@fullcalendar/core": "~6.1.20"
16
16
  },
17
17
  "type": "module",
18
18
  "bugs": "https://fullcalendar.io/reporting-bugs",