date-holidays 3.16.2 → 3.16.5

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,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.16.5](https://github.com/commenthol/date-holidays/compare/3.16.4...3.16.5) (2022-08-24)
4
+
5
+ - fix(DE-MV): International Women's Day [6479fc21](https://github.com/commenthol/date-holidays/commit/6479fc21a7f082370ead8607097957387b07a8ef)
6
+ - fix(geneva): remove jeune federal [af4d5640](https://github.com/commenthol/date-holidays/commit/af4d56408a18f7aa1a959e03e61a576348970534)
7
+
8
+ ## [3.16.4](https://github.com/commenthol/date-holidays/compare/3.16.3...3.16.4) (2022-08-12)
9
+
10
+ - fix(translation): typo in French translation for 08-01 in CH.yaml [dad6d8b9](https://github.com/commenthol/date-holidays/commit/dad6d8b958dc7311527fdedd8682e5876cb6e9fa)
11
+
12
+ ## [3.16.3](https://github.com/commenthol/date-holidays/compare/3.16.2...3.16.3) (2022-07-30)
13
+
14
+ - Add types to exports [bf244097](https://github.com/commenthol/date-holidays/commit/bf244097ff45d367338d9820647d062b9ffdf67d)
15
+
3
16
  ## [3.16.2](https://github.com/commenthol/date-holidays/compare/3.16.1...3.16.2) (2022-07-01)
4
17
 
5
18
  - fix(AR,#343): Feriado Puente Turístico [046f615f](https://github.com/commenthol/date-holidays/commit/046f615faedb3586e6042fb9ac68810aa95def24)
@@ -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
@@ -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:
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2022-07-01",
2
+ "version": "2022-08-24",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -4887,7 +4887,7 @@
4887
4887
  "08-01": {
4888
4888
  "name": {
4889
4889
  "de": "Bundesfeiertag",
4890
- "fr": "Fête nationnale",
4890
+ "fr": "Fête nationale",
4891
4891
  "it": "Giorno festivo federale"
4892
4892
  }
4893
4893
  },
@@ -5776,7 +5776,8 @@
5776
5776
  "fr": "Restauration de la République",
5777
5777
  "en": "Restoration of the Republic"
5778
5778
  }
5779
- }
5779
+ },
5780
+ "3rd sunday after 09-01": false
5780
5781
  }
5781
5782
  },
5782
5783
  "JU": {
@@ -7396,6 +7397,9 @@
7396
7397
  "MV": {
7397
7398
  "name": "Mecklenburg Vorpommern",
7398
7399
  "days": {
7400
+ "03-08 since 2023": {
7401
+ "_name": "03-08"
7402
+ },
7399
7403
  "10-31": {
7400
7404
  "_name": "Reformation Day"
7401
7405
  }