From 29e9282b084a2e75affbaa0f6e2bf862533c12ad Mon Sep 17 00:00:00 2001 From: arshaw <56520+arshaw@users.noreply.github.com> Date: Sat, 10 Feb 2024 20:35:55 -0500 Subject: [PATCH] stage-release --- .changeset/six-buckets-unite.md | 5 - .changeset/violet-turkeys-boil.md | 5 - contrib/angular/package.json | 16 +-- contrib/react/package.json | 14 +- contrib/vue2/package.json | 14 +- contrib/vue3/package.json | 8 +- package.json | 2 +- pnpm-lock.yaml | 122 +++++++++--------- premium/packages/adaptive/package.json | 14 +- premium/packages/premium-common/package.json | 12 +- .../packages/resource-daygrid/package.json | 20 +-- .../packages/resource-timegrid/package.json | 22 ++-- .../packages/resource-timeline/package.json | 22 ++-- premium/packages/resource/package.json | 14 +- premium/packages/scrollgrid/package.json | 14 +- premium/packages/timeline/package.json | 16 ++- standard/package.json | 2 +- standard/packages/bootstrap4/package.json | 14 +- standard/packages/bootstrap5/package.json | 12 +- standard/packages/core/package.json | 18 ++- standard/packages/daygrid/package.json | 12 +- .../packages/google-calendar/package.json | 12 +- standard/packages/icalendar/package.json | 12 +- standard/packages/interaction/package.json | 12 +- standard/packages/list/package.json | 12 +- standard/packages/luxon1/package.json | 12 +- standard/packages/luxon2/package.json | 12 +- standard/packages/luxon3/package.json | 12 +- .../packages/moment-timezone/package.json | 12 +- standard/packages/moment/package.json | 12 +- standard/packages/multimonth/package.json | 14 +- standard/packages/rrule/package.json | 12 +- standard/packages/timegrid/package.json | 14 +- standard/packages/web-component/package.json | 12 +- standard/pnpm-lock.yaml | 36 +++--- 35 files changed, 310 insertions(+), 264 deletions(-) delete mode 100644 .changeset/six-buckets-unite.md delete mode 100644 .changeset/violet-turkeys-boil.md diff --git a/.changeset/six-buckets-unite.md b/.changeset/six-buckets-unite.md deleted file mode 100644 index bb112fe7e..000000000 --- a/.changeset/six-buckets-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fullcalendar/core": patch ---- - -test patch bump diff --git a/.changeset/violet-turkeys-boil.md b/.changeset/violet-turkeys-boil.md deleted file mode 100644 index 3a2e322b1..000000000 --- a/.changeset/violet-turkeys-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fullcalendar/list": patch ---- - -another minor patch test on list-plugin diff --git a/contrib/angular/package.json b/contrib/angular/package.json index 148e2cadf..9c6945383 100644 --- a/contrib/angular/package.json +++ b/contrib/angular/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/angular", - "version": "6.1.10", + "version": "6.1.11", "versionNote": [ "Keep lib/package.json synced!" ], @@ -25,13 +25,13 @@ "@angular/platform-browser": "~13.3.0", "@angular/platform-browser-dynamic": "~13.3.0", "@angular/router": "~13.3.0", - "@fullcalendar/core": "~6.1.10", - "@fullcalendar/daygrid": "~6.1.10", - "@fullcalendar/interaction": "~6.1.10", - "@fullcalendar/list": "~6.1.10", - "@fullcalendar/resource": "~6.1.10", - "@fullcalendar/resource-timegrid": "~6.1.10", - "@fullcalendar/resource-timeline": "~6.1.10", + "@fullcalendar/core": "~6.1.11", + "@fullcalendar/daygrid": "~6.1.11", + "@fullcalendar/interaction": "~6.1.11", + "@fullcalendar/list": "~6.1.11", + "@fullcalendar/resource": "~6.1.11", + "@fullcalendar/resource-timegrid": "~6.1.11", + "@fullcalendar/resource-timeline": "~6.1.11", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.11.4" diff --git a/contrib/react/package.json b/contrib/react/package.json index 458a9e5cc..3f7db3a32 100644 --- a/contrib/react/package.json +++ b/contrib/react/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/react", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar React Component", "description": "The official React Component for FullCalendar", "keywords": [ @@ -17,7 +17,7 @@ "url": "https://github.com/fullcalendar/fullcalendar-react.git" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "react": "^16.7.0 || ^17 || ^18", "react-dom": "^16.7.0 || ^17 || ^18" }, @@ -25,11 +25,11 @@ "@babel/core": "^7.0.0", "@babel/preset-env": "^7.9.0", "@babel/preset-react": "^7.9.4", - "@fullcalendar/core": "~6.1.10", - "@fullcalendar/daygrid": "~6.1.10", - "@fullcalendar/list": "~6.1.10", - "@fullcalendar/resource": "~6.1.10", - "@fullcalendar/resource-timeline": "~6.1.10", + "@fullcalendar/core": "~6.1.11", + "@fullcalendar/daygrid": "~6.1.11", + "@fullcalendar/list": "~6.1.11", + "@fullcalendar/resource": "~6.1.11", + "@fullcalendar/resource-timeline": "~6.1.11", "@rollup/plugin-babel": "^5.0.0", "@rollup/plugin-commonjs": "^12.0.0", "@rollup/plugin-json": "^4.0.3", diff --git a/contrib/vue2/package.json b/contrib/vue2/package.json index 1a443e0e4..746eec0aa 100644 --- a/contrib/vue2/package.json +++ b/contrib/vue2/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/vue", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Vue 2 Component", "description": "The official Vue 2 component for FullCalendar", "keywords": [ @@ -18,7 +18,7 @@ "url": "https://github.com/fullcalendar/fullcalendar-vue2.git" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "vue": "^2.6.12" }, "devDependencies": { @@ -26,11 +26,11 @@ "@babel/plugin-transform-runtime": "^7.10.1", "@babel/preset-env": "^7.8.4", "@babel/runtime": "^7.12.1", - "@fullcalendar/core": "~6.1.10", - "@fullcalendar/daygrid": "~6.1.10", - "@fullcalendar/interaction": "~6.1.10", - "@fullcalendar/resource": "~6.1.10", - "@fullcalendar/resource-timeline": "~6.1.10", + "@fullcalendar/core": "~6.1.11", + "@fullcalendar/daygrid": "~6.1.11", + "@fullcalendar/interaction": "~6.1.11", + "@fullcalendar/resource": "~6.1.11", + "@fullcalendar/resource-timeline": "~6.1.11", "@vue/test-utils": "^1.0.3", "babel-loader": "^8.1.0", "concurrently": "^5.3.0", diff --git a/contrib/vue3/package.json b/contrib/vue3/package.json index 36942d4ac..a70895882 100644 --- a/contrib/vue3/package.json +++ b/contrib/vue3/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/vue3", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Vue 3 Component", "description": "The official Vue 3 component for FullCalendar", "keywords": [ @@ -18,12 +18,12 @@ "url": "https://github.com/fullcalendar/fullcalendar-vue.git" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "vue": "^3.0.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", - "@fullcalendar/daygrid": "~6.1.10", + "@fullcalendar/core": "~6.1.11", + "@fullcalendar/daygrid": "~6.1.11", "@vitejs/plugin-vue": "^3.2.0", "@vue/test-utils": "next", "concurrently": "^5.3.0", diff --git a/package.json b/package.json index d2697378a..14ea080ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@fullcalendar-monorepos/all", - "version": "6.1.10", + "version": "6.1.11", "devDependencies": { "@changesets/cli": "^2.27.1", "@fullcalendar-scripts/standard": "*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a2ab0d5c7..e6b8f6ed0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -50,25 +50,25 @@ importers: specifier: ~13.3.0 version: 13.3.12(@angular/common@13.3.12)(@angular/core@13.3.12)(@angular/platform-browser@13.3.12)(rxjs@7.5.7) '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../standard/packages/core/dist '@fullcalendar/daygrid': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../standard/packages/daygrid/dist '@fullcalendar/interaction': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../standard/packages/interaction/dist '@fullcalendar/list': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../standard/packages/list/dist '@fullcalendar/resource': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../premium/packages/resource/dist '@fullcalendar/resource-timegrid': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../premium/packages/resource-timegrid/dist '@fullcalendar/resource-timeline': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../premium/packages/resource-timeline/dist rxjs: specifier: ~7.5.0 @@ -133,19 +133,19 @@ importers: specifier: ^7.9.4 version: 7.18.6(@babel/core@7.20.2) '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../standard/packages/core/dist '@fullcalendar/daygrid': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../standard/packages/daygrid/dist '@fullcalendar/list': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../standard/packages/list/dist '@fullcalendar/resource': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../premium/packages/resource/dist '@fullcalendar/resource-timeline': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../premium/packages/resource-timeline/dist '@rollup/plugin-babel': specifier: ^5.0.0 @@ -238,19 +238,19 @@ importers: specifier: ^7.12.1 version: 7.20.1 '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../standard/packages/core/dist '@fullcalendar/daygrid': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../standard/packages/daygrid/dist '@fullcalendar/interaction': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../standard/packages/interaction/dist '@fullcalendar/resource': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../premium/packages/resource/dist '@fullcalendar/resource-timeline': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../premium/packages/resource-timeline/dist '@vue/test-utils': specifier: ^1.0.3 @@ -313,10 +313,10 @@ importers: contrib/vue3: devDependencies: '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../standard/packages/core/dist '@fullcalendar/daygrid': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../standard/packages/daygrid/dist '@vitejs/plugin-vue': specifier: ^3.2.0 @@ -2870,14 +2870,14 @@ importers: premium/packages/adaptive: dependencies: '@fullcalendar/premium-common': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../premium-common/dist devDependencies: '@fullcalendar-scripts/standard': specifier: '*' version: link:../../../standard/scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../../standard/packages/core/dist publishDirectory: ./dist @@ -2902,118 +2902,118 @@ importers: specifier: '*' version: link:../../../standard/scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../../standard/packages/core/dist publishDirectory: ./dist premium/packages/resource: dependencies: '@fullcalendar/premium-common': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../premium-common/dist devDependencies: '@fullcalendar-scripts/standard': specifier: '*' version: link:../../../standard/scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../../standard/packages/core/dist publishDirectory: ./dist premium/packages/resource-daygrid: dependencies: '@fullcalendar/daygrid': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../../standard/packages/daygrid/dist '@fullcalendar/premium-common': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../premium-common/dist devDependencies: '@fullcalendar-scripts/standard': specifier: '*' version: link:../../../standard/scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../../standard/packages/core/dist '@fullcalendar/resource': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../resource/dist publishDirectory: ./dist premium/packages/resource-timegrid: dependencies: '@fullcalendar/premium-common': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../premium-common/dist '@fullcalendar/resource-daygrid': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../resource-daygrid/dist '@fullcalendar/timegrid': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../../standard/packages/timegrid/dist devDependencies: '@fullcalendar-scripts/standard': specifier: '*' version: link:../../../standard/scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../../standard/packages/core/dist '@fullcalendar/resource': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../resource/dist publishDirectory: ./dist premium/packages/resource-timeline: dependencies: '@fullcalendar/premium-common': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../premium-common/dist '@fullcalendar/scrollgrid': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../scrollgrid/dist '@fullcalendar/timeline': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../timeline/dist devDependencies: '@fullcalendar-scripts/standard': specifier: '*' version: link:../../../standard/scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../../standard/packages/core/dist '@fullcalendar/resource': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../resource/dist publishDirectory: ./dist premium/packages/scrollgrid: dependencies: '@fullcalendar/premium-common': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../premium-common/dist devDependencies: '@fullcalendar-scripts/standard': specifier: '*' version: link:../../../standard/scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../../standard/packages/core/dist publishDirectory: ./dist premium/packages/timeline: dependencies: '@fullcalendar/premium-common': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../premium-common/dist '@fullcalendar/scrollgrid': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../scrollgrid/dist devDependencies: '@fullcalendar-scripts/standard': specifier: '*' version: link:../../../standard/scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../../../standard/packages/core/dist publishDirectory: ./dist @@ -3140,7 +3140,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist @@ -3150,7 +3150,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist @@ -3177,7 +3177,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist @@ -3187,7 +3187,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist @@ -3197,7 +3197,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist ical.js: specifier: ^1.4.0 @@ -3210,7 +3210,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist @@ -3220,7 +3220,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist @@ -3230,7 +3230,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist luxon: specifier: ^1.12.1 @@ -3243,7 +3243,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist '@types/luxon': specifier: ^2.0.9 @@ -3259,7 +3259,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist '@types/luxon': specifier: ^3.3.0 @@ -3275,7 +3275,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist moment: specifier: ^2.29.1 @@ -3288,7 +3288,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist moment-timezone: specifier: ^0.5.40 @@ -3298,14 +3298,14 @@ importers: standard/packages/multimonth: dependencies: '@fullcalendar/daygrid': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../daygrid/dist devDependencies: '@fullcalendar-scripts/standard': specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist @@ -3315,7 +3315,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist rrule: specifier: ^2.6.0 @@ -3325,14 +3325,14 @@ importers: standard/packages/timegrid: dependencies: '@fullcalendar/daygrid': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../daygrid/dist devDependencies: '@fullcalendar-scripts/standard': specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist @@ -3342,7 +3342,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist diff --git a/premium/packages/adaptive/package.json b/premium/packages/adaptive/package.json index 2700ace68..c683176b5 100644 --- a/premium/packages/adaptive/package.json +++ b/premium/packages/adaptive/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/adaptive", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Adaptive Plugin", "description": "Optimizes FullCalendar for print", "keywords": [ @@ -8,13 +8,13 @@ ], "homepage": "https://fullcalendar.io/docs/print", "dependencies": { - "@fullcalendar/premium-common": "~6.1.10" + "@fullcalendar/premium-common": "~6.1.11" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.10" + "@fullcalendar/core": "~6.1.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*" }, "scripts": { @@ -24,7 +24,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -35,7 +35,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true } + ".": { + "iife": true + } }, "iifeGlobals": { ".": "FullCalendar.Adaptive" diff --git a/premium/packages/premium-common/package.json b/premium/packages/premium-common/package.json index 03aecccb3..d160a3319 100644 --- a/premium/packages/premium-common/package.json +++ b/premium/packages/premium-common/package.json @@ -1,13 +1,13 @@ { "name": "@fullcalendar/premium-common", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Premium Common", "description": "Utilities for FullCalendar's premium plugins", "peerDependencies": { - "@fullcalendar/core": "~6.1.10" + "@fullcalendar/core": "~6.1.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*" }, "scripts": { @@ -17,7 +17,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -28,7 +28,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true } + ".": { + "iife": true + } }, "iifeGlobals": { ".": "FullCalendar.PremiumCommon" diff --git a/premium/packages/resource-daygrid/package.json b/premium/packages/resource-daygrid/package.json index 5fad0b2d2..22f06b9a5 100644 --- a/premium/packages/resource-daygrid/package.json +++ b/premium/packages/resource-daygrid/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/resource-daygrid", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Resource Day Grid Plugin", "description": "Display events on day/resource columns", "keywords": [ @@ -9,16 +9,16 @@ ], "homepage": "https://fullcalendar.io/docs/resource-daygrid-view", "dependencies": { - "@fullcalendar/daygrid": "~6.1.10", - "@fullcalendar/premium-common": "~6.1.10" + "@fullcalendar/daygrid": "~6.1.11", + "@fullcalendar/premium-common": "~6.1.11" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.10", - "@fullcalendar/resource": "~6.1.10" + "@fullcalendar/core": "~6.1.11", + "@fullcalendar/resource": "~6.1.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", - "@fullcalendar/resource": "~6.1.10", + "@fullcalendar/core": "~6.1.11", + "@fullcalendar/resource": "~6.1.11", "@fullcalendar-scripts/standard": "*" }, "scripts": { @@ -28,7 +28,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -39,7 +39,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true }, + ".": { + "iife": true + }, "./internal": {} }, "iifeGlobals": { diff --git a/premium/packages/resource-timegrid/package.json b/premium/packages/resource-timegrid/package.json index f44adfec1..195a17368 100644 --- a/premium/packages/resource-timegrid/package.json +++ b/premium/packages/resource-timegrid/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/resource-timegrid", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Resource Time Grid Plugin", "description": "Displays events on a vertical resource view with time slots", "keywords": [ @@ -9,17 +9,17 @@ ], "homepage": "https://fullcalendar.io/docs/vertical-resource-view", "dependencies": { - "@fullcalendar/premium-common": "~6.1.10", - "@fullcalendar/resource-daygrid": "~6.1.10", - "@fullcalendar/timegrid": "~6.1.10" + "@fullcalendar/premium-common": "~6.1.11", + "@fullcalendar/resource-daygrid": "~6.1.11", + "@fullcalendar/timegrid": "~6.1.11" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.10", - "@fullcalendar/resource": "~6.1.10" + "@fullcalendar/core": "~6.1.11", + "@fullcalendar/resource": "~6.1.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", - "@fullcalendar/resource": "~6.1.10", + "@fullcalendar/core": "~6.1.11", + "@fullcalendar/resource": "~6.1.11", "@fullcalendar-scripts/standard": "*" }, "scripts": { @@ -29,7 +29,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -40,7 +40,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true }, + ".": { + "iife": true + }, "./internal": {} }, "iifeGlobals": { diff --git a/premium/packages/resource-timeline/package.json b/premium/packages/resource-timeline/package.json index 0eeddd32d..3fd08d7a5 100644 --- a/premium/packages/resource-timeline/package.json +++ b/premium/packages/resource-timeline/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/resource-timeline", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Resource Timeline Plugin", "description": "Display events and resources on a horizontal time axis", "keywords": [ @@ -10,17 +10,17 @@ ], "homepage": "https://fullcalendar.io/docs/timeline-view", "dependencies": { - "@fullcalendar/premium-common": "~6.1.10", - "@fullcalendar/scrollgrid": "~6.1.10", - "@fullcalendar/timeline": "~6.1.10" + "@fullcalendar/premium-common": "~6.1.11", + "@fullcalendar/scrollgrid": "~6.1.11", + "@fullcalendar/timeline": "~6.1.11" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.10", - "@fullcalendar/resource": "~6.1.10" + "@fullcalendar/core": "~6.1.11", + "@fullcalendar/resource": "~6.1.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", - "@fullcalendar/resource": "~6.1.10", + "@fullcalendar/core": "~6.1.11", + "@fullcalendar/resource": "~6.1.11", "@fullcalendar-scripts/standard": "*" }, "scripts": { @@ -30,7 +30,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -41,7 +41,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true }, + ".": { + "iife": true + }, "./internal": {} }, "iifeGlobals": { diff --git a/premium/packages/resource/package.json b/premium/packages/resource/package.json index c763a6d3e..c8073d53f 100644 --- a/premium/packages/resource/package.json +++ b/premium/packages/resource/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/resource", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Resource Plugin", "description": "Base support for resources, required by resource views", "keywords": [ @@ -8,13 +8,13 @@ "resource" ], "dependencies": { - "@fullcalendar/premium-common": "~6.1.10" + "@fullcalendar/premium-common": "~6.1.11" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.10" + "@fullcalendar/core": "~6.1.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*" }, "scripts": { @@ -24,7 +24,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -36,7 +36,9 @@ "sideEffects": true, "buildConfig": { "exports": { - ".": { "iife": true }, + ".": { + "iife": true + }, "./internal": {} }, "iifeGlobals": { diff --git a/premium/packages/scrollgrid/package.json b/premium/packages/scrollgrid/package.json index 71177c15d..fc4bd1d10 100644 --- a/premium/packages/scrollgrid/package.json +++ b/premium/packages/scrollgrid/package.json @@ -1,16 +1,16 @@ { "name": "@fullcalendar/scrollgrid", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar ScrollGrid Plugin", "description": "Tabular data chunked into scrollable panes", "dependencies": { - "@fullcalendar/premium-common": "~6.1.10" + "@fullcalendar/premium-common": "~6.1.11" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.10" + "@fullcalendar/core": "~6.1.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*" }, "scripts": { @@ -20,7 +20,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -31,7 +31,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true }, + ".": { + "iife": true + }, "./internal": {} }, "iifeGlobals": { diff --git a/premium/packages/timeline/package.json b/premium/packages/timeline/package.json index 3181dc84e..920d31510 100644 --- a/premium/packages/timeline/package.json +++ b/premium/packages/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/timeline", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Timeline Plugin", "description": "Display events on a horizontal time axis (without resources)", "keywords": [ @@ -9,14 +9,14 @@ ], "homepage": "https://fullcalendar.io/docs/timeline-view-no-resources", "dependencies": { - "@fullcalendar/premium-common": "~6.1.10", - "@fullcalendar/scrollgrid": "~6.1.10" + "@fullcalendar/premium-common": "~6.1.11", + "@fullcalendar/scrollgrid": "~6.1.11" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.10" + "@fullcalendar/core": "~6.1.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*" }, "scripts": { @@ -26,7 +26,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -37,7 +37,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true }, + ".": { + "iife": true + }, "./internal": {} }, "iifeGlobals": { diff --git a/standard/package.json b/standard/package.json index df98022e3..caf90a356 100644 --- a/standard/package.json +++ b/standard/package.json @@ -2,7 +2,7 @@ "private": true, "name": "@fullcalendar-monorepos/standard", "description": "Full-sized drag & drop event calendar in JavaScript", - "version": "6.1.10", + "version": "6.1.11", "keywords": [ "calendar", "event", diff --git a/standard/packages/bootstrap4/package.json b/standard/packages/bootstrap4/package.json index 125871677..90d40fc81 100644 --- a/standard/packages/bootstrap4/package.json +++ b/standard/packages/bootstrap4/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/bootstrap", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Bootstrap 4 Plugin", "description": "Bootstrap 4 theme for FullCalendar", "keywords": [ @@ -9,10 +9,10 @@ ], "homepage": "https://fullcalendar.io/docs/bootstrap4", "peerDependencies": { - "@fullcalendar/core": "~6.1.10" + "@fullcalendar/core": "~6.1.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*" }, "scripts": { @@ -22,7 +22,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -33,8 +33,10 @@ }, "buildConfig": { "exports": { - ".": { "iife": true }, - "./internal": { } + ".": { + "iife": true + }, + "./internal": {} }, "iifeGlobals": { ".": "FullCalendar.Bootstrap", diff --git a/standard/packages/bootstrap5/package.json b/standard/packages/bootstrap5/package.json index 0e4d122aa..fe3a71846 100644 --- a/standard/packages/bootstrap5/package.json +++ b/standard/packages/bootstrap5/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/bootstrap5", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Bootstrap 5 Plugin", "description": "Bootstrap 5 theme for FullCalendar", "keywords": [ @@ -9,10 +9,10 @@ ], "homepage": "https://fullcalendar.io/docs/bootstrap5", "peerDependencies": { - "@fullcalendar/core": "~6.1.10" + "@fullcalendar/core": "~6.1.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*" }, "scripts": { @@ -22,7 +22,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -33,7 +33,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true }, + ".": { + "iife": true + }, "./internal": {} }, "iifeGlobals": { diff --git a/standard/packages/core/package.json b/standard/packages/core/package.json index 8532783e3..bb87f01f8 100644 --- a/standard/packages/core/package.json +++ b/standard/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/core", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Core", "description": "FullCalendar core package for rendering a calendar", "dependencies": { @@ -18,7 +18,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -29,11 +29,19 @@ }, "buildConfig": { "exports": { - ".": { "iife": true }, + ".": { + "iife": true + }, "./preact": {}, "./internal": {}, - "./locales-all": { "iife": true, "generator": "./scripts/generate-locales-all.js" }, - "./locales/*": { "iife": true, "iifeGenerator": "./scripts/generate-locale-iife.js" } + "./locales-all": { + "iife": true, + "generator": "./scripts/generate-locales-all.js" + }, + "./locales/*": { + "iife": true, + "iifeGenerator": "./scripts/generate-locale-iife.js" + } }, "iifeGlobals": { ".": "FullCalendar", diff --git a/standard/packages/daygrid/package.json b/standard/packages/daygrid/package.json index a1af38ce3..5901fb4f0 100644 --- a/standard/packages/daygrid/package.json +++ b/standard/packages/daygrid/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/daygrid", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Day Grid Plugin", "description": "Display events on a month view or \"day grid\" view", "homepage": "https://fullcalendar.io/docs/month-view", @@ -9,10 +9,10 @@ "month-view" ], "peerDependencies": { - "@fullcalendar/core": "~6.1.10" + "@fullcalendar/core": "~6.1.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*" }, "scripts": { @@ -22,7 +22,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -33,7 +33,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true }, + ".": { + "iife": true + }, "./internal": {} }, "iifeGlobals": { diff --git a/standard/packages/google-calendar/package.json b/standard/packages/google-calendar/package.json index 4bd42b8c9..8ae24ae88 100644 --- a/standard/packages/google-calendar/package.json +++ b/standard/packages/google-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/google-calendar", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Google Calendar Plugin", "description": "Display events from a public Google Calendar feed", "homepage": "https://fullcalendar.io/docs/google-calendar", @@ -8,10 +8,10 @@ "google-calendar" ], "peerDependencies": { - "@fullcalendar/core": "~6.1.10" + "@fullcalendar/core": "~6.1.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*" }, "scripts": { @@ -21,7 +21,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -32,7 +32,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true } + ".": { + "iife": true + } }, "iifeGlobals": { ".": "FullCalendar.GoogleCalendar" diff --git a/standard/packages/icalendar/package.json b/standard/packages/icalendar/package.json index d332f22e6..2802f58c4 100644 --- a/standard/packages/icalendar/package.json +++ b/standard/packages/icalendar/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/icalendar", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar iCalendar Plugin", "description": "Display events from a public iCalendar feed", "keywords": [ @@ -9,11 +9,11 @@ ], "homepage": "https://fullcalendar.io/docs/icalendar", "peerDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "ical.js": "^1.4.0" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*", "ical.js": "^1.4.0" }, @@ -24,7 +24,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -35,7 +35,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true } + ".": { + "iife": true + } }, "iifeGlobals": { ".": "FullCalendar.ICalendar", diff --git a/standard/packages/interaction/package.json b/standard/packages/interaction/package.json index a6533092d..3c8188ebf 100644 --- a/standard/packages/interaction/package.json +++ b/standard/packages/interaction/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/interaction", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Interaction Plugin", "description": "Calendar functionality for event drag-n-drop, event resizing, date clicking, and date selecting", "keywords": [ @@ -10,10 +10,10 @@ ], "homepage": "https://fullcalendar.io/docs/editable", "peerDependencies": { - "@fullcalendar/core": "~6.1.10" + "@fullcalendar/core": "~6.1.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*" }, "scripts": { @@ -23,7 +23,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -34,7 +34,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true } + ".": { + "iife": true + } }, "iifeGlobals": { ".": "FullCalendar.Interaction" diff --git a/standard/packages/list/package.json b/standard/packages/list/package.json index 7a8e56dcf..442ec5566 100644 --- a/standard/packages/list/package.json +++ b/standard/packages/list/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/list", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar List View Plugin", "description": "Display events on a calendar view that looks like a bulleted list", "keywords": [ @@ -8,10 +8,10 @@ ], "homepage": "https://fullcalendar.io/docs/list-view", "peerDependencies": { - "@fullcalendar/core": "~6.1.10" + "@fullcalendar/core": "~6.1.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*" }, "scripts": { @@ -21,7 +21,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -32,7 +32,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true }, + ".": { + "iife": true + }, "./internal": {} }, "iifeGlobals": { diff --git a/standard/packages/luxon1/package.json b/standard/packages/luxon1/package.json index 20da92056..cb3c0dea4 100644 --- a/standard/packages/luxon1/package.json +++ b/standard/packages/luxon1/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/luxon", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Luxon 1 Plugin", "description": "Enhanced date formatting, conversion, and named time zone functionality with Luxon 1", "keywords": [ @@ -10,11 +10,11 @@ ], "homepage": "https://fullcalendar.io/docs/luxon1", "peerDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "luxon": "^1.12.1" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*", "luxon": "^1.12.1" }, @@ -25,7 +25,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -36,7 +36,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true } + ".": { + "iife": true + } }, "iifeGlobals": { ".": "FullCalendar.Luxon", diff --git a/standard/packages/luxon2/package.json b/standard/packages/luxon2/package.json index e5fe866bc..07deea1b8 100644 --- a/standard/packages/luxon2/package.json +++ b/standard/packages/luxon2/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/luxon2", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Luxon 2 Plugin", "description": "Enhanced date formatting, conversion, and named time zone functionality with Luxon 2", "keywords": [ @@ -10,11 +10,11 @@ ], "homepage": "https://fullcalendar.io/docs/luxon2", "peerDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "luxon": "^2.0.0" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*", "@types/luxon": "^2.0.9", "luxon": "^2.0.0" @@ -26,7 +26,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -37,7 +37,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true } + ".": { + "iife": true + } }, "iifeGlobals": { ".": "FullCalendar.Luxon2", diff --git a/standard/packages/luxon3/package.json b/standard/packages/luxon3/package.json index 2f671ab38..c3290b20c 100644 --- a/standard/packages/luxon3/package.json +++ b/standard/packages/luxon3/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/luxon3", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Luxon 3 Plugin", "description": "Enhanced date formatting, conversion, and named time zone functionality with Luxon 3", "keywords": [ @@ -10,11 +10,11 @@ ], "homepage": "https://fullcalendar.io/docs/luxon", "peerDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "luxon": "^3.0.0" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*", "@types/luxon": "^3.3.0", "luxon": "^3.0.0" @@ -26,7 +26,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -37,7 +37,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true } + ".": { + "iife": true + } }, "iifeGlobals": { ".": "FullCalendar.Luxon3", diff --git a/standard/packages/moment-timezone/package.json b/standard/packages/moment-timezone/package.json index 1842f47de..ead7d5884 100644 --- a/standard/packages/moment-timezone/package.json +++ b/standard/packages/moment-timezone/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/moment-timezone", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Moment Timezone Plugin", "description": "Enhanced named time zone functionality with Moment Timezone", "keywords": [ @@ -10,11 +10,11 @@ ], "homepage": "https://fullcalendar.io/docs/moment-timezone-plugin", "peerDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "moment-timezone": "^0.5.40" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*", "moment-timezone": "^0.5.40" }, @@ -25,7 +25,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -36,7 +36,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true } + ".": { + "iife": true + } }, "iifeGlobals": { ".": "FullCalendar.MomentTimezone", diff --git a/standard/packages/moment/package.json b/standard/packages/moment/package.json index 7cdea2fdb..0c23968a7 100644 --- a/standard/packages/moment/package.json +++ b/standard/packages/moment/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/moment", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Moment Plugin", "description": "Enhanced date formatting and conversion with Moment", "keywords": [ @@ -8,11 +8,11 @@ ], "homepage": "https://fullcalendar.io/docs/moment-plugin", "peerDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "moment": "^2.29.1" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*", "moment": "^2.29.1" }, @@ -23,7 +23,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -34,7 +34,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true } + ".": { + "iife": true + } }, "iifeGlobals": { ".": "FullCalendar.Moment", diff --git a/standard/packages/multimonth/package.json b/standard/packages/multimonth/package.json index 80f22adb9..ce535b69b 100644 --- a/standard/packages/multimonth/package.json +++ b/standard/packages/multimonth/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/multimonth", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Multi-Month Plugin", "description": "Display a sequence or grid of multiple months", "keywords": [ @@ -8,13 +8,13 @@ ], "homepage": "https://fullcalendar.io/docs/multimonth-grid", "dependencies": { - "@fullcalendar/daygrid": "~6.1.10" + "@fullcalendar/daygrid": "~6.1.11" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.10" + "@fullcalendar/core": "~6.1.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*" }, "scripts": { @@ -24,7 +24,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -35,7 +35,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true } + ".": { + "iife": true + } }, "iifeGlobals": { ".": "FullCalendar.MultiMonth" diff --git a/standard/packages/rrule/package.json b/standard/packages/rrule/package.json index 39b97e8c7..a1f958e69 100644 --- a/standard/packages/rrule/package.json +++ b/standard/packages/rrule/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/rrule", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar RRule Plugin", "description": "Recurring events with RRule", "keywords": [ @@ -8,11 +8,11 @@ ], "homepage": "https://fullcalendar.io/docs/rrule-plugin", "peerDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "rrule": "^2.6.0" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*", "rrule": "^2.6.0" }, @@ -23,7 +23,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -34,7 +34,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true } + ".": { + "iife": true + } }, "iifeGlobals": { ".": "FullCalendar.RRule", diff --git a/standard/packages/timegrid/package.json b/standard/packages/timegrid/package.json index eb7db02f7..a5fa04fa9 100644 --- a/standard/packages/timegrid/package.json +++ b/standard/packages/timegrid/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/timegrid", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Time Grid Plugin", "description": "Display events on time slots", "keywords": [ @@ -9,13 +9,13 @@ ], "homepage": "https://fullcalendar.io/docs/timegrid-view", "dependencies": { - "@fullcalendar/daygrid": "~6.1.10" + "@fullcalendar/daygrid": "~6.1.11" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.10" + "@fullcalendar/core": "~6.1.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*" }, "scripts": { @@ -25,7 +25,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -36,7 +36,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true }, + ".": { + "iife": true + }, "./internal": {} }, "iifeGlobals": { diff --git a/standard/packages/web-component/package.json b/standard/packages/web-component/package.json index 74bd53705..b42446e5b 100644 --- a/standard/packages/web-component/package.json +++ b/standard/packages/web-component/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/web-component", - "version": "6.1.10", + "version": "6.1.11", "title": "FullCalendar Web Component", "description": "Custom Element for FullCalendar", "keywords": [ @@ -9,10 +9,10 @@ ], "homepage": "https://fullcalendar.io/docs/web-component", "peerDependencies": { - "@fullcalendar/core": "~6.1.10" + "@fullcalendar/core": "~6.1.11" }, "devDependencies": { - "@fullcalendar/core": "~6.1.10", + "@fullcalendar/core": "~6.1.11", "@fullcalendar-scripts/standard": "*" }, "scripts": { @@ -22,7 +22,7 @@ }, "type": "module", "tsConfig": { - "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", + "extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/.tsout" @@ -33,7 +33,9 @@ }, "buildConfig": { "exports": { - ".": { "iife": true }, + ".": { + "iife": true + }, "./global": {} }, "iifeGlobals": { diff --git a/standard/pnpm-lock.yaml b/standard/pnpm-lock.yaml index a0f7974c2..7a0c64338 100644 --- a/standard/pnpm-lock.yaml +++ b/standard/pnpm-lock.yaml @@ -49,7 +49,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist @@ -59,7 +59,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist @@ -86,7 +86,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist @@ -96,7 +96,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist @@ -106,7 +106,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist ical.js: specifier: ^1.4.0 @@ -119,7 +119,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist @@ -129,7 +129,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist @@ -139,7 +139,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist luxon: specifier: ^1.12.1 @@ -152,7 +152,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist '@types/luxon': specifier: ^2.0.9 @@ -168,7 +168,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist '@types/luxon': specifier: ^3.3.0 @@ -184,7 +184,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist moment: specifier: ^2.29.1 @@ -197,7 +197,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist moment-timezone: specifier: ^0.5.40 @@ -207,14 +207,14 @@ importers: packages/multimonth: dependencies: '@fullcalendar/daygrid': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../daygrid/dist devDependencies: '@fullcalendar-scripts/standard': specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist @@ -224,7 +224,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist rrule: specifier: ^2.6.0 @@ -234,14 +234,14 @@ importers: packages/timegrid: dependencies: '@fullcalendar/daygrid': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../daygrid/dist devDependencies: '@fullcalendar-scripts/standard': specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist @@ -251,7 +251,7 @@ importers: specifier: '*' version: link:../../scripts '@fullcalendar/core': - specifier: ~6.1.10 + specifier: ~6.1.11 version: link:../core/dist publishDirectory: ./dist