date-holidays 3.26.5 → 3.26.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,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.26.6](https://github.com/commenthol/date-holidays/compare/3.26.5...3.26.6) (2025-12-24)
4
+
5
+ - fix(SE,#565): Correct Marie Bebådelsedag and Sveriges nationaldag dates [15ddbccb](https://github.com/commenthol/date-holidays/commit/15ddbccbf688a88f783b38efc8e12e85d23c9620)
6
+ - fix(HK): correct "The day following Easter Monday" for 2026 [05111066](https://github.com/commenthol/date-holidays/commit/05111066d0357d53123acd0d6c6dc8e706427cdb)
7
+
3
8
  ## [3.26.5](https://github.com/commenthol/date-holidays/compare/3.26.4...3.26.5) (2025-10-28)
4
9
 
5
10
  - fix(SE): Change Påskdagen from observance to public holiday [338b5a96](https://github.com/commenthol/date-holidays/commit/338b5a966aa22bc5641fa90ffdc00096a1b1c889)
package/LICENSE CHANGED
@@ -218,5 +218,6 @@ https://ro.wikipedia.org/wiki/Republica_Moldova
218
218
  https://ro.wikipedia.org/wiki/Ziua_vinului_(Republica_Moldova)
219
219
  https://ru.m.wikipedia.org/wiki/%D0%9F%D1%80%D0%B0%D0%B7%D0%B4%D0%BD%D0%B8%D0%BA%D0%B8_%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D0%B8
220
220
  https://sv.wikipedia.org/wiki/Helgdagar_i_Sverige
221
+ https://sv.wikipedia.org/wiki/Sveriges_nationaldag#Svenska_flaggans_dag
221
222
 
222
223
  </attribution>
@@ -1,6 +1,7 @@
1
1
  holidays:
2
2
  HK:
3
3
  # sources:
4
+ # - https://www.gov.hk/en/about/abouthk/holiday/2026.htm
4
5
  # - https://www.gov.hk/en/about/abouthk/holiday/2025.htm
5
6
  # - https://www.gov.hk/en/about/abouthk/holiday/2024.htm
6
7
  # - https://www.gov.hk/en/about/abouthk/holiday/2023.htm
@@ -76,11 +77,16 @@ holidays:
76
77
  disable:
77
78
  # As the day following Ching Ming Festival and Easter Monday fall on the same day, the next following day that is not itself a general holiday will be observed as an additional general holiday.
78
79
  - "2021-04-05"
80
+ - "2026-04-06"
79
81
  # As the day following Ching Ming Festival and Easter Monday fall on the same day, the next following day that is not itself a general holiday will be observed as an additional general holiday.
80
82
  "2021-04-06":
81
83
  name:
82
84
  en: The day following Easter Monday
83
85
  zh: 復活節星期一翌日
86
+ "2026-04-07":
87
+ name:
88
+ en: The day following Easter Monday
89
+ zh: 復活節星期一翌日
84
90
  05-01 not on Sunday:
85
91
  name:
86
92
  en: Labour Day
@@ -29,7 +29,8 @@ holidays:
29
29
  name:
30
30
  sv: Vasaloppet
31
31
  type: observance
32
- 03-25:
32
+ # @source https://www.riksdagen.se/sv/dokument-och-lagar/dokument/svensk-forfattningssamling/lag-1989253-om-allmanna-helgdagar_sfs-1989-253/
33
+ 03-25 prior to 1990:
33
34
  name:
34
35
  sv: Marie Bebådelsedag
35
36
  en: Annunciation Day
@@ -70,10 +71,16 @@ holidays:
70
71
  sunday before 06-01:
71
72
  _name: Mothers Day
72
73
  type: observance
73
- 06-06:
74
+ # @attrib https://sv.wikipedia.org/wiki/Sveriges_nationaldag#Svenska_flaggans_dag
75
+ 06-06 since 2005:
74
76
  name:
75
77
  sv: Sveriges nationaldag
76
78
  en: National Day
79
+ 06-06 since 1983 prior to 2005:
80
+ name:
81
+ sv: Sveriges nationaldag
82
+ en: National Day
83
+ type: observance
77
84
  friday after 06-19:
78
85
  name:
79
86
  sv: Midsommarafton
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2025-10-28",
2
+ "version": "2025-12-24",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -12119,7 +12119,8 @@
12119
12119
  "zh": "復活節星期一"
12120
12120
  },
12121
12121
  "disable": [
12122
- "2021-04-05"
12122
+ "2021-04-05",
12123
+ "2026-04-06"
12123
12124
  ]
12124
12125
  },
12125
12126
  "2021-04-06": {
@@ -12128,6 +12129,12 @@
12128
12129
  "zh": "復活節星期一翌日"
12129
12130
  }
12130
12131
  },
12132
+ "2026-04-07": {
12133
+ "name": {
12134
+ "en": "The day following Easter Monday",
12135
+ "zh": "復活節星期一翌日"
12136
+ }
12137
+ },
12131
12138
  "05-01 not on Sunday": {
12132
12139
  "name": {
12133
12140
  "en": "Labour Day",
@@ -21337,7 +21344,7 @@
21337
21344
  },
21338
21345
  "type": "observance"
21339
21346
  },
21340
- "03-25": {
21347
+ "03-25 prior to 1990": {
21341
21348
  "name": {
21342
21349
  "sv": "Marie Bebådelsedag",
21343
21350
  "en": "Annunciation Day",
@@ -21394,12 +21401,19 @@
21394
21401
  "_name": "Mothers Day",
21395
21402
  "type": "observance"
21396
21403
  },
21397
- "06-06": {
21404
+ "06-06 since 2005": {
21398
21405
  "name": {
21399
21406
  "sv": "Sveriges nationaldag",
21400
21407
  "en": "National Day"
21401
21408
  }
21402
21409
  },
21410
+ "06-06 since 1983 prior to 2005": {
21411
+ "name": {
21412
+ "sv": "Sveriges nationaldag",
21413
+ "en": "National Day"
21414
+ },
21415
+ "type": "observance"
21416
+ },
21403
21417
  "friday after 06-19": {
21404
21418
  "name": {
21405
21419
  "sv": "Midsommarafton",