@fullcalendar/icalendar 7.0.0-rc.1 → 7.0.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE.md +1 -1
  2. package/global.js +2 -2
  3. package/package.json +4 -4
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Adam Shaw
3
+ Copyright (c) 2026 Adam Shaw
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
package/global.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
- FullCalendar iCalendar Plugin v7.0.0-rc.1
2
+ FullCalendar iCalendar Plugin v7.0.0-rc.2
3
3
  Docs & License: https://fullcalendar.io/docs/icalendar
4
- (c) 2025 Adam Shaw
4
+ (c) 2026 Adam Shaw
5
5
  */
6
6
  (function (ICAL) {
7
7
  'use strict';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullcalendar/icalendar",
3
- "version": "7.0.0-rc.1",
3
+ "version": "7.0.0-rc.2",
4
4
  "title": "FullCalendar iCalendar Plugin",
5
5
  "description": "Display events from a public iCalendar feed",
6
6
  "keywords": [
@@ -13,8 +13,8 @@
13
13
  ],
14
14
  "homepage": "https://fullcalendar.io/docs/icalendar",
15
15
  "dependencies": {
16
- "@full-ui/headless-calendar": "7.0.0-rc.1",
17
- "@fullcalendar/core": "7.0.0-rc.1"
16
+ "@full-ui/headless-calendar": "7.0.0-rc.2",
17
+ "@fullcalendar/core": "7.0.0-rc.2"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "ical.js": "^2.0.0",
@@ -33,7 +33,7 @@
33
33
  "email": "arshaw@arshaw.com",
34
34
  "url": "http://arshaw.com/"
35
35
  },
36
- "copyright": "2025 Adam Shaw",
36
+ "copyright": "2026 Adam Shaw",
37
37
  "types": "./index.d.ts",
38
38
  "main": "./index.js",
39
39
  "exports": {