From e6b6c952cacd956cd976416223fb5045f4c1a4e6 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 11 May 2021 21:52:33 -0400 Subject: [PATCH] bump --- dist/fullcalendar/package.json | 4 ++-- package.json | 12 ++++++------ projects/fullcalendar/package.json | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dist/fullcalendar/package.json b/dist/fullcalendar/package.json index 51d4b11..317747b 100644 --- a/dist/fullcalendar/package.json +++ b/dist/fullcalendar/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/angular", - "version": "5.6.0", + "version": "5.7.0", "title": "FullCalendar Angular Component", "description": "An official FullCalendar component for Angular", "keywords": [ @@ -15,7 +15,7 @@ "url": "https://github.com/fullcalendar/fullcalendar-angular.git" }, "dependencies": { - "@fullcalendar/core": "~5.6.0", + "@fullcalendar/core": "~5.7.0", "fast-deep-equal": "^3.1.1", "tslib": "^2.0.0" }, diff --git a/package.json b/package.json index a6dc089..d120519 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "fullcalendar-angular-workspace", - "version": "5.6.0", + "version": "5.7.0", "scripts": { "ng": "ng", "start": "ng serve", @@ -27,10 +27,10 @@ "@angular/platform-browser": "~11.0.2", "@angular/platform-browser-dynamic": "~11.0.2", "@angular/router": "~11.0.2", - "@fullcalendar/core": "~5.6.0", - "@fullcalendar/daygrid": "~5.6.0", - "@fullcalendar/interaction": "~5.6.0", - "@fullcalendar/timegrid": "~5.6.0", + "@fullcalendar/core": "~5.7.0", + "@fullcalendar/daygrid": "~5.7.0", + "@fullcalendar/interaction": "~5.7.0", + "@fullcalendar/timegrid": "~5.7.0", "core-js": "^3.6.2", "fast-deep-equal": "^3.1.1", "rxjs": "~6.5.4", @@ -46,7 +46,7 @@ "@types/jasminewd2": "~2.0.3", "@types/node": "^12.11.1", "codelyzer": "^6.0.0", - "fullcalendar-scheduler": "~5.6.0", + "fullcalendar-scheduler": "~5.7.0", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~6.3.2", diff --git a/projects/fullcalendar/package.json b/projects/fullcalendar/package.json index 25967d2..ac38dde 100644 --- a/projects/fullcalendar/package.json +++ b/projects/fullcalendar/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/angular", - "version": "5.6.0", + "version": "5.7.0", "title": "FullCalendar Angular Component", "description": "An official FullCalendar component for Angular", "keywords": [ @@ -15,7 +15,7 @@ "url": "https://github.com/fullcalendar/fullcalendar-angular.git" }, "dependencies": { - "@fullcalendar/core": "~5.6.0", + "@fullcalendar/core": "~5.7.0", "fast-deep-equal": "^3.1.1", "tslib": "^2.0.0" },