Skip to content

Commit ebd3fb8

Browse files
committed
bump
1 parent 670681c commit ebd3fb8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

lib/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullcalendar/angular",
3-
"version": "6.1.16",
3+
"version": "6.1.17",
44
"title": "FullCalendar Angular Component",
55
"description": "The official Angular component for FullCalendar",
66
"keywords": [
@@ -22,6 +22,6 @@
2222
"peerDependencies": {
2323
"@angular/common": "12 - 19",
2424
"@angular/core": "12 - 19",
25-
"@fullcalendar/core": "~6.1.15"
25+
"@fullcalendar/core": "~6.1.17"
2626
}
2727
}

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullcalendar/angular",
3-
"version": "6.1.16",
3+
"version": "6.1.17",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -18,7 +18,7 @@
1818
"peerDependencies": {
1919
"@angular/common": "12 - 19",
2020
"@angular/core": "12 - 19",
21-
"@fullcalendar/core": "~6.1.15"
21+
"@fullcalendar/core": "~6.1.17"
2222
},
2323
"devDependencies": {
2424
"@angular-devkit/build-angular": "~13.3.10",
@@ -32,13 +32,13 @@
3232
"@angular/platform-browser": "~13.3.0",
3333
"@angular/platform-browser-dynamic": "~13.3.0",
3434
"@angular/router": "~13.3.0",
35-
"@fullcalendar/core": "~6.1.15",
36-
"@fullcalendar/daygrid": "~6.1.15",
37-
"@fullcalendar/interaction": "~6.1.15",
38-
"@fullcalendar/list": "~6.1.15",
39-
"@fullcalendar/resource": "~6.1.15",
40-
"@fullcalendar/resource-timegrid": "~6.1.15",
41-
"@fullcalendar/resource-timeline": "~6.1.15",
35+
"@fullcalendar/core": "~6.1.17",
36+
"@fullcalendar/daygrid": "~6.1.17",
37+
"@fullcalendar/interaction": "~6.1.17",
38+
"@fullcalendar/list": "~6.1.17",
39+
"@fullcalendar/resource": "~6.1.17",
40+
"@fullcalendar/resource-timegrid": "~6.1.17",
41+
"@fullcalendar/resource-timeline": "~6.1.17",
4242
"@types/jasmine": "~3.10.0",
4343
"@types/node": "^12.11.1",
4444
"jasmine-core": "~4.0.0",

0 commit comments

Comments
 (0)