Skip to content

Commit e5c512f

Browse files
committed
bump
1 parent b812d98 commit e5c512f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

dist/fullcalendar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullcalendar/angular",
3-
"version": "5.10.0",
3+
"version": "5.10.1",
44
"title": "FullCalendar Angular Component",
55
"description": "An official FullCalendar component for Angular",
66
"keywords": [
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/fullcalendar/fullcalendar-angular.git"
1616
},
1717
"dependencies": {
18-
"@fullcalendar/core": "~5.10.0",
18+
"@fullcalendar/core": "~5.10.1",
1919
"fast-deep-equal": "^3.1.1",
2020
"tslib": "^2.0.0"
2121
},

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "fullcalendar-angular-workspace",
4-
"version": "5.10.0",
4+
"version": "5.10.1",
55
"scripts": {
66
"ng": "ng",
77
"start": "ng serve",
@@ -27,10 +27,10 @@
2727
"@angular/platform-browser": "~11.0.2",
2828
"@angular/platform-browser-dynamic": "~11.0.2",
2929
"@angular/router": "~11.0.2",
30-
"@fullcalendar/core": "~5.10.0",
31-
"@fullcalendar/daygrid": "~5.10.0",
32-
"@fullcalendar/interaction": "~5.10.0",
33-
"@fullcalendar/timegrid": "~5.10.0",
30+
"@fullcalendar/core": "~5.10.1",
31+
"@fullcalendar/daygrid": "~5.10.1",
32+
"@fullcalendar/interaction": "~5.10.1",
33+
"@fullcalendar/timegrid": "~5.10.1",
3434
"core-js": "^3.6.2",
3535
"fast-deep-equal": "^3.1.1",
3636
"rxjs": "~6.5.4",
@@ -46,7 +46,7 @@
4646
"@types/jasminewd2": "~2.0.3",
4747
"@types/node": "^12.11.1",
4848
"codelyzer": "^6.0.0",
49-
"fullcalendar-scheduler": "~5.10.0",
49+
"fullcalendar-scheduler": "~5.10.1",
5050
"jasmine-core": "~3.6.0",
5151
"jasmine-spec-reporter": "~5.0.0",
5252
"karma": "~6.3.2",

projects/fullcalendar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullcalendar/angular",
3-
"version": "5.10.0",
3+
"version": "5.10.1",
44
"title": "FullCalendar Angular Component",
55
"description": "An official FullCalendar component for Angular",
66
"keywords": [
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/fullcalendar/fullcalendar-angular.git"
1616
},
1717
"dependencies": {
18-
"@fullcalendar/core": "~5.10.0",
18+
"@fullcalendar/core": "~5.10.1",
1919
"fast-deep-equal": "^3.1.1",
2020
"tslib": "^2.0.0"
2121
},

0 commit comments

Comments
 (0)