@fullcalendar/timeline 6.1.3 → 6.1.4

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 Timeline Plugin v6.1.3
2
+ FullCalendar Timeline Plugin v6.1.4
3
3
  Docs & License: https://fullcalendar.io/docs/timeline-view-no-resources
4
4
  (c) 2023 Adam Shaw
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar Timeline Plugin v6.1.3
2
+ FullCalendar Timeline Plugin v6.1.4
3
3
  Docs & License: https://fullcalendar.io/docs/timeline-view-no-resources
4
4
  (c) 2023 Adam Shaw
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullcalendar/timeline",
3
- "version": "6.1.3",
3
+ "version": "6.1.4",
4
4
  "title": "FullCalendar Timeline Plugin",
5
5
  "description": "Display events on a horizontal time axis (without resources)",
6
6
  "keywords": [
@@ -15,11 +15,11 @@
15
15
  ],
16
16
  "homepage": "https://fullcalendar.io/docs/timeline-view-no-resources",
17
17
  "dependencies": {
18
- "@fullcalendar/premium-common": "~6.1.3",
19
- "@fullcalendar/scrollgrid": "~6.1.3"
18
+ "@fullcalendar/premium-common": "~6.1.4",
19
+ "@fullcalendar/scrollgrid": "~6.1.4"
20
20
  },
21
21
  "peerDependencies": {
22
- "@fullcalendar/core": "~6.1.3"
22
+ "@fullcalendar/core": "~6.1.4"
23
23
  },
24
24
  "type": "module",
25
25
  "bugs": "https://fullcalendar.io/reporting-bugs",