date-holidays 3.23.14 → 3.23.16
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 +11 -1
- package/data/countries/BR.yaml +10 -0
- package/data/countries/GB.yaml +4 -0
- package/data/countries/IE.yaml +0 -4
- package/data/holidays.json +26 -11
- 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 +26 -11
- package/package.json +3 -1
- package/src/data.js +26 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [3.
|
|
3
|
+
## [3.23.16](https://github.com/commenthol/date-holidays/compare/3.23.15...3.23.16) (2024-12-27)
|
|
4
|
+
|
|
5
|
+
- fix(GB-SCT,#494): add substitute day for st andrew's day [8f0fb474](https://github.com/commenthol/date-holidays/commit/8f0fb474f843b1e81423276f741905999906698d)
|
|
6
|
+
- fix(IE,#495): removal of Christmas bank holiday [930fd6ee](https://github.com/commenthol/date-holidays/commit/930fd6ee07a0aa3b628d84124984f05651b453d3)
|
|
7
|
+
|
|
8
|
+
## [3.23.15](https://github.com/commenthol/date-holidays/compare/3.23.14...3.23.15) (2024-12-27)
|
|
9
|
+
|
|
10
|
+
- fix(BR): Fixes indentation and fixtures json based on fix [3ee04a9f](https://github.com/commenthol/date-holidays/commit/3ee04a9fc7b1d93a1c7ba9449f50d841ebe6c861)
|
|
11
|
+
- fix(BR): Updates Black Awareness for BR since it is a national holiday beginning on 2024 [851f7fb8](https://github.com/commenthol/date-holidays/commit/851f7fb889fe744aaff2c643deb5629bd96dfb02)
|
|
12
|
+
|
|
13
|
+
## [3.23.14](https://github.com/commenthol/date-holidays/compare/3.23.13...3.23.14) (2024-12-12)
|
|
4
14
|
|
|
5
15
|
- fix(IT): state names [c3daf4c4](https://github.com/commenthol/date-holidays/commit/c3daf4c41d0a1532ba23c3fc6762b490abad14e5)
|
|
6
16
|
- feat(IT): add Florence patron saint holiday [82069765](https://github.com/commenthol/date-holidays/commit/82069765d5927d5b1ee040dde46ae47852c1e48b)
|
package/data/countries/BR.yaml
CHANGED
|
@@ -78,6 +78,12 @@ holidays:
|
|
|
78
78
|
name:
|
|
79
79
|
pt: Proclamação da República
|
|
80
80
|
en: Republic Day
|
|
81
|
+
11-20:
|
|
82
|
+
name:
|
|
83
|
+
pt: Dia da Consciência Negra
|
|
84
|
+
en: Black Awareness Day
|
|
85
|
+
active:
|
|
86
|
+
- from: 2023-12-21
|
|
81
87
|
"12-24 14:00":
|
|
82
88
|
_name: 12-24
|
|
83
89
|
type: optional
|
|
@@ -156,6 +162,7 @@ holidays:
|
|
|
156
162
|
pt: Dia da Consciência Negra
|
|
157
163
|
active:
|
|
158
164
|
- from: 2010-07-08
|
|
165
|
+
to: 2023-12-21
|
|
159
166
|
AP:
|
|
160
167
|
name: Amapá
|
|
161
168
|
zones:
|
|
@@ -260,6 +267,7 @@ holidays:
|
|
|
260
267
|
pt: Dia da Consciência Negra
|
|
261
268
|
active:
|
|
262
269
|
- from: 2002-12-27
|
|
270
|
+
to: 2023-12-21
|
|
263
271
|
PA:
|
|
264
272
|
name: Pará
|
|
265
273
|
zones:
|
|
@@ -365,6 +373,7 @@ holidays:
|
|
|
365
373
|
pt: Dia da Consciência Negra
|
|
366
374
|
active:
|
|
367
375
|
- from: 2002-11-11
|
|
376
|
+
to: 2023-12-21
|
|
368
377
|
regions:
|
|
369
378
|
RJ:
|
|
370
379
|
name: Rio de Janeiro
|
|
@@ -467,6 +476,7 @@ holidays:
|
|
|
467
476
|
pt: Dia da Consciência Negra
|
|
468
477
|
active:
|
|
469
478
|
- from: 2023-09-12
|
|
479
|
+
to: 2023-12-21
|
|
470
480
|
regions:
|
|
471
481
|
SP:
|
|
472
482
|
name: São Paulo
|
package/data/countries/GB.yaml
CHANGED
package/data/countries/IE.yaml
CHANGED
|
@@ -67,10 +67,6 @@ holidays:
|
|
|
67
67
|
en: St. Stephen's Day
|
|
68
68
|
substitute: true
|
|
69
69
|
type: bank
|
|
70
|
-
12-27 and if saturday then next monday if sunday then next tuesday:
|
|
71
|
-
name:
|
|
72
|
-
en: Christmas Bank Holiday
|
|
73
|
-
type: bank
|
|
74
70
|
3rd sunday in June:
|
|
75
71
|
_name: Fathers Day
|
|
76
72
|
type: observance
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2024-12-
|
|
2
|
+
"version": "2024-12-27",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -3512,6 +3512,17 @@
|
|
|
3512
3512
|
"en": "Republic Day"
|
|
3513
3513
|
}
|
|
3514
3514
|
},
|
|
3515
|
+
"11-20": {
|
|
3516
|
+
"name": {
|
|
3517
|
+
"pt": "Dia da Consciência Negra",
|
|
3518
|
+
"en": "Black Awareness Day"
|
|
3519
|
+
},
|
|
3520
|
+
"active": [
|
|
3521
|
+
{
|
|
3522
|
+
"from": "2023-12-21T00:00:00.000Z"
|
|
3523
|
+
}
|
|
3524
|
+
]
|
|
3525
|
+
},
|
|
3515
3526
|
"12-24 14:00": {
|
|
3516
3527
|
"_name": "12-24",
|
|
3517
3528
|
"type": "optional"
|
|
@@ -3649,7 +3660,8 @@
|
|
|
3649
3660
|
},
|
|
3650
3661
|
"active": [
|
|
3651
3662
|
{
|
|
3652
|
-
"from": "2010-07-08T00:00:00.000Z"
|
|
3663
|
+
"from": "2010-07-08T00:00:00.000Z",
|
|
3664
|
+
"to": "2023-12-21T00:00:00.000Z"
|
|
3653
3665
|
}
|
|
3654
3666
|
]
|
|
3655
3667
|
}
|
|
@@ -3813,7 +3825,8 @@
|
|
|
3813
3825
|
},
|
|
3814
3826
|
"active": [
|
|
3815
3827
|
{
|
|
3816
|
-
"from": "2002-12-27T00:00:00.000Z"
|
|
3828
|
+
"from": "2002-12-27T00:00:00.000Z",
|
|
3829
|
+
"to": "2023-12-21T00:00:00.000Z"
|
|
3817
3830
|
}
|
|
3818
3831
|
]
|
|
3819
3832
|
}
|
|
@@ -3994,7 +4007,8 @@
|
|
|
3994
4007
|
},
|
|
3995
4008
|
"active": [
|
|
3996
4009
|
{
|
|
3997
|
-
"from": "2002-11-11T00:00:00.000Z"
|
|
4010
|
+
"from": "2002-11-11T00:00:00.000Z",
|
|
4011
|
+
"to": "2023-12-21T00:00:00.000Z"
|
|
3998
4012
|
}
|
|
3999
4013
|
]
|
|
4000
4014
|
}
|
|
@@ -4175,7 +4189,8 @@
|
|
|
4175
4189
|
},
|
|
4176
4190
|
"active": [
|
|
4177
4191
|
{
|
|
4178
|
-
"from": "2023-09-12T00:00:00.000Z"
|
|
4192
|
+
"from": "2023-09-12T00:00:00.000Z",
|
|
4193
|
+
"to": "2023-12-21T00:00:00.000Z"
|
|
4179
4194
|
}
|
|
4180
4195
|
]
|
|
4181
4196
|
}
|
|
@@ -10244,6 +10259,12 @@
|
|
|
10244
10259
|
"name": {
|
|
10245
10260
|
"en": "St Andrew’s Day"
|
|
10246
10261
|
}
|
|
10262
|
+
},
|
|
10263
|
+
"substitutes 11-30 if saturday, sunday then next monday": {
|
|
10264
|
+
"substitute": true,
|
|
10265
|
+
"name": {
|
|
10266
|
+
"en": "St Andrew’s Day"
|
|
10267
|
+
}
|
|
10247
10268
|
}
|
|
10248
10269
|
}
|
|
10249
10270
|
},
|
|
@@ -12569,12 +12590,6 @@
|
|
|
12569
12590
|
"substitute": true,
|
|
12570
12591
|
"type": "bank"
|
|
12571
12592
|
},
|
|
12572
|
-
"12-27 and if saturday then next monday if sunday then next tuesday": {
|
|
12573
|
-
"name": {
|
|
12574
|
-
"en": "Christmas Bank Holiday"
|
|
12575
|
-
},
|
|
12576
|
-
"type": "bank"
|
|
12577
|
-
},
|
|
12578
12593
|
"3rd sunday in June": {
|
|
12579
12594
|
"_name": "Fathers Day",
|
|
12580
12595
|
"type": "observance"
|