date-holidays 3.26.10 → 3.26.11
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 +6 -0
- package/data/countries/KR.yaml +9 -2
- package/data/countries/US.yaml +4 -0
- package/data/holidays.json +16 -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 +16 -2
- package/package.json +2 -1
- package/src/data.js +16 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.27.0](https://github.com/commenthol/date-holidays/compare/3.26.10...3.27.0) (2026-03-15)
|
|
4
|
+
|
|
5
|
+
- fix(US-FL,#576): Add Commemoration of America's 250th Birthday holiday for Florida in 2026 [5638e72f](https://github.com/commenthol/date-holidays/commit/5638e72f355d0ca6dcc3282e7af7298297eac41b)
|
|
6
|
+
- test(KR): fixtures [c156bbd8](https://github.com/commenthol/date-holidays/commit/c156bbd8199562933fc41b565ec9de867624a054)
|
|
7
|
+
- feat(KR): Constitution Day becomes public holiday from 2026 [e39fbf4f](https://github.com/commenthol/date-holidays/commit/e39fbf4f643f956e670af1b0e3de267263a8765a)
|
|
8
|
+
|
|
3
9
|
## [3.26.10](https://github.com/commenthol/date-holidays/compare/3.26.9...3.26.10) (2026-03-15)
|
|
4
10
|
|
|
5
11
|
- fix(GB): license attribution [c029431d](https://github.com/commenthol/date-holidays/commit/c029431def8c3f74c9cb27747bde34d9430ebbb1)
|
package/data/countries/KR.yaml
CHANGED
|
@@ -33,9 +33,16 @@ holidays:
|
|
|
33
33
|
name:
|
|
34
34
|
en: Memorial Day
|
|
35
35
|
ko: 현충일
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
# Constitution Day was observance until 2025, became public holiday from 2026
|
|
37
|
+
07-17 prior to 2026:
|
|
38
|
+
name:
|
|
39
|
+
en: Constitution Day
|
|
40
|
+
ko: 제헌절
|
|
38
41
|
type: observance
|
|
42
|
+
07-17 since 2026:
|
|
43
|
+
name:
|
|
44
|
+
en: Constitution Day
|
|
45
|
+
ko: 제헌절
|
|
39
46
|
08-15:
|
|
40
47
|
name:
|
|
41
48
|
en: Liberation Day
|
package/data/countries/US.yaml
CHANGED
|
@@ -305,6 +305,10 @@ holidays:
|
|
|
305
305
|
FL:
|
|
306
306
|
name: Florida
|
|
307
307
|
days:
|
|
308
|
+
# @source https://dos.fl.gov/communications/press-releases/2026/icymi-governor-ron-desantis-announces-statewide-commemoration-of-america-s-250th-birthday
|
|
309
|
+
"2026-02-16":
|
|
310
|
+
name:
|
|
311
|
+
en: Commemoration of America's 250th Birthday
|
|
308
312
|
2nd monday in October: false
|
|
309
313
|
3rd monday in February: false
|
|
310
314
|
02-15:
|
package/data/holidays.json
CHANGED
|
@@ -15683,10 +15683,19 @@
|
|
|
15683
15683
|
"ko": "현충일"
|
|
15684
15684
|
}
|
|
15685
15685
|
},
|
|
15686
|
-
"07-17": {
|
|
15687
|
-
"
|
|
15686
|
+
"07-17 prior to 2026": {
|
|
15687
|
+
"name": {
|
|
15688
|
+
"en": "Constitution Day",
|
|
15689
|
+
"ko": "제헌절"
|
|
15690
|
+
},
|
|
15688
15691
|
"type": "observance"
|
|
15689
15692
|
},
|
|
15693
|
+
"07-17 since 2026": {
|
|
15694
|
+
"name": {
|
|
15695
|
+
"en": "Constitution Day",
|
|
15696
|
+
"ko": "제헌절"
|
|
15697
|
+
}
|
|
15698
|
+
},
|
|
15690
15699
|
"08-15": {
|
|
15691
15700
|
"name": {
|
|
15692
15701
|
"en": "Liberation Day",
|
|
@@ -25009,6 +25018,11 @@
|
|
|
25009
25018
|
"FL": {
|
|
25010
25019
|
"name": "Florida",
|
|
25011
25020
|
"days": {
|
|
25021
|
+
"2026-02-16": {
|
|
25022
|
+
"name": {
|
|
25023
|
+
"en": "Commemoration of America's 250th Birthday"
|
|
25024
|
+
}
|
|
25025
|
+
},
|
|
25012
25026
|
"2nd monday in October": false,
|
|
25013
25027
|
"3rd monday in February": false,
|
|
25014
25028
|
"02-15": {
|