date-holidays 3.12.2 → 3.13.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/CHANGELOG.md +10 -0
- package/data/countries/AS.yaml +2 -0
- package/data/countries/AU.yaml +6 -0
- package/data/countries/GB.yaml +3 -0
- package/data/countries/GR.yaml +2 -0
- package/data/countries/GU.yaml +2 -0
- package/data/countries/IE.yaml +3 -0
- package/data/countries/PR.yaml +2 -0
- package/data/countries/US.yaml +4 -0
- package/data/countries/VI.yaml +2 -0
- package/data/holidays.json +32 -2
- package/data/names.yaml +3 -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 +32 -2
- package/package.json +5 -1
- package/src/data.js +32 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.13.0](https://github.com/commenthol/date-holidays/compare/3.12.2...3.13.0) (2021-12-21)
|
|
4
|
+
|
|
5
|
+
- fix(GR: added easter 49 back as public holiday for Greece [6343368f](https://github.com/commenthol/date-holidays/commit/6343368f276ef70a8ce7fcf414c131a9730f31af)
|
|
6
|
+
- fix(GR,CY): changed easter 49 to easter 50 for Greece and updated name for Cyprus [ebb874a1](https://github.com/commenthol/date-holidays/commit/ebb874a1d94703826ec83eb536f06d5d682dc780)
|
|
7
|
+
- feat(AU): added Mothers day to au [8a039da2](https://github.com/commenthol/date-holidays/commit/8a039da22046c5bf4b5c3a6846424a89eaf895b0)
|
|
8
|
+
- feat(AU,GB,IE): fathers day for au, gb and ie [7b6d5edc](https://github.com/commenthol/date-holidays/commit/7b6d5edc5bf24d86c69aa26d0a17452db640c9e6)
|
|
9
|
+
- test(US): Saint Patrick's Day [63b7ed92](https://github.com/commenthol/date-holidays/commit/63b7ed92f34964b12e04c6489389bcd9c5bbdd04)
|
|
10
|
+
- fix(AS,GU,PR,VI): Saint Patrick's Day is not observed [f4ed7469](https://github.com/commenthol/date-holidays/commit/f4ed74697f7344f7f49e2577324b8519e6f3d342)
|
|
11
|
+
- feat(US): Add St. Patrick's Day for US [5252b7aa](https://github.com/commenthol/date-holidays/commit/5252b7aa9508ea09d9d0d28cfecd1f6152e6872e)
|
|
12
|
+
|
|
3
13
|
## [3.12.2](https://github.com/commenthol/date-holidays/compare/3.12.1...3.12.2) (2021-11-26)
|
|
4
14
|
|
|
5
15
|
- Move eslint-plugin-yml to devDependencies [53df5631](https://github.com/commenthol/date-holidays/commit/53df563173b1ef6073202f52180c0fa01d680f8b)
|
package/data/countries/AS.yaml
CHANGED
|
@@ -16,6 +16,8 @@ holidays:
|
|
|
16
16
|
3rd monday in February:
|
|
17
17
|
name:
|
|
18
18
|
en: Washington's Birthday
|
|
19
|
+
# Saint Patrick's Day is not observed
|
|
20
|
+
03-17: false
|
|
19
21
|
04-15 if friday then next monday if saturday,sunday then next tuesday: false
|
|
20
22
|
04-17 and if sunday then next monday:
|
|
21
23
|
name:
|
package/data/countries/AU.yaml
CHANGED
|
@@ -39,6 +39,12 @@ holidays:
|
|
|
39
39
|
04-25:
|
|
40
40
|
name:
|
|
41
41
|
en: Anzac Day
|
|
42
|
+
2nd sunday in May:
|
|
43
|
+
_name: Mothers Day
|
|
44
|
+
type: observance
|
|
45
|
+
1st sunday in September:
|
|
46
|
+
_name: Fathers Day
|
|
47
|
+
type: observance
|
|
42
48
|
12-25 and if saturday then next monday if sunday then next tuesday:
|
|
43
49
|
substitute: true
|
|
44
50
|
_name: 12-25
|
package/data/countries/GB.yaml
CHANGED
package/data/countries/GR.yaml
CHANGED
package/data/countries/GU.yaml
CHANGED
package/data/countries/IE.yaml
CHANGED
package/data/countries/PR.yaml
CHANGED
package/data/countries/US.yaml
CHANGED
package/data/countries/VI.yaml
CHANGED
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2021-
|
|
2
|
+
"version": "2021-12-21",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -816,6 +816,7 @@
|
|
|
816
816
|
"en": "Washington's Birthday"
|
|
817
817
|
}
|
|
818
818
|
},
|
|
819
|
+
"03-17": false,
|
|
819
820
|
"04-15 if friday then next monday if saturday,sunday then next tuesday": false,
|
|
820
821
|
"04-17 and if sunday then next monday": {
|
|
821
822
|
"name": {
|
|
@@ -1090,6 +1091,14 @@
|
|
|
1090
1091
|
"en": "Anzac Day"
|
|
1091
1092
|
}
|
|
1092
1093
|
},
|
|
1094
|
+
"2nd sunday in May": {
|
|
1095
|
+
"_name": "Mothers Day",
|
|
1096
|
+
"type": "observance"
|
|
1097
|
+
},
|
|
1098
|
+
"1st sunday in September": {
|
|
1099
|
+
"_name": "Fathers Day",
|
|
1100
|
+
"type": "observance"
|
|
1101
|
+
},
|
|
1093
1102
|
"12-25 and if saturday then next monday if sunday then next tuesday": {
|
|
1094
1103
|
"substitute": true,
|
|
1095
1104
|
"_name": "12-25"
|
|
@@ -9256,6 +9265,10 @@
|
|
|
9256
9265
|
"name": {
|
|
9257
9266
|
"en": "Queen’s Platinum Jubilee"
|
|
9258
9267
|
}
|
|
9268
|
+
},
|
|
9269
|
+
"3rd sunday in June": {
|
|
9270
|
+
"_name": "Fathers Day",
|
|
9271
|
+
"type": "observance"
|
|
9259
9272
|
}
|
|
9260
9273
|
},
|
|
9261
9274
|
"states": {
|
|
@@ -10109,6 +10122,9 @@
|
|
|
10109
10122
|
"orthodox 49": {
|
|
10110
10123
|
"_name": "easter 49"
|
|
10111
10124
|
},
|
|
10125
|
+
"orthodox 50": {
|
|
10126
|
+
"_name": "easter 50"
|
|
10127
|
+
},
|
|
10112
10128
|
"2nd sunday in May": {
|
|
10113
10129
|
"_name": "Mothers Day",
|
|
10114
10130
|
"type": "observance"
|
|
@@ -10205,6 +10221,7 @@
|
|
|
10205
10221
|
],
|
|
10206
10222
|
"days": {
|
|
10207
10223
|
"3rd monday in February": false,
|
|
10224
|
+
"03-17": false,
|
|
10208
10225
|
"1st monday in March": {
|
|
10209
10226
|
"name": {
|
|
10210
10227
|
"en": "Guam History and Chamorro Heritage Day"
|
|
@@ -11602,6 +11619,10 @@
|
|
|
11602
11619
|
"en": "Christmas Bank Holiday"
|
|
11603
11620
|
},
|
|
11604
11621
|
"type": "bank"
|
|
11622
|
+
},
|
|
11623
|
+
"3rd sunday in June": {
|
|
11624
|
+
"_name": "Fathers Day",
|
|
11625
|
+
"type": "observance"
|
|
11605
11626
|
}
|
|
11606
11627
|
}
|
|
11607
11628
|
},
|
|
@@ -16618,6 +16639,7 @@
|
|
|
16618
16639
|
"en": "American Citizenship Day"
|
|
16619
16640
|
}
|
|
16620
16641
|
},
|
|
16642
|
+
"03-17": false,
|
|
16621
16643
|
"03-22": {
|
|
16622
16644
|
"name": {
|
|
16623
16645
|
"es": "Día de la Abolición de Esclavitud",
|
|
@@ -20258,6 +20280,12 @@
|
|
|
20258
20280
|
"_name": "02-14",
|
|
20259
20281
|
"type": "observance"
|
|
20260
20282
|
},
|
|
20283
|
+
"03-17": {
|
|
20284
|
+
"name": {
|
|
20285
|
+
"en": "St. Patrick's Day"
|
|
20286
|
+
},
|
|
20287
|
+
"type": "observance"
|
|
20288
|
+
},
|
|
20261
20289
|
"easter": {
|
|
20262
20290
|
"_name": "easter",
|
|
20263
20291
|
"type": "observance"
|
|
@@ -22313,6 +22341,7 @@
|
|
|
22313
22341
|
"en": "President's Day"
|
|
22314
22342
|
}
|
|
22315
22343
|
},
|
|
22344
|
+
"03-17": false,
|
|
22316
22345
|
"03-31": {
|
|
22317
22346
|
"name": {
|
|
22318
22347
|
"en": "Transfer Day"
|
|
@@ -23656,7 +23685,7 @@
|
|
|
23656
23685
|
"en": "Pentecost",
|
|
23657
23686
|
"da": "Pinsedag",
|
|
23658
23687
|
"de": "Pfingstsonntag",
|
|
23659
|
-
"el": "
|
|
23688
|
+
"el": "Πεντηκοστή",
|
|
23660
23689
|
"es": "Pentecostés",
|
|
23661
23690
|
"et": "nelipühade 1. püha",
|
|
23662
23691
|
"fi": "Helluntaipäivä",
|
|
@@ -23682,6 +23711,7 @@
|
|
|
23682
23711
|
"en": "Whit Monday",
|
|
23683
23712
|
"da": "Anden Pinsedag",
|
|
23684
23713
|
"de": "Pfingstmontag",
|
|
23714
|
+
"el": "Αγίου Πνεύματος",
|
|
23685
23715
|
"es": "Lunes de Pentecostés",
|
|
23686
23716
|
"fo": "Annar hvítusunnudagur",
|
|
23687
23717
|
"fr": "Lundi de Pentecôte",
|
package/data/names.yaml
CHANGED
|
@@ -650,12 +650,12 @@ names:
|
|
|
650
650
|
ro: Ziua Eroilor
|
|
651
651
|
sv: Kristi himmelfärds dag
|
|
652
652
|
vi: Lễ Thăng Thiên
|
|
653
|
-
easter 49: # Pentecost/ Whit Sunday
|
|
653
|
+
easter 49: # Pentecost / Whit Sunday
|
|
654
654
|
name:
|
|
655
655
|
en: Pentecost
|
|
656
656
|
da: Pinsedag
|
|
657
657
|
de: Pfingstsonntag
|
|
658
|
-
el:
|
|
658
|
+
el: Πεντηκοστή
|
|
659
659
|
es: Pentecostés
|
|
660
660
|
et: nelipühade 1. püha
|
|
661
661
|
fi: Helluntaipäivä
|
|
@@ -679,6 +679,7 @@ names:
|
|
|
679
679
|
en: Whit Monday
|
|
680
680
|
da: Anden Pinsedag
|
|
681
681
|
de: Pfingstmontag
|
|
682
|
+
el: Αγίου Πνεύματος
|
|
682
683
|
es: Lunes de Pentecostés
|
|
683
684
|
fo: Annar hvítusunnudagur
|
|
684
685
|
fr: Lundi de Pentecôte
|