From 667ac4a97c6756643d46d7f84ae7ce5cb36df69c Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 28 Nov 2023 20:41:15 -0500 Subject: [PATCH] bump --- lib/package.json | 4 ++-- package.json | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/package.json b/lib/package.json index 72985fe..a993f71 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/angular", - "version": "6.1.9", + "version": "6.1.10", "title": "FullCalendar Angular Component", "description": "The official Angular component for FullCalendar", "keywords": [ @@ -22,6 +22,6 @@ "peerDependencies": { "@angular/common": "12 - 17", "@angular/core": "12 - 17", - "@fullcalendar/core": "~6.1.9" + "@fullcalendar/core": "~6.1.10" } } diff --git a/package.json b/package.json index 12893d8..148e2ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/angular", - "version": "6.1.9", + "version": "6.1.10", "versionNote": [ "Keep lib/package.json synced!" ], @@ -25,13 +25,13 @@ "@angular/platform-browser": "~13.3.0", "@angular/platform-browser-dynamic": "~13.3.0", "@angular/router": "~13.3.0", - "@fullcalendar/core": "~6.1.9", - "@fullcalendar/daygrid": "~6.1.9", - "@fullcalendar/interaction": "~6.1.9", - "@fullcalendar/list": "~6.1.9", - "@fullcalendar/resource": "~6.1.9", - "@fullcalendar/resource-timegrid": "~6.1.9", - "@fullcalendar/resource-timeline": "~6.1.9", + "@fullcalendar/core": "~6.1.10", + "@fullcalendar/daygrid": "~6.1.10", + "@fullcalendar/interaction": "~6.1.10", + "@fullcalendar/list": "~6.1.10", + "@fullcalendar/resource": "~6.1.10", + "@fullcalendar/resource-timegrid": "~6.1.10", + "@fullcalendar/resource-timeline": "~6.1.10", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.11.4"