diff --git a/__tests__/package.json b/__tests__/package.json index 14f8031d4..63e49f1fe 100644 --- a/__tests__/package.json +++ b/__tests__/package.json @@ -3,17 +3,17 @@ "name": "fullcalendar-scheduler-tests", "version": "0.0.0", "dependencies": { - "@fullcalendar/core": "workspace:~5.10.0", - "@fullcalendar/daygrid": "workspace:~5.10.0", - "@fullcalendar/interaction": "workspace:~5.10.0", - "@fullcalendar/list": "workspace:~5.10.0", - "@fullcalendar/premium-common": "workspace:~5.10.0", - "@fullcalendar/resource-daygrid": "workspace:~5.10.0", - "@fullcalendar/resource-timegrid": "workspace:~5.10.0", - "@fullcalendar/resource-timeline": "workspace:~5.10.0", - "@fullcalendar/scrollgrid": "workspace:~5.10.0", - "@fullcalendar/timegrid": "workspace:~5.10.0", - "@fullcalendar/timeline": "workspace:~5.10.0", + "@fullcalendar/core": "workspace:~5.10.1", + "@fullcalendar/daygrid": "workspace:~5.10.1", + "@fullcalendar/interaction": "workspace:~5.10.1", + "@fullcalendar/list": "workspace:~5.10.1", + "@fullcalendar/premium-common": "workspace:~5.10.1", + "@fullcalendar/resource-daygrid": "workspace:~5.10.1", + "@fullcalendar/resource-timegrid": "workspace:~5.10.1", + "@fullcalendar/resource-timeline": "workspace:~5.10.1", + "@fullcalendar/scrollgrid": "workspace:~5.10.1", + "@fullcalendar/timegrid": "workspace:~5.10.1", + "@fullcalendar/timeline": "workspace:~5.10.1", "fullcalendar-tests": "*", "jquery": "^3.4.0", "tslib": "^2.1.0", diff --git a/adaptive/package.json b/adaptive/package.json index 7b9046746..594428f45 100644 --- a/adaptive/package.json +++ b/adaptive/package.json @@ -1,12 +1,12 @@ { "name": "@fullcalendar/adaptive", - "version": "5.10.0", + "version": "5.10.1", "title": "FullCalendar Adaptive Plugin", "description": "Optimizes FullCalendar for print (and soon other types of devices)", "docs": "https://fullcalendar.io/docs/scheduler", "dependencies": { - "@fullcalendar/common": "workspace:~5.10.0", - "@fullcalendar/premium-common": "workspace:~5.10.0", + "@fullcalendar/common": "workspace:~5.10.1", + "@fullcalendar/premium-common": "workspace:~5.10.1", "tslib": "^2.1.0" }, "main": "main.cjs.js", diff --git a/bundle/package.json b/bundle/package.json index b0b3df2ec..5830bf035 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -1,24 +1,24 @@ { "name": "fullcalendar-scheduler", - "version": "5.10.0", + "version": "5.10.1", "title": "FullCalendar Premium Bundle", "description": "An easily consumable combination of standard and premium plugins", "docs": "https://fullcalendar.io/docs/initialize-globals", "devDependencies": { - "@fullcalendar/adaptive": "workspace:~5.10.0", - "@fullcalendar/bootstrap": "workspace:~5.10.0", - "@fullcalendar/core": "workspace:~5.10.0", - "@fullcalendar/daygrid": "workspace:~5.10.0", - "@fullcalendar/google-calendar": "workspace:~5.10.0", - "@fullcalendar/interaction": "workspace:~5.10.0", - "@fullcalendar/list": "workspace:~5.10.0", - "@fullcalendar/resource-common": "workspace:~5.10.0", - "@fullcalendar/resource-daygrid": "workspace:~5.10.0", - "@fullcalendar/resource-timegrid": "workspace:~5.10.0", - "@fullcalendar/resource-timeline": "workspace:~5.10.0", - "@fullcalendar/scrollgrid": "workspace:~5.10.0", - "@fullcalendar/timegrid": "workspace:~5.10.0", - "@fullcalendar/timeline": "workspace:~5.10.0" + "@fullcalendar/adaptive": "workspace:~5.10.1", + "@fullcalendar/bootstrap": "workspace:~5.10.1", + "@fullcalendar/core": "workspace:~5.10.1", + "@fullcalendar/daygrid": "workspace:~5.10.1", + "@fullcalendar/google-calendar": "workspace:~5.10.1", + "@fullcalendar/interaction": "workspace:~5.10.1", + "@fullcalendar/list": "workspace:~5.10.1", + "@fullcalendar/resource-common": "workspace:~5.10.1", + "@fullcalendar/resource-daygrid": "workspace:~5.10.1", + "@fullcalendar/resource-timegrid": "workspace:~5.10.1", + "@fullcalendar/resource-timeline": "workspace:~5.10.1", + "@fullcalendar/scrollgrid": "workspace:~5.10.1", + "@fullcalendar/timegrid": "workspace:~5.10.1", + "@fullcalendar/timeline": "workspace:~5.10.1" }, "main": "main.js", "jsdelivr": "main.min.js", diff --git a/premium-common/package.json b/premium-common/package.json index 052d0cf29..1a712bd60 100644 --- a/premium-common/package.json +++ b/premium-common/package.json @@ -1,11 +1,11 @@ { "name": "@fullcalendar/premium-common", - "version": "5.10.0", + "version": "5.10.1", "title": "FullCalendar Premium Common", "description": "Utilities for all of FullCalendar Scheduler's plugins", "docs": "https://fullcalendar.io/docs/scheduler", "dependencies": { - "@fullcalendar/common": "workspace:~5.10.0", + "@fullcalendar/common": "workspace:~5.10.1", "tslib": "^2.1.0" }, "main": "main.cjs.js", diff --git a/resource-common/package.json b/resource-common/package.json index 41309e62a..dfa2f068d 100644 --- a/resource-common/package.json +++ b/resource-common/package.json @@ -1,12 +1,12 @@ { "name": "@fullcalendar/resource-common", - "version": "5.10.0", + "version": "5.10.1", "title": "FullCalendar Resources Common Plugin", "description": "Offers base support for resources. Required for all resource-related plugins.", "docs": "https://fullcalendar.io/docs/scheduler", "dependencies": { - "@fullcalendar/common": "workspace:~5.10.0", - "@fullcalendar/premium-common": "workspace:~5.10.0", + "@fullcalendar/common": "workspace:~5.10.1", + "@fullcalendar/premium-common": "workspace:~5.10.1", "tslib": "^2.1.0" }, "main": "main.cjs.js", diff --git a/resource-daygrid/package.json b/resource-daygrid/package.json index 5fc2982c5..2d21e3537 100644 --- a/resource-daygrid/package.json +++ b/resource-daygrid/package.json @@ -1,14 +1,14 @@ { "name": "@fullcalendar/resource-daygrid", - "version": "5.10.0", + "version": "5.10.1", "title": "FullCalendar Resource Day Grid Plugin", "description": "Displays events in individual columns for days and resources", "docs": "https://fullcalendar.io/docs/resource-daygrid-view", "dependencies": { - "@fullcalendar/common": "workspace:~5.10.0", - "@fullcalendar/daygrid": "workspace:~5.10.0", - "@fullcalendar/premium-common": "workspace:~5.10.0", - "@fullcalendar/resource-common": "workspace:~5.10.0", + "@fullcalendar/common": "workspace:~5.10.1", + "@fullcalendar/daygrid": "workspace:~5.10.1", + "@fullcalendar/premium-common": "workspace:~5.10.1", + "@fullcalendar/resource-common": "workspace:~5.10.1", "tslib": "^2.1.0" }, "main": "main.cjs.js", diff --git a/resource-timegrid/package.json b/resource-timegrid/package.json index d248a09dd..f1203be45 100644 --- a/resource-timegrid/package.json +++ b/resource-timegrid/package.json @@ -1,15 +1,15 @@ { "name": "@fullcalendar/resource-timegrid", - "version": "5.10.0", + "version": "5.10.1", "title": "FullCalendar Resource Time Grid Plugin", "description": "Displays events on a vertical resource view with time slots", "docs": "https://fullcalendar.io/docs/vertical-resource-view", "dependencies": { - "@fullcalendar/common": "workspace:~5.10.0", - "@fullcalendar/premium-common": "workspace:~5.10.0", - "@fullcalendar/resource-common": "workspace:~5.10.0", - "@fullcalendar/resource-daygrid": "workspace:~5.10.0", - "@fullcalendar/timegrid": "workspace:~5.10.0", + "@fullcalendar/common": "workspace:~5.10.1", + "@fullcalendar/premium-common": "workspace:~5.10.1", + "@fullcalendar/resource-common": "workspace:~5.10.1", + "@fullcalendar/resource-daygrid": "workspace:~5.10.1", + "@fullcalendar/timegrid": "workspace:~5.10.1", "tslib": "^2.1.0" }, "main": "main.cjs.js", diff --git a/resource-timeline/package.json b/resource-timeline/package.json index b2b66865c..b7170137b 100644 --- a/resource-timeline/package.json +++ b/resource-timeline/package.json @@ -1,15 +1,15 @@ { "name": "@fullcalendar/resource-timeline", - "version": "5.10.0", + "version": "5.10.1", "title": "FullCalendar Resource Timeline Plugin", "description": "Display events and resources on a horizontal time axis", "docs": "https://fullcalendar.io/docs/timeline-view", "dependencies": { - "@fullcalendar/common": "workspace:~5.10.0", - "@fullcalendar/premium-common": "workspace:~5.10.0", - "@fullcalendar/resource-common": "workspace:~5.10.0", - "@fullcalendar/scrollgrid": "workspace:~5.10.0", - "@fullcalendar/timeline": "workspace:~5.10.0", + "@fullcalendar/common": "workspace:~5.10.1", + "@fullcalendar/premium-common": "workspace:~5.10.1", + "@fullcalendar/resource-common": "workspace:~5.10.1", + "@fullcalendar/scrollgrid": "workspace:~5.10.1", + "@fullcalendar/timeline": "workspace:~5.10.1", "tslib": "^2.1.0" }, "main": "main.cjs.js", diff --git a/scrollgrid/package.json b/scrollgrid/package.json index 7079decbb..77442cb80 100644 --- a/scrollgrid/package.json +++ b/scrollgrid/package.json @@ -1,12 +1,12 @@ { "name": "@fullcalendar/scrollgrid", - "version": "5.10.0", + "version": "5.10.1", "title": "FullCalendar ScrollGrid Plugin", "description": "Tabular data chunked into scrollable panes", "docs": "https://fullcalendar.io/docs/scheduler", "dependencies": { - "@fullcalendar/common": "workspace:~5.10.0", - "@fullcalendar/premium-common": "workspace:~5.10.0", + "@fullcalendar/common": "workspace:~5.10.1", + "@fullcalendar/premium-common": "workspace:~5.10.1", "tslib": "^2.1.0" }, "main": "main.cjs.js", diff --git a/timeline/package.json b/timeline/package.json index fd1a7e41a..8c269b9cb 100644 --- a/timeline/package.json +++ b/timeline/package.json @@ -1,13 +1,13 @@ { "name": "@fullcalendar/timeline", - "version": "5.10.0", + "version": "5.10.1", "title": "FullCalendar Timeline Plugin", "description": "Display events on a horizontal time axis (without resources)", "docs": "https://fullcalendar.io/docs/timeline-view-no-resources", "dependencies": { - "@fullcalendar/common": "workspace:~5.10.0", - "@fullcalendar/premium-common": "workspace:~5.10.0", - "@fullcalendar/scrollgrid": "workspace:~5.10.0", + "@fullcalendar/common": "workspace:~5.10.1", + "@fullcalendar/premium-common": "workspace:~5.10.1", + "@fullcalendar/scrollgrid": "workspace:~5.10.1", "tslib": "^2.1.0" }, "main": "main.cjs.js",