Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Nov 29, 2023
1 parent 770dbfa commit 1ca866e
Show file tree
Hide file tree
Showing 19 changed files with 72 additions and 72 deletions.
14 changes: 7 additions & 7 deletions bundle/package.json
@@ -1,16 +1,16 @@
{
"name": "fullcalendar",
"version": "6.1.9",
"version": "6.1.10",
"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.1.9",
"@fullcalendar/daygrid": "~6.1.9",
"@fullcalendar/interaction": "~6.1.9",
"@fullcalendar/list": "~6.1.9",
"@fullcalendar/multimonth": "~6.1.9",
"@fullcalendar/timegrid": "~6.1.9"
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/daygrid": "~6.1.10",
"@fullcalendar/interaction": "~6.1.10",
"@fullcalendar/list": "~6.1.10",
"@fullcalendar/multimonth": "~6.1.10",
"@fullcalendar/timegrid": "~6.1.10"
},
"devDependencies": {
"@fullcalendar/standard-scripts": "*"
Expand Down
6 changes: 3 additions & 3 deletions packages/bootstrap4/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/bootstrap",
"version": "6.1.9",
"version": "6.1.10",
"title": "FullCalendar Bootstrap 4 Plugin",
"description": "Bootstrap 4 theme for FullCalendar",
"keywords": [
Expand All @@ -9,10 +9,10 @@
],
"homepage": "https://fullcalendar.io/docs/bootstrap4",
"peerDependencies": {
"@fullcalendar/core": "~6.1.9"
"@fullcalendar/core": "~6.1.10"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/standard-scripts": "*"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/bootstrap5/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/bootstrap5",
"version": "6.1.9",
"version": "6.1.10",
"title": "FullCalendar Bootstrap 5 Plugin",
"description": "Bootstrap 5 theme for FullCalendar",
"keywords": [
Expand All @@ -9,10 +9,10 @@
],
"homepage": "https://fullcalendar.io/docs/bootstrap5",
"peerDependencies": {
"@fullcalendar/core": "~6.1.9"
"@fullcalendar/core": "~6.1.10"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/standard-scripts": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/core",
"version": "6.1.9",
"version": "6.1.10",
"title": "FullCalendar Core",
"description": "FullCalendar core package for rendering a calendar",
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/daygrid/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/daygrid",
"version": "6.1.9",
"version": "6.1.10",
"title": "FullCalendar Day Grid Plugin",
"description": "Display events on a month view or \"day grid\" view",
"homepage": "https://fullcalendar.io/docs/month-view",
Expand All @@ -9,10 +9,10 @@
"month-view"
],
"peerDependencies": {
"@fullcalendar/core": "~6.1.9"
"@fullcalendar/core": "~6.1.10"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/standard-scripts": "*"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/google-calendar/package.json
@@ -1,17 +1,17 @@
{
"name": "@fullcalendar/google-calendar",
"version": "6.1.9",
"version": "6.1.10",
"title": "FullCalendar Google Calendar Plugin",
"description": "Display events from a public Google Calendar feed",
"homepage": "https://fullcalendar.io/docs/google-calendar",
"keywords": [
"google-calendar"
],
"peerDependencies": {
"@fullcalendar/core": "~6.1.9"
"@fullcalendar/core": "~6.1.10"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/standard-scripts": "*"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/icalendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/icalendar",
"version": "6.1.9",
"version": "6.1.10",
"title": "FullCalendar iCalendar Plugin",
"description": "Display events from a public iCalendar feed",
"keywords": [
Expand All @@ -9,11 +9,11 @@
],
"homepage": "https://fullcalendar.io/docs/icalendar",
"peerDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"ical.js": "^1.4.0"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/standard-scripts": "*",
"ical.js": "^1.4.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/interaction/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/interaction",
"version": "6.1.9",
"version": "6.1.10",
"title": "FullCalendar Interaction Plugin",
"description": "Calendar functionality for event drag-n-drop, event resizing, date clicking, and date selecting",
"keywords": [
Expand All @@ -10,10 +10,10 @@
],
"homepage": "https://fullcalendar.io/docs/editable",
"peerDependencies": {
"@fullcalendar/core": "~6.1.9"
"@fullcalendar/core": "~6.1.10"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/standard-scripts": "*"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/list/package.json
@@ -1,17 +1,17 @@
{
"name": "@fullcalendar/list",
"version": "6.1.9",
"version": "6.1.10",
"title": "FullCalendar List View Plugin",
"description": "Display events on a calendar view that looks like a bulleted list",
"keywords": [
"list-view"
],
"homepage": "https://fullcalendar.io/docs/list-view",
"peerDependencies": {
"@fullcalendar/core": "~6.1.9"
"@fullcalendar/core": "~6.1.10"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/standard-scripts": "*"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/luxon1/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/luxon",
"version": "6.1.9",
"version": "6.1.10",
"title": "FullCalendar Luxon 1 Plugin",
"description": "Enhanced date formatting, conversion, and named time zone functionality with Luxon 1",
"keywords": [
Expand All @@ -10,11 +10,11 @@
],
"homepage": "https://fullcalendar.io/docs/luxon1",
"peerDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"luxon": "^1.12.1"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/standard-scripts": "*",
"luxon": "^1.12.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/luxon2/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/luxon2",
"version": "6.1.9",
"version": "6.1.10",
"title": "FullCalendar Luxon 2 Plugin",
"description": "Enhanced date formatting, conversion, and named time zone functionality with Luxon 2",
"keywords": [
Expand All @@ -10,11 +10,11 @@
],
"homepage": "https://fullcalendar.io/docs/luxon2",
"peerDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"luxon": "^2.0.0"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/standard-scripts": "*",
"@types/luxon": "^2.0.9",
"luxon": "^2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/luxon3/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/luxon3",
"version": "6.1.9",
"version": "6.1.10",
"title": "FullCalendar Luxon 3 Plugin",
"description": "Enhanced date formatting, conversion, and named time zone functionality with Luxon 3",
"keywords": [
Expand All @@ -10,11 +10,11 @@
],
"homepage": "https://fullcalendar.io/docs/luxon",
"peerDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"luxon": "^3.0.0"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/standard-scripts": "*",
"@types/luxon": "^3.3.0",
"luxon": "^3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/moment-timezone/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/moment-timezone",
"version": "6.1.9",
"version": "6.1.10",
"title": "FullCalendar Moment Timezone Plugin",
"description": "Enhanced named time zone functionality with Moment Timezone",
"keywords": [
Expand All @@ -10,11 +10,11 @@
],
"homepage": "https://fullcalendar.io/docs/moment-timezone-plugin",
"peerDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"moment-timezone": "^0.5.40"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/standard-scripts": "*",
"moment-timezone": "^0.5.40"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/moment/package.json
@@ -1,18 +1,18 @@
{
"name": "@fullcalendar/moment",
"version": "6.1.9",
"version": "6.1.10",
"title": "FullCalendar Moment Plugin",
"description": "Enhanced date formatting and conversion with Moment",
"keywords": [
"moment"
],
"homepage": "https://fullcalendar.io/docs/moment-plugin",
"peerDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"moment": "^2.29.1"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/standard-scripts": "*",
"moment": "^2.29.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/multimonth/package.json
@@ -1,20 +1,20 @@
{
"name": "@fullcalendar/multimonth",
"version": "6.1.9",
"version": "6.1.10",
"title": "FullCalendar Multi-Month Plugin",
"description": "Display a sequence or grid of multiple months",
"keywords": [
"month"
],
"homepage": "https://fullcalendar.io/docs/multimonth-grid",
"dependencies": {
"@fullcalendar/daygrid": "~6.1.9"
"@fullcalendar/daygrid": "~6.1.10"
},
"peerDependencies": {
"@fullcalendar/core": "~6.1.9"
"@fullcalendar/core": "~6.1.10"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/standard-scripts": "*"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/rrule/package.json
@@ -1,18 +1,18 @@
{
"name": "@fullcalendar/rrule",
"version": "6.1.9",
"version": "6.1.10",
"title": "FullCalendar RRule Plugin",
"description": "Recurring events with RRule",
"keywords": [
"rrule"
],
"homepage": "https://fullcalendar.io/docs/rrule-plugin",
"peerDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"rrule": "^2.6.0"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/standard-scripts": "*",
"rrule": "^2.6.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/timegrid/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/timegrid",
"version": "6.1.9",
"version": "6.1.10",
"title": "FullCalendar Time Grid Plugin",
"description": "Display events on time slots",
"keywords": [
Expand All @@ -9,13 +9,13 @@
],
"homepage": "https://fullcalendar.io/docs/timegrid-view",
"dependencies": {
"@fullcalendar/daygrid": "~6.1.9"
"@fullcalendar/daygrid": "~6.1.10"
},
"peerDependencies": {
"@fullcalendar/core": "~6.1.9"
"@fullcalendar/core": "~6.1.10"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/standard-scripts": "*"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/web-component/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/web-component",
"version": "6.1.9",
"version": "6.1.10",
"title": "FullCalendar Web Component",
"description": "Custom Element for FullCalendar",
"keywords": [
Expand All @@ -9,10 +9,10 @@
],
"homepage": "https://fullcalendar.io/docs/web-component",
"peerDependencies": {
"@fullcalendar/core": "~6.1.9"
"@fullcalendar/core": "~6.1.10"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/core": "~6.1.10",
"@fullcalendar/standard-scripts": "*"
},
"scripts": {
Expand Down

0 comments on commit 1ca866e

Please sign in to comment.