Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jul 27, 2022
1 parent 84c7910 commit 370b6e6
Show file tree
Hide file tree
Showing 27 changed files with 314 additions and 314 deletions.
2 changes: 1 addition & 1 deletion example-projects
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "fullcalendar-workspace",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar",
"description": "Full-sized drag & drop event calendar",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages-contrib/angular
2 changes: 1 addition & 1 deletion packages-contrib/angular-ivy
Submodule angular-ivy updated from 99a82f to 6e1683
2 changes: 1 addition & 1 deletion packages-contrib/react
Submodule react updated 1 files
+3 −3 package.json
2 changes: 1 addition & 1 deletion packages-contrib/vue
Submodule vue updated 1 files
+3 −3 package.json
2 changes: 1 addition & 1 deletion packages-contrib/vue3
Submodule vue3 updated 1 files
+3 −3 package.json
2 changes: 1 addition & 1 deletion packages-premium
26 changes: 13 additions & 13 deletions packages/__tests__/package.json
Expand Up @@ -3,19 +3,19 @@
"name": "fullcalendar-tests",
"version": "0.0.0",
"dependencies": {
"@fullcalendar/bootstrap": "workspace:~5.11.0",
"@fullcalendar/common": "workspace:~5.11.0",
"@fullcalendar/core": "workspace:~5.11.0",
"@fullcalendar/daygrid": "workspace:~5.11.0",
"@fullcalendar/google-calendar": "workspace:~5.11.0",
"@fullcalendar/icalendar": "workspace:~5.11.0",
"@fullcalendar/interaction": "workspace:~5.11.0",
"@fullcalendar/list": "workspace:~5.11.0",
"@fullcalendar/luxon2": "workspace:~5.11.0",
"@fullcalendar/moment": "workspace:~5.11.0",
"@fullcalendar/moment-timezone": "workspace:~5.11.0",
"@fullcalendar/rrule": "workspace:~5.11.0",
"@fullcalendar/timegrid": "workspace:~5.11.0",
"@fullcalendar/bootstrap": "workspace:~5.11.2",
"@fullcalendar/common": "workspace:~5.11.2",
"@fullcalendar/core": "workspace:~5.11.2",
"@fullcalendar/daygrid": "workspace:~5.11.2",
"@fullcalendar/google-calendar": "workspace:~5.11.2",
"@fullcalendar/icalendar": "workspace:~5.11.2",
"@fullcalendar/interaction": "workspace:~5.11.2",
"@fullcalendar/list": "workspace:~5.11.2",
"@fullcalendar/luxon2": "workspace:~5.11.2",
"@fullcalendar/moment": "workspace:~5.11.2",
"@fullcalendar/moment-timezone": "workspace:~5.11.2",
"@fullcalendar/rrule": "workspace:~5.11.2",
"@fullcalendar/timegrid": "workspace:~5.11.2",
"components-jqueryui": "^1.12.1",
"jasmine-jquery": "^2.1.1",
"jquery": "^3.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/bootstrap/package.json
@@ -1,11 +1,11 @@
{
"name": "@fullcalendar/bootstrap",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar Bootstrap 4 Plugin",
"description": "Bootstrap 4 theming for your calendar",
"docs": "https://fullcalendar.io/docs/bootstrap4",
"dependencies": {
"@fullcalendar/common": "workspace:~5.11.0",
"@fullcalendar/common": "workspace:~5.11.2",
"tslib": "^2.1.0"
},
"main": "main.cjs.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/bootstrap5/package.json
@@ -1,11 +1,11 @@
{
"name": "@fullcalendar/bootstrap5",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar Bootstrap 5 Plugin",
"description": "Bootstrap 5 theming for your calendar",
"docs": "https://fullcalendar.io/docs/bootstrap5",
"dependencies": {
"@fullcalendar/common": "workspace:~5.11.0",
"@fullcalendar/common": "workspace:~5.11.2",
"tslib": "^2.1.0"
},
"main": "main.cjs.js",
Expand Down
18 changes: 9 additions & 9 deletions packages/bundle/package.json
@@ -1,18 +1,18 @@
{
"name": "fullcalendar",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar Standard Bundle",
"description": "An easily consumable combination of standard plugins",
"docs": "https://fullcalendar.io/docs/initialize-globals",
"devDependencies": {
"@fullcalendar/bootstrap": "workspace:~5.11.0",
"@fullcalendar/bootstrap5": "workspace:~5.11.0",
"@fullcalendar/core": "workspace:~5.11.0",
"@fullcalendar/daygrid": "workspace:~5.11.0",
"@fullcalendar/google-calendar": "workspace:~5.11.0",
"@fullcalendar/interaction": "workspace:~5.11.0",
"@fullcalendar/list": "workspace:~5.11.0",
"@fullcalendar/timegrid": "workspace:~5.11.0"
"@fullcalendar/bootstrap": "workspace:~5.11.2",
"@fullcalendar/bootstrap5": "workspace:~5.11.2",
"@fullcalendar/core": "workspace:~5.11.2",
"@fullcalendar/daygrid": "workspace:~5.11.2",
"@fullcalendar/google-calendar": "workspace:~5.11.2",
"@fullcalendar/interaction": "workspace:~5.11.2",
"@fullcalendar/list": "workspace:~5.11.2",
"@fullcalendar/timegrid": "workspace:~5.11.2"
},
"main": "main.js",
"jsdelivr": "main.min.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/common",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar Common",
"description": "internal package",
"docs": "https://fullcalendar.io/docs",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-preact/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@fullcalendar/core-preact",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar Core-Preact Package",
"description": "Internal package",
"docs": "https://fullcalendar.io/docs",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,11 +1,11 @@
{
"name": "@fullcalendar/core",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar Core Package",
"description": "Provides core functionality, including the Calendar class",
"docs": "https://fullcalendar.io/docs/initialize-es6",
"dependencies": {
"@fullcalendar/common": "workspace:~5.11.0",
"@fullcalendar/common": "workspace:~5.11.2",
"preact": "^10.0.5",
"tslib": "^2.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/daygrid/package.json
@@ -1,11 +1,11 @@
{
"name": "@fullcalendar/daygrid",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar Day Grid Plugin",
"description": "Display events on Month view or DayGrid view",
"docs": "https://fullcalendar.io/docs/month-view",
"dependencies": {
"@fullcalendar/common": "workspace:~5.11.0",
"@fullcalendar/common": "workspace:~5.11.2",
"tslib": "^2.1.0"
},
"main": "main.cjs.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/google-calendar/package.json
@@ -1,11 +1,11 @@
{
"name": "@fullcalendar/google-calendar",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar Google Calendar Plugin",
"description": "Fetch events from a public Google Calendar feed",
"docs": "https://fullcalendar.io/docs/google-calendar",
"dependencies": {
"@fullcalendar/common": "workspace:~5.11.0",
"@fullcalendar/common": "workspace:~5.11.2",
"tslib": "^2.1.0"
},
"main": "main.cjs.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/icalendar/package.json
@@ -1,11 +1,11 @@
{
"name": "@fullcalendar/icalendar",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar iCalendar Plugin",
"description": "Fetch events from a public iCalendar / .ics feed",
"docs": "https://fullcalendar.io/docs/icalendar",
"dependencies": {
"@fullcalendar/common": "workspace:~5.11.0",
"@fullcalendar/common": "workspace:~5.11.2",
"ical.js": "^1.4.0",
"tslib": "^2.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/interaction/package.json
@@ -1,11 +1,11 @@
{
"name": "@fullcalendar/interaction",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar Interaction Plugin",
"description": "Provides functionality for event drag-n-drop, resizing, dateClick, and selectable actions",
"docs": "https://fullcalendar.io/docs/editable",
"dependencies": {
"@fullcalendar/common": "workspace:~5.11.0",
"@fullcalendar/common": "workspace:~5.11.2",
"tslib": "^2.1.0"
},
"main": "main.cjs.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/list/package.json
@@ -1,11 +1,11 @@
{
"name": "@fullcalendar/list",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar List View Plugin",
"description": "View your events as a bulleted list",
"docs": "https://fullcalendar.io/docs/list-view",
"dependencies": {
"@fullcalendar/common": "workspace:~5.11.0",
"@fullcalendar/common": "workspace:~5.11.2",
"tslib": "^2.1.0"
},
"main": "main.cjs.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/luxon/package.json
@@ -1,11 +1,11 @@
{
"name": "@fullcalendar/luxon",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar Luxon 1 Plugin",
"description": "A connector to the Luxon 1 date library",
"docs": "https://fullcalendar.io/docs/luxon1",
"dependencies": {
"@fullcalendar/common": "workspace:~5.11.0",
"@fullcalendar/common": "workspace:~5.11.2",
"tslib": "^2.1.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/luxon2/package.json
@@ -1,11 +1,11 @@
{
"name": "@fullcalendar/luxon2",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar Luxon 2 Plugin",
"description": "A connector to the Luxon 2 date library",
"docs": "https://fullcalendar.io/docs/luxon2",
"dependencies": {
"@fullcalendar/common": "workspace:~5.11.0",
"@fullcalendar/common": "workspace:~5.11.2",
"tslib": "^2.1.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/moment-timezone/package.json
@@ -1,11 +1,11 @@
{
"name": "@fullcalendar/moment-timezone",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar Moment Timezone Plugin",
"description": "A connector to the moment-timezone library",
"docs": "https://fullcalendar.io/docs/moment-timezone-plugin",
"dependencies": {
"@fullcalendar/common": "workspace:~5.11.0",
"@fullcalendar/common": "workspace:~5.11.2",
"tslib": "^2.1.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/moment/package.json
@@ -1,11 +1,11 @@
{
"name": "@fullcalendar/moment",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar Moment Plugin",
"description": "A connector to the MomentJS date library",
"docs": "https://fullcalendar.io/docs/moment-plugin",
"dependencies": {
"@fullcalendar/common": "workspace:~5.11.0",
"@fullcalendar/common": "workspace:~5.11.2",
"tslib": "^2.1.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rrule/package.json
@@ -1,11 +1,11 @@
{
"name": "@fullcalendar/rrule",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar RRule Plugin",
"description": "A connector to the RRule library, for recurring events",
"docs": "https://fullcalendar.io/docs/rrule-plugin",
"dependencies": {
"@fullcalendar/common": "workspace:~5.11.0",
"@fullcalendar/common": "workspace:~5.11.2",
"tslib": "^2.1.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/timegrid/package.json
@@ -1,12 +1,12 @@
{
"name": "@fullcalendar/timegrid",
"version": "5.11.0",
"version": "5.11.2",
"title": "FullCalendar Time Grid Plugin",
"description": "Display your events on a grid of time slots",
"docs": "https://fullcalendar.io/docs/timegrid-view",
"dependencies": {
"@fullcalendar/common": "workspace:~5.11.0",
"@fullcalendar/daygrid": "workspace:~5.11.0",
"@fullcalendar/common": "workspace:~5.11.2",
"@fullcalendar/daygrid": "workspace:~5.11.2",
"tslib": "^2.1.0"
},
"main": "main.cjs.js",
Expand Down

0 comments on commit 370b6e6

Please sign in to comment.