Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jun 16, 2021
1 parent 78c9db9 commit 5f83f0a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions dist/fullcalendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/angular",
"version": "5.7.2",
"version": "5.8.0",
"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.7.2",
"@fullcalendar/core": "~5.8.0",
"fast-deep-equal": "^3.1.1",
"tslib": "^2.0.0"
},
Expand All @@ -35,4 +35,4 @@
"typings": "fullcalendar-angular.d.ts",
"metadata": "fullcalendar-angular.metadata.json",
"sideEffects": false
}
}
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-workspace",
"version": "5.7.2",
"version": "5.8.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -27,10 +27,10 @@
"@angular/platform-browser": "~11.0.2",
"@angular/platform-browser-dynamic": "~11.0.2",
"@angular/router": "~11.0.2",
"@fullcalendar/core": "~5.7.2",
"@fullcalendar/daygrid": "~5.7.2",
"@fullcalendar/interaction": "~5.7.2",
"@fullcalendar/timegrid": "~5.7.2",
"@fullcalendar/core": "~5.8.0",
"@fullcalendar/daygrid": "~5.8.0",
"@fullcalendar/interaction": "~5.8.0",
"@fullcalendar/timegrid": "~5.8.0",
"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.7.2",
"fullcalendar-scheduler": "~5.8.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
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.7.2",
"version": "5.8.0",
"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.7.2",
"@fullcalendar/core": "~5.8.0",
"fast-deep-equal": "^3.1.1",
"tslib": "^2.0.0"
},
Expand Down

0 comments on commit 5f83f0a

Please sign in to comment.