Skip to content

Commit

Permalink
4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed May 28, 2020
1 parent a51406c commit 391d032
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion resource-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@fullcalendar/resource-common",
"version": "4.4.1",
"version": "4.4.2",
"title": "FullCalendar Resources Common Plugin",
"description": "Offers base support for resources. Required for all resource-related plugins.",
"browserGlobal": "FullCalendarResourceCommon",
Expand Down
2 changes: 1 addition & 1 deletion resource-daygrid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@fullcalendar/resource-daygrid",
"version": "4.4.1",
"version": "4.4.2",
"title": "FullCalendar Resource Day Grid Plugin",
"description": "Displays events in individual columns for days and resources",
"docs": "https://fullcalendar.io/docs/resource-daygrid-view",
Expand Down
2 changes: 1 addition & 1 deletion resource-timegrid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@fullcalendar/resource-timegrid",
"version": "4.4.1",
"version": "4.4.2",
"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",
Expand Down
2 changes: 1 addition & 1 deletion resource-timeline/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@fullcalendar/resource-timeline",
"version": "4.4.0",
"version": "4.4.2",
"title": "FullCalendar Resource Timeline Plugin",
"description": "Display events and resources on a horizontal time axis",
"docs": "https://fullcalendar.io/docs/timeline-view",
Expand Down
2 changes: 1 addition & 1 deletion timeline/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@fullcalendar/timeline",
"version": "4.4.0",
"version": "4.4.2",
"title": "FullCalendar Timeline Plugin",
"description": "Display events on a horizontal time axis (without resources)",
"docs": "https://fullcalendar.io/docs/timeline-view-no-resources",
Expand Down

0 comments on commit 391d032

Please sign in to comment.