Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed May 24, 2023
1 parent b50c5da commit a814f9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/angular",
"version": "6.1.7",
"version": "6.1.8",
"title": "FullCalendar Angular Component",
"description": "The official Angular component for FullCalendar",
"keywords": [
Expand All @@ -22,6 +22,6 @@
"peerDependencies": {
"@angular/common": "12 - 16",
"@angular/core": "12 - 16",
"@fullcalendar/core": "~6.1.7"
"@fullcalendar/core": "~6.1.8"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/angular",
"version": "6.1.7",
"version": "6.1.8",
"versionNote": [
"Keep lib/package.json synced!"
],
Expand All @@ -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.7",
"@fullcalendar/daygrid": "~6.1.7",
"@fullcalendar/interaction": "~6.1.7",
"@fullcalendar/list": "~6.1.7",
"@fullcalendar/resource": "~6.1.7",
"@fullcalendar/resource-timegrid": "~6.1.7",
"@fullcalendar/resource-timeline": "~6.1.7",
"@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",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down

0 comments on commit a814f9e

Please sign in to comment.