Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Sep 4, 2020
1 parent e438fde commit 11850f1
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 58 deletions.
22 changes: 11 additions & 11 deletions __tests__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"name": "fullcalendar-scheduler-tests",
"version": "0.0.0",
"dependencies": {
"@fullcalendar/core": "~5.3.0",
"@fullcalendar/interaction": "~5.3.0",
"@fullcalendar/daygrid": "~5.3.0",
"@fullcalendar/timegrid": "~5.3.0",
"@fullcalendar/list": "~5.3.0",
"@fullcalendar/scrollgrid": "~5.3.0",
"@fullcalendar/timeline": "~5.3.0",
"@fullcalendar/premium-common": "~5.3.0",
"@fullcalendar/resource-timeline": "~5.3.0",
"@fullcalendar/resource-daygrid": "~5.3.0",
"@fullcalendar/resource-timegrid": "~5.3.0",
"@fullcalendar/core": "~5.3.1",
"@fullcalendar/interaction": "~5.3.1",
"@fullcalendar/daygrid": "~5.3.1",
"@fullcalendar/timegrid": "~5.3.1",
"@fullcalendar/list": "~5.3.1",
"@fullcalendar/scrollgrid": "~5.3.1",
"@fullcalendar/timeline": "~5.3.1",
"@fullcalendar/premium-common": "~5.3.1",
"@fullcalendar/resource-timeline": "~5.3.1",
"@fullcalendar/resource-daygrid": "~5.3.1",
"@fullcalendar/resource-timegrid": "~5.3.1",
"fullcalendar-tests": "*",
"tslib": "^2.0.0",
"xhr-mock": "^2.5.1"
Expand Down
6 changes: 3 additions & 3 deletions adaptive/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@fullcalendar/adaptive",
"version": "5.3.0",
"version": "5.3.1",
"title": "FullCalendar Adaptive Plugin",
"description": "Optimizes FullCalendar for print (and soon other types of devices)",
"docs": "https://fullcalendar.io/docs/scheduler",
"dependencies": {
"@fullcalendar/common": "~5.3.0",
"@fullcalendar/premium-common": "~5.3.0",
"@fullcalendar/common": "~5.3.1",
"@fullcalendar/premium-common": "~5.3.1",
"tslib": "^2.0.0"
},
"type": "module",
Expand Down
30 changes: 15 additions & 15 deletions bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "fullcalendar-scheduler",
"version": "5.3.0",
"version": "5.3.1",
"title": "FullCalendar Premium Bundle",
"description": "An easily consumable combination of standard and premium plugins",
"docs": "https://fullcalendar.io/docs/initialize-globals",
"devDependencies": {
"@fullcalendar/adaptive": "~5.3.0",
"@fullcalendar/core": "~5.3.0",
"@fullcalendar/interaction": "~5.3.0",
"@fullcalendar/daygrid": "~5.3.0",
"@fullcalendar/timegrid": "~5.3.0",
"@fullcalendar/list": "~5.3.0",
"@fullcalendar/bootstrap": "~5.3.0",
"@fullcalendar/google-calendar": "~5.3.0",
"@fullcalendar/scrollgrid": "~5.3.0",
"@fullcalendar/timeline": "~5.3.0",
"@fullcalendar/resource-common": "~5.3.0",
"@fullcalendar/resource-daygrid": "~5.3.0",
"@fullcalendar/resource-timegrid": "~5.3.0",
"@fullcalendar/resource-timeline": "~5.3.0"
"@fullcalendar/adaptive": "~5.3.1",
"@fullcalendar/core": "~5.3.1",
"@fullcalendar/interaction": "~5.3.1",
"@fullcalendar/daygrid": "~5.3.1",
"@fullcalendar/timegrid": "~5.3.1",
"@fullcalendar/list": "~5.3.1",
"@fullcalendar/bootstrap": "~5.3.1",
"@fullcalendar/google-calendar": "~5.3.1",
"@fullcalendar/scrollgrid": "~5.3.1",
"@fullcalendar/timeline": "~5.3.1",
"@fullcalendar/resource-common": "~5.3.1",
"@fullcalendar/resource-daygrid": "~5.3.1",
"@fullcalendar/resource-timegrid": "~5.3.1",
"@fullcalendar/resource-timeline": "~5.3.1"
},
"main": "main.js",
"jsdelivr": "main.min.js",
Expand Down
4 changes: 2 additions & 2 deletions premium-common/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@fullcalendar/premium-common",
"version": "5.3.0",
"version": "5.3.1",
"title": "FullCalendar Premium Common",
"description": "Utilities for all of FullCalendar Scheduler's plugins",
"docs": "https://fullcalendar.io/docs/scheduler",
"dependencies": {
"@fullcalendar/common": "~5.3.0",
"@fullcalendar/common": "~5.3.1",
"tslib": "^2.0.0"
},
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions resource-common/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@fullcalendar/resource-common",
"version": "5.3.0",
"version": "5.3.1",
"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": "~5.3.0",
"@fullcalendar/premium-common": "~5.3.0",
"@fullcalendar/common": "~5.3.1",
"@fullcalendar/premium-common": "~5.3.1",
"tslib": "^2.0.0"
},
"type": "module",
Expand Down
10 changes: 5 additions & 5 deletions resource-daygrid/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@fullcalendar/resource-daygrid",
"version": "5.3.0",
"version": "5.3.1",
"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": "~5.3.0",
"@fullcalendar/daygrid": "~5.3.0",
"@fullcalendar/premium-common": "~5.3.0",
"@fullcalendar/resource-common": "~5.3.0",
"@fullcalendar/common": "~5.3.1",
"@fullcalendar/daygrid": "~5.3.1",
"@fullcalendar/premium-common": "~5.3.1",
"@fullcalendar/resource-common": "~5.3.1",
"tslib": "^2.0.0"
},
"type": "module",
Expand Down
12 changes: 6 additions & 6 deletions resource-timegrid/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@fullcalendar/resource-timegrid",
"version": "5.3.0",
"version": "5.3.1",
"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": "~5.3.0",
"@fullcalendar/premium-common": "~5.3.0",
"@fullcalendar/timegrid": "~5.3.0",
"@fullcalendar/resource-common": "~5.3.0",
"@fullcalendar/resource-daygrid": "~5.3.0",
"@fullcalendar/common": "~5.3.1",
"@fullcalendar/premium-common": "~5.3.1",
"@fullcalendar/timegrid": "~5.3.1",
"@fullcalendar/resource-common": "~5.3.1",
"@fullcalendar/resource-daygrid": "~5.3.1",
"tslib": "^2.0.0"
},
"type": "module",
Expand Down
12 changes: 6 additions & 6 deletions resource-timeline/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@fullcalendar/resource-timeline",
"version": "5.3.0",
"version": "5.3.1",
"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": "~5.3.0",
"@fullcalendar/premium-common": "~5.3.0",
"@fullcalendar/resource-common": "~5.3.0",
"@fullcalendar/scrollgrid": "~5.3.0",
"@fullcalendar/timeline": "~5.3.0",
"@fullcalendar/common": "~5.3.1",
"@fullcalendar/premium-common": "~5.3.1",
"@fullcalendar/resource-common": "~5.3.1",
"@fullcalendar/scrollgrid": "~5.3.1",
"@fullcalendar/timeline": "~5.3.1",
"tslib": "^2.0.0"
},
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions scrollgrid/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@fullcalendar/scrollgrid",
"version": "5.3.0",
"version": "5.3.1",
"title": "FullCalendar ScrollGrid Plugin",
"description": "Tabular data chunked into scrollable panes",
"docs": "https://fullcalendar.io/docs/scheduler",
"dependencies": {
"@fullcalendar/common": "~5.3.0",
"@fullcalendar/premium-common": "~5.3.0",
"@fullcalendar/common": "~5.3.1",
"@fullcalendar/premium-common": "~5.3.1",
"tslib": "^2.0.0"
},
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions timeline/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@fullcalendar/timeline",
"version": "5.3.0",
"version": "5.3.1",
"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": "~5.3.0",
"@fullcalendar/premium-common": "~5.3.0",
"@fullcalendar/scrollgrid": "~5.3.0",
"@fullcalendar/common": "~5.3.1",
"@fullcalendar/premium-common": "~5.3.1",
"@fullcalendar/scrollgrid": "~5.3.1",
"tslib": "^2.0.0"
},
"type": "module",
Expand Down

0 comments on commit 11850f1

Please sign in to comment.