date-holidays 3.26.3 → 3.26.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 +9 -0
- package/data/countries/KR.yaml +1 -1
- package/data/countries/SE.yaml +0 -1
- package/data/holidays.json +3 -4
- 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 +3 -4
- package/package.json +2 -1
- package/src/data.js +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.26.5](https://github.com/commenthol/date-holidays/compare/3.26.4...3.26.5) (2025-10-28)
|
|
4
|
+
|
|
5
|
+
- fix(SE): Change Påskdagen from observance to public holiday [338b5a96](https://github.com/commenthol/date-holidays/commit/338b5a966aa22bc5641fa90ffdc00096a1b1c889)
|
|
6
|
+
|
|
7
|
+
## [3.26.4](https://github.com/commenthol/date-holidays/compare/3.26.3...3.26.4) (2025-10-26)
|
|
8
|
+
|
|
9
|
+
- fix(KR): fixtures for Korean Thanksgiving [8f594246](https://github.com/commenthol/date-holidays/commit/8f5942460e4f3f087e3e337c277c66a527385fc7)
|
|
10
|
+
- fix(KR): Change start date of Korean ThanksGiving Day [9c4cd143](https://github.com/commenthol/date-holidays/commit/9c4cd14320247f7d1a4140ddd20cba52a2b7d403)
|
|
11
|
+
|
|
3
12
|
## [3.26.3](https://github.com/commenthol/date-holidays/compare/3.26.2...3.26.3) (2025-10-26)
|
|
4
13
|
|
|
5
14
|
- test(AX,SE): fix fixtures for Kristi himmelfärdsdag name update [5771e2cf](https://github.com/commenthol/date-holidays/commit/5771e2cfaa4a2ae0fcc55a0bb351fdffca5bf30a)
|
package/data/countries/KR.yaml
CHANGED
package/data/countries/SE.yaml
CHANGED
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2025-10-
|
|
2
|
+
"version": "2025-10-28",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -15686,7 +15686,7 @@
|
|
|
15686
15686
|
"ko": "광복절"
|
|
15687
15687
|
}
|
|
15688
15688
|
},
|
|
15689
|
-
"korean 8-0-
|
|
15689
|
+
"korean 8-0-14 P3D": {
|
|
15690
15690
|
"name": {
|
|
15691
15691
|
"en": "Korean Thanksgiving",
|
|
15692
15692
|
"ko": "추석"
|
|
@@ -21360,8 +21360,7 @@
|
|
|
21360
21360
|
"_name": "easter -2"
|
|
21361
21361
|
},
|
|
21362
21362
|
"easter": {
|
|
21363
|
-
"_name": "easter"
|
|
21364
|
-
"type": "observance"
|
|
21363
|
+
"_name": "easter"
|
|
21365
21364
|
},
|
|
21366
21365
|
"easter -1": {
|
|
21367
21366
|
"_name": "easter -1",
|