diff --git a/lib/package.json b/lib/package.json index 91d398d..cbe1235 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/angular", - "version": "6.1.8", + "version": "6.1.9", "title": "FullCalendar Angular Component", "description": "The official Angular component for FullCalendar", "keywords": [ @@ -22,6 +22,6 @@ "peerDependencies": { "@angular/common": "12 - 16", "@angular/core": "12 - 16", - "@fullcalendar/core": "~6.1.8" + "@fullcalendar/core": "~6.1.9" } } diff --git a/package.json b/package.json index 8c9a064..12893d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fullcalendar/angular", - "version": "6.1.8", + "version": "6.1.9", "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.8", - "@fullcalendar/daygrid": "~6.1.8", - "@fullcalendar/interaction": "~6.1.8", - "@fullcalendar/list": "~6.1.8", - "@fullcalendar/resource": "~6.1.8", - "@fullcalendar/resource-timegrid": "~6.1.8", - "@fullcalendar/resource-timeline": "~6.1.8", + "@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", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.11.4"