date-holidays 3.16.14 → 3.16.17
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 +14 -0
- package/data/countries/FI.yaml +1 -1
- package/data/countries/IE.yaml +9 -4
- package/data/countries/SG.yaml +3 -1
- package/data/holidays.json +15 -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 +15 -4
- package/package.json +10 -8
- package/src/data.js +15 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.16.17](https://github.com/commenthol/date-holidays/compare/3.16.16...3.16.17) (2023-02-11)
|
|
4
|
+
|
|
5
|
+
- fix(IE): new public holiday St. Brigid's Day [98a619ec](https://github.com/commenthol/date-holidays/commit/98a619ecbc609c6f8bd5afe3d8a72b27f8cadaab)
|
|
6
|
+
|
|
7
|
+
## [3.16.16](https://github.com/commenthol/date-holidays/compare/3.16.15...3.16.16) (2023-02-11)
|
|
8
|
+
|
|
9
|
+
- vesak day 2023 for sg [e0ae1ec3](https://github.com/commenthol/date-holidays/commit/e0ae1ec3d959663c3fe750c7ff2eafe002c2f9a9)
|
|
10
|
+
- Fix Vesak Day 2023 for Singapore [2e6560ff](https://github.com/commenthol/date-holidays/commit/2e6560ff0ec5143eb1dbc6f7061928b7cb762258)
|
|
11
|
+
|
|
12
|
+
## [3.16.15](https://github.com/commenthol/date-holidays/compare/3.16.14...3.16.15) (2023-01-11)
|
|
13
|
+
|
|
14
|
+
- fix(#392,FI): fix Finland's incorrect New Year's Eve rule [a0b69a24](https://github.com/commenthol/date-holidays/commit/a0b69a24f0622e1f76445d1886779ca899f7d170)
|
|
15
|
+
- fix(IE): 2nd of january and 27th of dec is a bank holiday [98222af3](https://github.com/commenthol/date-holidays/commit/98222af308af906f3aaa0c48a1bd1851059e4c81)
|
|
16
|
+
|
|
3
17
|
## [3.16.14](https://github.com/commenthol/date-holidays/compare/3.16.13...3.16.14) (2023-01-05)
|
|
4
18
|
|
|
5
19
|
- fix(CL): Adds 08-10 as observance holiday for CL-TA [7bb7e3d8](https://github.com/commenthol/date-holidays/commit/7bb7e3d80deb4aee085a010052fb34c20320e379)
|
package/data/countries/FI.yaml
CHANGED
package/data/countries/IE.yaml
CHANGED
|
@@ -16,6 +16,14 @@ holidays:
|
|
|
16
16
|
days:
|
|
17
17
|
01-01:
|
|
18
18
|
_name: 01-01
|
|
19
|
+
1st monday in January:
|
|
20
|
+
name:
|
|
21
|
+
en: Bank Holiday
|
|
22
|
+
type: bank
|
|
23
|
+
# Official Rule: First Monday in February, or 1 February if the date falls on a Friday
|
|
24
|
+
02-01 if Tuesday,Wednesday,Thursday,Saturday,Sunday then next Monday since 2023:
|
|
25
|
+
name:
|
|
26
|
+
en: St. Brigid’s Day
|
|
19
27
|
03-17:
|
|
20
28
|
name:
|
|
21
29
|
en: St. Patrick’s Day
|
|
@@ -59,10 +67,7 @@ holidays:
|
|
|
59
67
|
en: St. Stephen's Day
|
|
60
68
|
substitute: true
|
|
61
69
|
type: bank
|
|
62
|
-
|
|
63
|
-
# becuase this is not a substitute for another holiday but a bank holiday
|
|
64
|
-
# in its own right which always falls on the work week.
|
|
65
|
-
12-27 if saturday then next monday if sunday then next tuesday:
|
|
70
|
+
12-27 and if saturday then next monday if sunday then next tuesday:
|
|
66
71
|
name:
|
|
67
72
|
en: Christmas Bank Holiday
|
|
68
73
|
type: bank
|
package/data/countries/SG.yaml
CHANGED
|
@@ -125,7 +125,9 @@ holidays:
|
|
|
125
125
|
"2022-05-16":
|
|
126
126
|
substitute: true
|
|
127
127
|
_name: Vesak
|
|
128
|
-
|
|
128
|
+
# Revision by SG Govt for Vesak Day 2023
|
|
129
|
+
# @source https://www.mom.gov.sg/newsroom/press-releases/2022/0929-revised-date-for-vesak-day-2023#:~:text=Revised%20Date%20for%20Vesak%20Day%20in%202023&text=1%20Following%20the%20Singapore%20Buddhist,public%20holiday%20for%20Vesak%20Day .
|
|
130
|
+
"2023-06-02":
|
|
129
131
|
_name: Vesak
|
|
130
132
|
"2024-05-23":
|
|
131
133
|
_name: Vesak
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2023-
|
|
2
|
+
"version": "2023-02-11",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -9131,7 +9131,7 @@
|
|
|
9131
9131
|
"12-26": {
|
|
9132
9132
|
"_name": "12-26"
|
|
9133
9133
|
},
|
|
9134
|
-
"12-31
|
|
9134
|
+
"12-31": {
|
|
9135
9135
|
"_name": "12-31",
|
|
9136
9136
|
"type": "bank"
|
|
9137
9137
|
}
|
|
@@ -11950,6 +11950,17 @@
|
|
|
11950
11950
|
"01-01": {
|
|
11951
11951
|
"_name": "01-01"
|
|
11952
11952
|
},
|
|
11953
|
+
"1st monday in January": {
|
|
11954
|
+
"name": {
|
|
11955
|
+
"en": "Bank Holiday"
|
|
11956
|
+
},
|
|
11957
|
+
"type": "bank"
|
|
11958
|
+
},
|
|
11959
|
+
"02-01 if Tuesday,Wednesday,Thursday,Saturday,Sunday then next Monday since 2023": {
|
|
11960
|
+
"name": {
|
|
11961
|
+
"en": "St. Brigid’s Day"
|
|
11962
|
+
}
|
|
11963
|
+
},
|
|
11953
11964
|
"03-17": {
|
|
11954
11965
|
"name": {
|
|
11955
11966
|
"en": "St. Patrick’s Day"
|
|
@@ -12014,7 +12025,7 @@
|
|
|
12014
12025
|
"substitute": true,
|
|
12015
12026
|
"type": "bank"
|
|
12016
12027
|
},
|
|
12017
|
-
"12-27 if saturday then next monday if sunday then next tuesday": {
|
|
12028
|
+
"12-27 and if saturday then next monday if sunday then next tuesday": {
|
|
12018
12029
|
"name": {
|
|
12019
12030
|
"en": "Christmas Bank Holiday"
|
|
12020
12031
|
},
|
|
@@ -18961,7 +18972,7 @@
|
|
|
18961
18972
|
"substitute": true,
|
|
18962
18973
|
"_name": "Vesak"
|
|
18963
18974
|
},
|
|
18964
|
-
"2023-06-
|
|
18975
|
+
"2023-06-02": {
|
|
18965
18976
|
"_name": "Vesak"
|
|
18966
18977
|
},
|
|
18967
18978
|
"2024-05-23": {
|