Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Sep 4, 2020
1 parent 2819e16 commit cd41551
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@fullcalendar/angular",
"version": "5.3.0",
"version": "5.3.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -26,10 +26,10 @@
"@angular/platform-browser": "~10.0.9",
"@angular/platform-browser-dynamic": "~10.0.9",
"@angular/router": "~10.0.9",
"@fullcalendar/core": "~5.3.0",
"@fullcalendar/daygrid": "~5.3.0",
"@fullcalendar/interaction": "~5.3.0",
"@fullcalendar/timegrid": "~5.3.0",
"@fullcalendar/core": "~5.3.1",
"@fullcalendar/daygrid": "~5.3.1",
"@fullcalendar/interaction": "~5.3.1",
"@fullcalendar/timegrid": "~5.3.1",
"core-js": "^3.6.2",
"fast-deep-equal": "^3.1.1",
"rxjs": "~6.5.4",
Expand All @@ -46,7 +46,7 @@
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"fullcalendar-scheduler": "~5.3.0",
"fullcalendar-scheduler": "~5.3.1",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions projects/fullcalendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/angular",
"version": "5.3.0",
"version": "5.3.1",
"title": "FullCalendar Angular Component",
"description": "An official FullCalendar component for Angular",
"keywords": [
Expand All @@ -15,7 +15,7 @@
"url": "https://github.com/fullcalendar/fullcalendar-angular.git"
},
"dependencies": {
"@fullcalendar/core": "~5.3.0",
"@fullcalendar/core": "~5.3.1",
"fast-deep-equal": "^3.1.1"
, "tslib": "^2.0.0"
},
Expand Down

0 comments on commit cd41551

Please sign in to comment.