date-holidays 3.25.0 → 3.25.1
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/CHANGELOG.md +4 -0
- package/data/countries/CA.yaml +5 -1
- package/data/holidays.json +8 -2
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/umd.min.js +1 -1
- package/dist/umd.min.js.map +1 -1
- package/lib/data.cjs +8 -2
- package/package.json +2 -1
- package/src/data.js +8 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.25.1](https://github.com/commenthol/date-holidays/compare/3.25.0...3.25.1) (2025-08-14)
|
|
4
|
+
|
|
5
|
+
- fix(CA): add nipd for yukon, add start year for both yt and nt [283c99a2](https://github.com/commenthol/date-holidays/commit/283c99a258d455982c8d60a51ed396649f1056cf)
|
|
6
|
+
|
|
3
7
|
## [3.25.0](https://github.com/commenthol/date-holidays/compare/3.24.4...3.25.0) (2025-08-06)
|
|
4
8
|
|
|
5
9
|
- fix: added missing spanish translations for some holidays and fixed syntax for spanish labor day. [3919ae32](https://github.com/commenthol/date-holidays/commit/3919ae32cc68953a343b8171c5a97db60cb51887)
|
package/data/countries/CA.yaml
CHANGED
|
@@ -216,7 +216,7 @@ holidays:
|
|
|
216
216
|
- America/Yellowknife
|
|
217
217
|
- America/Inuvik
|
|
218
218
|
days:
|
|
219
|
-
06-21:
|
|
219
|
+
06-21 since 2001:
|
|
220
220
|
name:
|
|
221
221
|
en: National Indigenous Peoples Day
|
|
222
222
|
fr: Journée nationale des Autochthones
|
|
@@ -313,3 +313,7 @@ holidays:
|
|
|
313
313
|
name:
|
|
314
314
|
en: Discovery Day
|
|
315
315
|
fr: Jour de la Découverte
|
|
316
|
+
06-21 since 2017:
|
|
317
|
+
name:
|
|
318
|
+
en: National Indigenous Peoples Day
|
|
319
|
+
fr: Journée nationale des Autochthones
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2025-08-
|
|
2
|
+
"version": "2025-08-14",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -5278,7 +5278,7 @@
|
|
|
5278
5278
|
"America/Inuvik"
|
|
5279
5279
|
],
|
|
5280
5280
|
"days": {
|
|
5281
|
-
"06-21": {
|
|
5281
|
+
"06-21 since 2001": {
|
|
5282
5282
|
"name": {
|
|
5283
5283
|
"en": "National Indigenous Peoples Day",
|
|
5284
5284
|
"fr": "Journée nationale des Autochthones"
|
|
@@ -5415,6 +5415,12 @@
|
|
|
5415
5415
|
"en": "Discovery Day",
|
|
5416
5416
|
"fr": "Jour de la Découverte"
|
|
5417
5417
|
}
|
|
5418
|
+
},
|
|
5419
|
+
"06-21 since 2017": {
|
|
5420
|
+
"name": {
|
|
5421
|
+
"en": "National Indigenous Peoples Day",
|
|
5422
|
+
"fr": "Journée nationale des Autochthones"
|
|
5423
|
+
}
|
|
5418
5424
|
}
|
|
5419
5425
|
}
|
|
5420
5426
|
}
|