From 01ab21fb945a3919c47a366e526db69de477474a Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 27 Dec 2022 17:32:12 -0500 Subject: [PATCH] bump --- CHANGELOG.md | 2 +- bundle/package.json | 12 ++++++------ packages/bootstrap4/package.json | 6 +++--- packages/bootstrap5/package.json | 6 +++--- packages/core/package.json | 2 +- packages/daygrid/package.json | 6 +++--- packages/google-calendar/package.json | 6 +++--- packages/icalendar/package.json | 6 +++--- packages/interaction/package.json | 6 +++--- packages/list/package.json | 6 +++--- packages/luxon1/package.json | 6 +++--- packages/luxon2/package.json | 6 +++--- packages/moment-timezone/package.json | 6 +++--- packages/moment/package.json | 6 +++--- packages/rrule/package.json | 6 +++--- packages/timegrid/package.json | 8 ++++---- packages/web-component/package.json | 6 +++--- tests/package.json | 26 +++++++++++++------------- 18 files changed, 64 insertions(+), 64 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac1486923..acbffdaa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ Angular: Vue 2: -- FIX: resource content-injection, when resource element destroyed, throws JS error (#7105) +- FIX: resource content-injection, when resource element destroyed, throws JS error v6.0.1 (2022-12-20) diff --git a/bundle/package.json b/bundle/package.json index 87e8912cc..401c00891 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -1,15 +1,15 @@ { "name": "fullcalendar", - "version": "6.0.1", + "version": "6.0.2", "title": "FullCalendar Standard Bundle", "description": "Easily render a full-sized drag & drop calendar with a combination of standard plugins", "homepage": "https://fullcalendar.io/docs/initialize-globals", "dependencies": { - "@fullcalendar/core": "~6.0.1", - "@fullcalendar/daygrid": "~6.0.1", - "@fullcalendar/interaction": "~6.0.1", - "@fullcalendar/list": "~6.0.1", - "@fullcalendar/timegrid": "~6.0.1" + "@fullcalendar/core": "~6.0.2", + "@fullcalendar/daygrid": "~6.0.2", + "@fullcalendar/interaction": "~6.0.2", + "@fullcalendar/list": "~6.0.2", + "@fullcalendar/timegrid": "~6.0.2" }, "devDependencies": { "@fullcalendar/standard-scripts": "*" diff --git a/packages/bootstrap4/package.json b/packages/bootstrap4/package.json index 75f363791..5130c91cd 100644 --- a/packages/bootstrap4/package.json +++ b/packages/bootstrap4/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/bootstrap", - "version": "6.0.1", + "version": "6.0.2", "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.0.1" + "@fullcalendar/core": "~6.0.2" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/packages/bootstrap5/package.json b/packages/bootstrap5/package.json index de15b346d..c6be23489 100644 --- a/packages/bootstrap5/package.json +++ b/packages/bootstrap5/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/bootstrap5", - "version": "6.0.1", + "version": "6.0.2", "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.0.1" + "@fullcalendar/core": "~6.0.2" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/packages/core/package.json b/packages/core/package.json index 67b50580b..ec0d0ebbf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/core", - "version": "6.0.1", + "version": "6.0.2", "title": "FullCalendar Core", "description": "FullCalendar core package for rendering a calendar", "dependencies": { diff --git a/packages/daygrid/package.json b/packages/daygrid/package.json index 1e4bb7d40..04c82d9fb 100644 --- a/packages/daygrid/package.json +++ b/packages/daygrid/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/daygrid", - "version": "6.0.1", + "version": "6.0.2", "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.0.1" + "@fullcalendar/core": "~6.0.2" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/packages/google-calendar/package.json b/packages/google-calendar/package.json index 1e00da8a7..facb73531 100644 --- a/packages/google-calendar/package.json +++ b/packages/google-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/google-calendar", - "version": "6.0.1", + "version": "6.0.2", "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.0.1" + "@fullcalendar/core": "~6.0.2" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/packages/icalendar/package.json b/packages/icalendar/package.json index c29adee9d..5540f6a07 100644 --- a/packages/icalendar/package.json +++ b/packages/icalendar/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/icalendar", - "version": "6.0.1", + "version": "6.0.2", "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.0.1", + "@fullcalendar/core": "~6.0.2", "ical.js": "^1.4.0" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*", "ical.js": "^1.4.0" }, diff --git a/packages/interaction/package.json b/packages/interaction/package.json index 97e6f0e9c..0e9e65cc0 100644 --- a/packages/interaction/package.json +++ b/packages/interaction/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/interaction", - "version": "6.0.1", + "version": "6.0.2", "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.0.1" + "@fullcalendar/core": "~6.0.2" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/packages/list/package.json b/packages/list/package.json index dc187c8ea..3b2bd6d30 100644 --- a/packages/list/package.json +++ b/packages/list/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/list", - "version": "6.0.1", + "version": "6.0.2", "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.0.1" + "@fullcalendar/core": "~6.0.2" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/packages/luxon1/package.json b/packages/luxon1/package.json index 579300709..6a0c63b82 100644 --- a/packages/luxon1/package.json +++ b/packages/luxon1/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/luxon", - "version": "6.0.1", + "version": "6.0.2", "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.0.1", + "@fullcalendar/core": "~6.0.2", "luxon": "^1.12.1" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*", "luxon": "^1.12.1" }, diff --git a/packages/luxon2/package.json b/packages/luxon2/package.json index d017d14b6..069538a39 100644 --- a/packages/luxon2/package.json +++ b/packages/luxon2/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/luxon2", - "version": "6.0.1", + "version": "6.0.2", "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.0.1", + "@fullcalendar/core": "~6.0.2", "luxon": "^2.0.0" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*", "@types/luxon": "^2.0.9", "luxon": "^2.0.0" diff --git a/packages/moment-timezone/package.json b/packages/moment-timezone/package.json index 7c6962991..e30f7abff 100644 --- a/packages/moment-timezone/package.json +++ b/packages/moment-timezone/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/moment-timezone", - "version": "6.0.1", + "version": "6.0.2", "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.0.1", + "@fullcalendar/core": "~6.0.2", "moment-timezone": "^0.5.31" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*", "moment-timezone": "^0.5.31" }, diff --git a/packages/moment/package.json b/packages/moment/package.json index 1632f90c1..416463b67 100644 --- a/packages/moment/package.json +++ b/packages/moment/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/moment", - "version": "6.0.1", + "version": "6.0.2", "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.0.1", + "@fullcalendar/core": "~6.0.2", "moment": "^2.29.1" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*", "moment": "^2.29.1" }, diff --git a/packages/rrule/package.json b/packages/rrule/package.json index 6f108fcdf..172a17553 100644 --- a/packages/rrule/package.json +++ b/packages/rrule/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/rrule", - "version": "6.0.1", + "version": "6.0.2", "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.0.1", + "@fullcalendar/core": "~6.0.2", "rrule": "^2.6.0" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*", "rrule": "^2.6.0" }, diff --git a/packages/timegrid/package.json b/packages/timegrid/package.json index c70130ead..fc23ccd01 100644 --- a/packages/timegrid/package.json +++ b/packages/timegrid/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/timegrid", - "version": "6.0.1", + "version": "6.0.2", "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.0.1" + "@fullcalendar/daygrid": "~6.0.2" }, "peerDependencies": { - "@fullcalendar/core": "~6.0.1" + "@fullcalendar/core": "~6.0.2" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/packages/web-component/package.json b/packages/web-component/package.json index 2aa6c5d24..d191876ab 100644 --- a/packages/web-component/package.json +++ b/packages/web-component/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/web-component", - "version": "6.0.1", + "version": "6.0.2", "title": "FullCalendar Web Component", "description": "Custom Element for FullCalendar", "keywords": [ @@ -8,10 +8,10 @@ "custom-element" ], "peerDependencies": { - "@fullcalendar/core": "~6.0.1" + "@fullcalendar/core": "~6.0.2" }, "devDependencies": { - "@fullcalendar/core": "~6.0.1", + "@fullcalendar/core": "~6.0.2", "@fullcalendar/standard-scripts": "*" }, "scripts": { diff --git a/tests/package.json b/tests/package.json index 5cfa9fcf8..9f25499c3 100644 --- a/tests/package.json +++ b/tests/package.json @@ -3,19 +3,19 @@ "name": "@fullcalendar/standard-tests", "version": "0.0.0", "dependencies": { - "@fullcalendar/bootstrap": "~6.0.1", - "@fullcalendar/core": "~6.0.1", - "@fullcalendar/daygrid": "~6.0.1", - "@fullcalendar/google-calendar": "~6.0.0", - "@fullcalendar/icalendar": "~6.0.1", - "@fullcalendar/interaction": "~6.0.1", - "@fullcalendar/list": "~6.0.1", - "@fullcalendar/luxon2": "~6.0.1", - "@fullcalendar/moment": "~6.0.1", - "@fullcalendar/moment-timezone": "~6.0.0", - "@fullcalendar/rrule": "~6.0.1", - "@fullcalendar/timegrid": "~6.0.1", - "fullcalendar": "~6.0.0", + "@fullcalendar/bootstrap": "~6.0.2", + "@fullcalendar/core": "~6.0.2", + "@fullcalendar/daygrid": "~6.0.2", + "@fullcalendar/google-calendar": "~6.0.2", + "@fullcalendar/icalendar": "~6.0.2", + "@fullcalendar/interaction": "~6.0.2", + "@fullcalendar/list": "~6.0.2", + "@fullcalendar/luxon2": "~6.0.2", + "@fullcalendar/moment": "~6.0.2", + "@fullcalendar/moment-timezone": "~6.0.2", + "@fullcalendar/rrule": "~6.0.2", + "@fullcalendar/timegrid": "~6.0.2", + "fullcalendar": "~6.0.2", "luxon": "^2.0.0", "moment": "^2.29.1", "moment-timezone": "^0.5.31",