Skip to content

Commit

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

0 comments on commit 85dee42

Please sign in to comment.