@fullcalendar/luxon3 7.0.0-beta.3 → 7.0.0-rc.0

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.
package/index.global.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar Luxon 3 Plugin v7.0.0-beta.3
2
+ FullCalendar Luxon 3 Plugin v7.0.0-rc.0
3
3
  Docs & License: https://fullcalendar.io/docs/luxon
4
4
  (c) 2024 Adam Shaw
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- FullCalendar Luxon 3 Plugin v7.0.0-beta.3
2
+ FullCalendar Luxon 3 Plugin v7.0.0-rc.0
3
3
  Docs & License: https://fullcalendar.io/docs/luxon
4
4
  (c) 2024 Adam Shaw
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullcalendar/luxon3",
3
- "version": "7.0.0-beta.3",
3
+ "version": "7.0.0-rc.0",
4
4
  "title": "FullCalendar Luxon 3 Plugin",
5
5
  "description": "Enhanced date formatting, conversion, and named time zone functionality with Luxon 3",
6
6
  "keywords": [
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "homepage": "https://fullcalendar.io/docs/luxon",
16
16
  "peerDependencies": {
17
- "@fullcalendar/core": "7.0.0-beta.3",
17
+ "@fullcalendar/core": "7.0.0-rc.0",
18
18
  "luxon": "^3.0.0"
19
19
  },
20
20
  "type": "module",