From 7c6537379f2a4ef5877498da8a70a0053664ccf0 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 27 Dec 2022 17:32:26 -0500 Subject: [PATCH] bump --- lib/package.json | 4 ++-- package.json | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/package.json b/lib/package.json index cc502e4..9c66c3f 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/angular", - "version": "6.0.1", + "version": "6.0.2", "title": "FullCalendar Angular Component", "description": "The official Angular component for FullCalendar", "keywords": [ @@ -22,6 +22,6 @@ "peerDependencies": { "@angular/common": "12 - 15", "@angular/core": "12 - 15", - "@fullcalendar/core": "~6.0.1" + "@fullcalendar/core": "~6.0.2" } } diff --git a/package.json b/package.json index 354601e..ac4f038 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/angular", - "version": "6.0.1", + "version": "6.0.2", "versionNote": [ "Keep lib/package.json synced!" ], @@ -25,12 +25,12 @@ "@angular/platform-browser": "~13.3.0", "@angular/platform-browser-dynamic": "~13.3.0", "@angular/router": "~13.3.0", - "@fullcalendar/core": "~6.0.1", - "@fullcalendar/daygrid": "~6.0.1", - "@fullcalendar/interaction": "~6.0.1", - "@fullcalendar/list": "~6.0.1", - "@fullcalendar/resource": "~6.0.1", - "@fullcalendar/resource-timeline": "~6.0.1", + "@fullcalendar/core": "~6.0.2", + "@fullcalendar/daygrid": "~6.0.2", + "@fullcalendar/interaction": "~6.0.2", + "@fullcalendar/list": "~6.0.2", + "@fullcalendar/resource": "~6.0.2", + "@fullcalendar/resource-timeline": "~6.0.2", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.11.4"