date-holidays 3.16.3 → 3.16.6

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 CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.16.6](https://github.com/commenthol/date-holidays/compare/3.16.5...3.16.6) (2022-09-11)
4
+
5
+ - fix(CL): Fixes holiday dates for Chile in september, october [ceab3db9](https://github.com/commenthol/date-holidays/commit/ceab3db9d2a266616a0568e6359f33b9cd79aea6)
6
+ - fix(IR): fix failing tests [77d5f119](https://github.com/commenthol/date-holidays/commit/77d5f119df077f0e0872c7cc1efb0d73d0a81d2b)
7
+ - fix(AU): 2022-09-22 National Day of Mourning for Queen Elizabeth II [ff885563](https://github.com/commenthol/date-holidays/commit/ff88556360b743c02b6df4540157a101873f32f7)
8
+ - fix(GB,GG,GI,IM,JE): 2022-09-19 Queen Elizabeth's Funeral Day [511d65bf](https://github.com/commenthol/date-holidays/commit/511d65bf96cd7ff1d91390a69614c3cf55ee6aef)
9
+ - chore: Fixes holiday dates for Chile on september, october [ceab3db9](https://github.com/commenthol/date-holidays/commit/ceab3db9d2a266616a0568e6359f33b9cd79aea6)
10
+
11
+ ## [3.16.5](https://github.com/commenthol/date-holidays/compare/3.16.4...3.16.5) (2022-08-24)
12
+
13
+ - fix(DE-MV): International Women's Day [6479fc21](https://github.com/commenthol/date-holidays/commit/6479fc21a7f082370ead8607097957387b07a8ef)
14
+ - fix(geneva): remove jeune federal [af4d5640](https://github.com/commenthol/date-holidays/commit/af4d56408a18f7aa1a959e03e61a576348970534)
15
+
16
+ ## [3.16.4](https://github.com/commenthol/date-holidays/compare/3.16.3...3.16.4) (2022-08-12)
17
+
18
+ - fix(translation): typo in French translation for 08-01 in CH.yaml [dad6d8b9](https://github.com/commenthol/date-holidays/commit/dad6d8b958dc7311527fdedd8682e5876cb6e9fa)
19
+
3
20
  ## [3.16.3](https://github.com/commenthol/date-holidays/compare/3.16.2...3.16.3) (2022-07-30)
4
21
 
5
22
  - Add types to exports [bf244097](https://github.com/commenthol/date-holidays/commit/bf244097ff45d367338d9820647d062b9ffdf67d)
@@ -51,6 +51,10 @@ holidays:
51
51
  12-26 and if saturday then next monday if sunday then next tuesday:
52
52
  substitute: true
53
53
  _name: 12-26
54
+ # @source https://www.reuters.com/world/australia-hold-day-mourning-queen-elizabeth-sept-22-2022-09-11/
55
+ "2022-09-22":
56
+ name:
57
+ en: National Day of Mourning for Queen Elizabeth II
54
58
  states:
55
59
  # @source https://www.legislation.act.gov.au/a/1958-19
56
60
  ACT:
@@ -52,7 +52,7 @@ holidays:
52
52
  08-01:
53
53
  name:
54
54
  de: Bundesfeiertag
55
- fr: Fête nationnale
55
+ fr: Fête nationale
56
56
  it: Giorno festivo federale
57
57
  3rd sunday after 09-01:
58
58
  name:
@@ -692,6 +692,7 @@ holidays:
692
692
  de: Wiederherstellung der Republik
693
693
  fr: Restauration de la République
694
694
  en: Restoration of the Republic
695
+ 3rd sunday after 09-01: false
695
696
  JU:
696
697
  names:
697
698
  fr: Canton du Jura
@@ -31,6 +31,10 @@ holidays:
31
31
  es: Virgen del Carmen
32
32
  08-15:
33
33
  _name: 08-15
34
+ "2022-09-16":
35
+ name:
36
+ es: Fiestas Patrias
37
+ en: National Holiday
34
38
  09-18:
35
39
  name:
36
40
  en: National holiday
@@ -39,10 +43,10 @@ holidays:
39
43
  name:
40
44
  en: Army Day
41
45
  es: Día de las Glorias del Ejército
42
- 10-12:
46
+ 10-12 if tuesday, wednesday, thursday, friday then previous monday:
43
47
  name:
44
48
  en: Columbus Day
45
- es: Día del Descubrimiento de Dos Mundos
49
+ es: Encuentro de Dos Mundos
46
50
  10-31 if wednesday then next friday if tuesday then previous friday:
47
51
  _name: Reformation Day
48
52
  11-01:
@@ -209,6 +209,9 @@ holidays:
209
209
  MV:
210
210
  name: Mecklenburg Vorpommern
211
211
  days:
212
+ # @source https://www.dokumentation.landtag-mv.de/parldok/dokument/52063/viertes_gesetz_zur_aenderung_des_feiertagsgesetzes_mecklenburg_vorpommern.pdf
213
+ 03-08 since 2023:
214
+ _name: 03-08
212
215
  10-31:
213
216
  _name: Reformation Day
214
217
  NI:
@@ -62,6 +62,11 @@ holidays:
62
62
  "2022-06-03":
63
63
  name:
64
64
  en: Queen’s Platinum Jubilee
65
+ # @source https://www.gov.uk/government/news/bank-holiday-announced-for-her-majesty-queen-elizabeth-iis-state-funeral-on-monday-19-september
66
+ # @source https://gov.gg/monarch
67
+ "2022-09-19":
68
+ name:
69
+ en: Queen Elizabeth's Funeral Day
65
70
  3rd sunday in June:
66
71
  _name: Fathers Day
67
72
  type: observance
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2022-07-30",
2
+ "version": "2022-09-11",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -1106,6 +1106,11 @@
1106
1106
  "12-26 and if saturday then next monday if sunday then next tuesday": {
1107
1107
  "substitute": true,
1108
1108
  "_name": "12-26"
1109
+ },
1110
+ "2022-09-22": {
1111
+ "name": {
1112
+ "en": "National Day of Mourning for Queen Elizabeth II"
1113
+ }
1109
1114
  }
1110
1115
  },
1111
1116
  "states": {
@@ -4887,7 +4892,7 @@
4887
4892
  "08-01": {
4888
4893
  "name": {
4889
4894
  "de": "Bundesfeiertag",
4890
- "fr": "Fête nationnale",
4895
+ "fr": "Fête nationale",
4891
4896
  "it": "Giorno festivo federale"
4892
4897
  }
4893
4898
  },
@@ -5776,7 +5781,8 @@
5776
5781
  "fr": "Restauration de la République",
5777
5782
  "en": "Restoration of the Republic"
5778
5783
  }
5779
- }
5784
+ },
5785
+ "3rd sunday after 09-01": false
5780
5786
  }
5781
5787
  },
5782
5788
  "JU": {
@@ -6125,6 +6131,12 @@
6125
6131
  "08-15": {
6126
6132
  "_name": "08-15"
6127
6133
  },
6134
+ "2022-09-16": {
6135
+ "name": {
6136
+ "es": "Fiestas Patrias",
6137
+ "en": "National Holiday"
6138
+ }
6139
+ },
6128
6140
  "09-18": {
6129
6141
  "name": {
6130
6142
  "en": "National holiday",
@@ -6137,10 +6149,10 @@
6137
6149
  "es": "Día de las Glorias del Ejército"
6138
6150
  }
6139
6151
  },
6140
- "10-12": {
6152
+ "10-12 if tuesday, wednesday, thursday, friday then previous monday": {
6141
6153
  "name": {
6142
6154
  "en": "Columbus Day",
6143
- "es": "Día del Descubrimiento de Dos Mundos"
6155
+ "es": "Encuentro de Dos Mundos"
6144
6156
  }
6145
6157
  },
6146
6158
  "10-31 if wednesday then next friday if tuesday then previous friday": {
@@ -7396,6 +7408,9 @@
7396
7408
  "MV": {
7397
7409
  "name": "Mecklenburg Vorpommern",
7398
7410
  "days": {
7411
+ "03-08 since 2023": {
7412
+ "_name": "03-08"
7413
+ },
7399
7414
  "10-31": {
7400
7415
  "_name": "Reformation Day"
7401
7416
  }
@@ -9265,6 +9280,11 @@
9265
9280
  "en": "Queen’s Platinum Jubilee"
9266
9281
  }
9267
9282
  },
9283
+ "2022-09-19": {
9284
+ "name": {
9285
+ "en": "Queen Elizabeth's Funeral Day"
9286
+ }
9287
+ },
9268
9288
  "3rd sunday in June": {
9269
9289
  "_name": "Fathers Day",
9270
9290
  "type": "observance"