diff --git a/__tests__/package.json b/__tests__/package.json index 705d54338..28c0cc1be 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.3.1", - "@fullcalendar/daygrid": "workspace:~5.3.1", - "@fullcalendar/interaction": "workspace:~5.3.1", - "@fullcalendar/list": "workspace:~5.3.1", - "@fullcalendar/premium-common": "workspace:~5.3.1", - "@fullcalendar/resource-daygrid": "workspace:~5.3.1", - "@fullcalendar/resource-timegrid": "workspace:~5.3.1", - "@fullcalendar/resource-timeline": "workspace:~5.3.1", - "@fullcalendar/scrollgrid": "workspace:~5.3.1", - "@fullcalendar/timegrid": "workspace:~5.3.1", - "@fullcalendar/timeline": "workspace:~5.3.1", + "@fullcalendar/core": "workspace:~5.4.0", + "@fullcalendar/daygrid": "workspace:~5.4.0", + "@fullcalendar/interaction": "workspace:~5.4.0", + "@fullcalendar/list": "workspace:~5.4.0", + "@fullcalendar/premium-common": "workspace:~5.4.0", + "@fullcalendar/resource-daygrid": "workspace:~5.4.0", + "@fullcalendar/resource-timegrid": "workspace:~5.4.0", + "@fullcalendar/resource-timeline": "workspace:~5.4.0", + "@fullcalendar/scrollgrid": "workspace:~5.4.0", + "@fullcalendar/timegrid": "workspace:~5.4.0", + "@fullcalendar/timeline": "workspace:~5.4.0", "fullcalendar-tests": "*", "tslib": "^2.0.3", "xhr-mock": "^2.5.1" diff --git a/adaptive/package.json b/adaptive/package.json index 91f5ecfc0..765020c9c 100644 --- a/adaptive/package.json +++ b/adaptive/package.json @@ -1,12 +1,12 @@ { "name": "@fullcalendar/adaptive", - "version": "5.3.1", + "version": "5.4.0", "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.3.1", - "@fullcalendar/premium-common": "workspace:~5.3.1", + "@fullcalendar/common": "workspace:~5.4.0", + "@fullcalendar/premium-common": "workspace:~5.4.0", "tslib": "^2.0.3" }, "main": "main.cjs.js", diff --git a/bundle/package.json b/bundle/package.json index 3aa29c333..a3d2f262a 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -1,24 +1,24 @@ { "name": "fullcalendar-scheduler", - "version": "5.3.2", + "version": "5.4.0", "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.3.1", - "@fullcalendar/bootstrap": "workspace:~5.3.1", - "@fullcalendar/core": "workspace:~5.3.1", - "@fullcalendar/daygrid": "workspace:~5.3.1", - "@fullcalendar/google-calendar": "workspace:~5.3.1", - "@fullcalendar/interaction": "workspace:~5.3.1", - "@fullcalendar/list": "workspace:~5.3.1", - "@fullcalendar/resource-common": "workspace:~5.3.1", - "@fullcalendar/resource-daygrid": "workspace:~5.3.1", - "@fullcalendar/resource-timegrid": "workspace:~5.3.1", - "@fullcalendar/resource-timeline": "workspace:~5.3.1", - "@fullcalendar/scrollgrid": "workspace:~5.3.1", - "@fullcalendar/timegrid": "workspace:~5.3.1", - "@fullcalendar/timeline": "workspace:~5.3.1" + "@fullcalendar/adaptive": "workspace:~5.4.0", + "@fullcalendar/bootstrap": "workspace:~5.4.0", + "@fullcalendar/core": "workspace:~5.4.0", + "@fullcalendar/daygrid": "workspace:~5.4.0", + "@fullcalendar/google-calendar": "workspace:~5.4.0", + "@fullcalendar/interaction": "workspace:~5.4.0", + "@fullcalendar/list": "workspace:~5.4.0", + "@fullcalendar/resource-common": "workspace:~5.4.0", + "@fullcalendar/resource-daygrid": "workspace:~5.4.0", + "@fullcalendar/resource-timegrid": "workspace:~5.4.0", + "@fullcalendar/resource-timeline": "workspace:~5.4.0", + "@fullcalendar/scrollgrid": "workspace:~5.4.0", + "@fullcalendar/timegrid": "workspace:~5.4.0", + "@fullcalendar/timeline": "workspace:~5.4.0" }, "main": "main.js", "jsdelivr": "main.min.js", diff --git a/premium-common/package.json b/premium-common/package.json index e7ed75968..4238bd126 100644 --- a/premium-common/package.json +++ b/premium-common/package.json @@ -1,11 +1,11 @@ { "name": "@fullcalendar/premium-common", - "version": "5.3.1", + "version": "5.4.0", "title": "FullCalendar Premium Common", "description": "Utilities for all of FullCalendar Scheduler's plugins", "docs": "https://fullcalendar.io/docs/scheduler", "dependencies": { - "@fullcalendar/common": "workspace:~5.3.1", + "@fullcalendar/common": "workspace:~5.4.0", "tslib": "^2.0.3" }, "main": "main.cjs.js", diff --git a/resource-common/package.json b/resource-common/package.json index 0123d61d3..29472a2f2 100644 --- a/resource-common/package.json +++ b/resource-common/package.json @@ -1,12 +1,12 @@ { "name": "@fullcalendar/resource-common", - "version": "5.3.1", + "version": "5.4.0", "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.3.1", - "@fullcalendar/premium-common": "workspace:~5.3.1", + "@fullcalendar/common": "workspace:~5.4.0", + "@fullcalendar/premium-common": "workspace:~5.4.0", "tslib": "^2.0.3" }, "main": "main.cjs.js", diff --git a/resource-daygrid/package.json b/resource-daygrid/package.json index 0fb92876e..ebb67bb0f 100644 --- a/resource-daygrid/package.json +++ b/resource-daygrid/package.json @@ -1,14 +1,14 @@ { "name": "@fullcalendar/resource-daygrid", - "version": "5.3.1", + "version": "5.4.0", "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.3.1", - "@fullcalendar/daygrid": "workspace:~5.3.1", - "@fullcalendar/premium-common": "workspace:~5.3.1", - "@fullcalendar/resource-common": "workspace:~5.3.1", + "@fullcalendar/common": "workspace:~5.4.0", + "@fullcalendar/daygrid": "workspace:~5.4.0", + "@fullcalendar/premium-common": "workspace:~5.4.0", + "@fullcalendar/resource-common": "workspace:~5.4.0", "tslib": "^2.0.3" }, "main": "main.cjs.js", diff --git a/resource-timegrid/package.json b/resource-timegrid/package.json index 1ce712ba7..a2b642cb8 100644 --- a/resource-timegrid/package.json +++ b/resource-timegrid/package.json @@ -1,15 +1,15 @@ { "name": "@fullcalendar/resource-timegrid", - "version": "5.3.1", + "version": "5.4.0", "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.3.1", - "@fullcalendar/premium-common": "workspace:~5.3.1", - "@fullcalendar/resource-common": "workspace:~5.3.1", - "@fullcalendar/resource-daygrid": "workspace:~5.3.1", - "@fullcalendar/timegrid": "workspace:~5.3.1", + "@fullcalendar/common": "workspace:~5.4.0", + "@fullcalendar/premium-common": "workspace:~5.4.0", + "@fullcalendar/resource-common": "workspace:~5.4.0", + "@fullcalendar/resource-daygrid": "workspace:~5.4.0", + "@fullcalendar/timegrid": "workspace:~5.4.0", "tslib": "^2.0.3" }, "main": "main.cjs.js", diff --git a/resource-timeline/package.json b/resource-timeline/package.json index 5de51e849..5099a77dc 100644 --- a/resource-timeline/package.json +++ b/resource-timeline/package.json @@ -1,15 +1,15 @@ { "name": "@fullcalendar/resource-timeline", - "version": "5.3.1", + "version": "5.4.0", "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.3.1", - "@fullcalendar/premium-common": "workspace:~5.3.1", - "@fullcalendar/resource-common": "workspace:~5.3.1", - "@fullcalendar/scrollgrid": "workspace:~5.3.1", - "@fullcalendar/timeline": "workspace:~5.3.1", + "@fullcalendar/common": "workspace:~5.4.0", + "@fullcalendar/premium-common": "workspace:~5.4.0", + "@fullcalendar/resource-common": "workspace:~5.4.0", + "@fullcalendar/scrollgrid": "workspace:~5.4.0", + "@fullcalendar/timeline": "workspace:~5.4.0", "tslib": "^2.0.3" }, "main": "main.cjs.js", diff --git a/scrollgrid/package.json b/scrollgrid/package.json index 91d089bb2..92e7b732b 100644 --- a/scrollgrid/package.json +++ b/scrollgrid/package.json @@ -1,12 +1,12 @@ { "name": "@fullcalendar/scrollgrid", - "version": "5.3.1", + "version": "5.4.0", "title": "FullCalendar ScrollGrid Plugin", "description": "Tabular data chunked into scrollable panes", "docs": "https://fullcalendar.io/docs/scheduler", "dependencies": { - "@fullcalendar/common": "workspace:~5.3.1", - "@fullcalendar/premium-common": "workspace:~5.3.1", + "@fullcalendar/common": "workspace:~5.4.0", + "@fullcalendar/premium-common": "workspace:~5.4.0", "tslib": "^2.0.3" }, "main": "main.cjs.js", diff --git a/timeline/package.json b/timeline/package.json index 515564706..0d6a83b87 100644 --- a/timeline/package.json +++ b/timeline/package.json @@ -1,13 +1,13 @@ { "name": "@fullcalendar/timeline", - "version": "5.3.1", + "version": "5.4.0", "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.3.1", - "@fullcalendar/premium-common": "workspace:~5.3.1", - "@fullcalendar/scrollgrid": "workspace:~5.3.1", + "@fullcalendar/common": "workspace:~5.4.0", + "@fullcalendar/premium-common": "workspace:~5.4.0", + "@fullcalendar/scrollgrid": "workspace:~5.4.0", "tslib": "^2.0.3" }, "main": "main.cjs.js",