date-holidays 3.16.4 → 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 +5 -0
- package/data/countries/CH.yaml +1 -0
- package/data/countries/DE.yaml +3 -0
- package/data/holidays.json +6 -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 +6 -2
- package/package.json +13 -13
- package/src/data.js +6 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
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
|
+
|
|
3
8
|
## [3.16.4](https://github.com/commenthol/date-holidays/compare/3.16.3...3.16.4) (2022-08-12)
|
|
4
9
|
|
|
5
10
|
- fix(translation): typo in French translation for 08-01 in CH.yaml [dad6d8b9](https://github.com/commenthol/date-holidays/commit/dad6d8b958dc7311527fdedd8682e5876cb6e9fa)
|
package/data/countries/CH.yaml
CHANGED
package/data/countries/DE.yaml
CHANGED
|
@@ -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:
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2022-08-
|
|
2
|
+
"version": "2022-08-24",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -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
|
}
|