Skip to content

Commit e95125c

Browse files
committed
bump
1 parent 84860ac commit e95125c

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

_data/latest-releases.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"v6": "6.1.13",
2+
"v6": "6.1.14",
33
"v5": "5.11.5",
44
"v4": "4.4.3",
55
"v3": {

_docs-v6/third-party/angular.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ title: Angular Component
33
title_for_landing: Angular
44
---
55

6-
FullCalendar seamlessly integrates with the [Angular] 12 - 16. It provides a component that exactly matches the functionality of FullCalendar's standard API.
6+
FullCalendar seamlessly integrates with the [Angular] 12 - 18. It provides a component that exactly matches the functionality of FullCalendar's standard API.
77

88
This component is built and maintained by [irustm](https://github.com/irustm) in partnership with the maintainers of FullCalendar. It is the official Angular connector, released under an MIT license, the same license the standard version of FullCalendar uses. Useful links:
99

1010
- [Browse the Github repo]({{ site.fullcalendar_angular_repo }}) (please star it!)
1111
- [Bug report instructions](/reporting-bugs)
1212
- Example projects:
13-
[Angular 16](https://github.com/fullcalendar/fullcalendar-examples/tree/main/angular16)
13+
[Angular 18](https://github.com/fullcalendar/fullcalendar-examples/tree/main/angular18)
14+
| [17](https://github.com/fullcalendar/fullcalendar-examples/tree/main/angular17)
15+
| [16](https://github.com/fullcalendar/fullcalendar-examples/tree/main/angular16)
1416
| [15](https://github.com/fullcalendar/fullcalendar-examples/tree/main/angular15)
1517
| [14](https://github.com/fullcalendar/fullcalendar-examples/tree/main/angular14)
1618
| [13](https://github.com/fullcalendar/fullcalendar-examples/tree/main/angular13)

_includes/topbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<div class='topbar__notice'>
6767
<a class='topbar__notice-link' href='https://github.com/fullcalendar/fullcalendar/releases' target='_blank'>
68-
<span style="color: #FAC863">May 22</span> &mdash;
68+
<span style="color: #FAC863">Jun 4</span> &mdash;
6969
v{{ site.data.latest-releases.v6 }}
7070
</a>
7171
{% comment %}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
"webpack:clean": "rm -rf _site/dist"
2929
},
3030
"dependencies": {
31-
"@fullcalendar/bootstrap5": "6.1.13",
32-
"@fullcalendar/core": "6.1.13",
33-
"@fullcalendar/daygrid": "6.1.13",
34-
"@fullcalendar/interaction": "6.1.13",
35-
"@fullcalendar/list": "6.1.13",
36-
"@fullcalendar/multimonth": "6.1.13",
37-
"@fullcalendar/resource": "6.1.13",
38-
"@fullcalendar/resource-timegrid": "6.1.13",
39-
"@fullcalendar/resource-timeline": "6.1.13",
40-
"@fullcalendar/timegrid": "6.1.13",
31+
"@fullcalendar/bootstrap5": "6.1.14",
32+
"@fullcalendar/core": "6.1.14",
33+
"@fullcalendar/daygrid": "6.1.14",
34+
"@fullcalendar/interaction": "6.1.14",
35+
"@fullcalendar/list": "6.1.14",
36+
"@fullcalendar/multimonth": "6.1.14",
37+
"@fullcalendar/resource": "6.1.14",
38+
"@fullcalendar/resource-timegrid": "6.1.14",
39+
"@fullcalendar/resource-timeline": "6.1.14",
40+
"@fullcalendar/timegrid": "6.1.14",
4141
"accordion": "^3.0.2"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)