date-holidays 3.23.8 → 3.23.9
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 +5 -0
- package/data/countries/SG.yaml +5 -1
- package/data/holidays.json +6 -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 +6 -4
- package/package.json +1 -1
- package/src/data.js +6 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.23.9](https://github.com/commenthol/date-holidays/compare/3.23.8...3.23.9) (2024-02-29)
|
|
4
|
+
|
|
5
|
+
- fix(SG): Vesak Day 2024 [8940db8f](https://github.com/commenthol/date-holidays/commit/8940db8fb9c2e3a4b23fc57258da1397244ed1cf)
|
|
6
|
+
- fix(SG): Hari Raya Haji day 2024 [a33ff72a](https://github.com/commenthol/date-holidays/commit/a33ff72a1b803f59b2ff1c8cea755d053a285ccc)
|
|
7
|
+
|
|
3
8
|
## [3.23.8](https://github.com/commenthol/date-holidays/compare/3.23.7...3.23.8) (2024-02-08)
|
|
4
9
|
|
|
5
10
|
- fix(AT,#455): josefitag set to type school [8adc4b72](https://github.com/commenthol/date-holidays/commit/8adc4b7239bbd79d401544298ffcb26277592c08)
|
package/data/countries/SG.yaml
CHANGED
|
@@ -70,12 +70,15 @@ holidays:
|
|
|
70
70
|
en: Hari Raya Haji
|
|
71
71
|
# Revision from SG gov
|
|
72
72
|
# @source https://www.humanresourcesonline.net/singapore-s-revised-public-holiday-list-for-2022-new-dates-for-hari-raya-puasa-and-haji
|
|
73
|
+
# https://www.mom.gov.sg/employment-practices/public-holidays
|
|
73
74
|
disable:
|
|
74
75
|
- "2022-07-09"
|
|
75
76
|
- "2023-06-28"
|
|
77
|
+
- "2024-06-29"
|
|
76
78
|
enable:
|
|
77
79
|
- "2022-07-10"
|
|
78
80
|
- "2023-06-29"
|
|
81
|
+
- "2024-06-17"
|
|
79
82
|
# @attrib https://en.wikipedia.org/wiki/Vesak
|
|
80
83
|
# date if sunday then next monday
|
|
81
84
|
"2001-05-07":
|
|
@@ -132,7 +135,8 @@ holidays:
|
|
|
132
135
|
# @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 .
|
|
133
136
|
"2023-06-02":
|
|
134
137
|
_name: Vesak
|
|
135
|
-
|
|
138
|
+
# https://www.mom.gov.sg/employment-practices/public-holidays
|
|
139
|
+
"2024-05-22":
|
|
136
140
|
_name: Vesak
|
|
137
141
|
# Deepavali
|
|
138
142
|
# date if sunday then next monday
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2024-02-
|
|
2
|
+
"version": "2024-02-29",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -19562,11 +19562,13 @@
|
|
|
19562
19562
|
},
|
|
19563
19563
|
"disable": [
|
|
19564
19564
|
"2022-07-09",
|
|
19565
|
-
"2023-06-28"
|
|
19565
|
+
"2023-06-28",
|
|
19566
|
+
"2024-06-29"
|
|
19566
19567
|
],
|
|
19567
19568
|
"enable": [
|
|
19568
19569
|
"2022-07-10",
|
|
19569
|
-
"2023-06-29"
|
|
19570
|
+
"2023-06-29",
|
|
19571
|
+
"2024-06-17"
|
|
19570
19572
|
]
|
|
19571
19573
|
},
|
|
19572
19574
|
"2001-05-07": {
|
|
@@ -19646,7 +19648,7 @@
|
|
|
19646
19648
|
"2023-06-02": {
|
|
19647
19649
|
"_name": "Vesak"
|
|
19648
19650
|
},
|
|
19649
|
-
"2024-05-
|
|
19651
|
+
"2024-05-22": {
|
|
19650
19652
|
"_name": "Vesak"
|
|
19651
19653
|
},
|
|
19652
19654
|
"2000-10-26": {
|