date-holidays 3.21.3 → 3.21.4
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 +4 -0
- package/LICENSE +1 -0
- package/data/countries/SG.yaml +7 -0
- package/data/holidays.json +7 -1
- 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 +7 -1
- package/package.json +5 -5
- package/src/data.js +7 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.21.4](https://github.com/commenthol/date-holidays/compare/3.21.3...3.21.4) (2023-08-25)
|
|
4
|
+
|
|
5
|
+
- fix(SG): added SG presidential election polling day 2023 [a7211a9a](https://github.com/commenthol/date-holidays/commit/a7211a9a18547e2375ed412d09c5d21d82035ee4)
|
|
6
|
+
|
|
3
7
|
## [3.21.3](https://github.com/commenthol/date-holidays/compare/3.21.2...3.21.3) (2023-08-16)
|
|
4
8
|
|
|
5
9
|
- fix(BE-VLG,#424): add boxing day as observance [c03b59b6](https://github.com/commenthol/date-holidays/commit/c03b59b6227506e17429dfcbe809bdeacdcf0585)
|
package/LICENSE
CHANGED
|
@@ -45,6 +45,7 @@ https://de.wikipedia.org/wiki/Feiertage_in_Rum%C3%A4nien
|
|
|
45
45
|
https://de.wikipedia.org/wiki/Feiertage_in_Schweden
|
|
46
46
|
https://de.wikipedia.org/wiki/Portugal#Feiertage
|
|
47
47
|
https://el.wikipedia.org/wiki/Επίσημες_αργίες_στην_Ελλάδα
|
|
48
|
+
https://en.wikipedia.org/wiki/2023_Singaporean_presidential_election
|
|
48
49
|
https://en.wikipedia.org/wiki/Bengali_calendars
|
|
49
50
|
https://en.wikipedia.org/wiki/Faroe_Islands#Public_holidays
|
|
50
51
|
https://en.wikipedia.org/wiki/List_of_public_holidays_in_South_Korea
|
package/data/countries/SG.yaml
CHANGED
|
@@ -204,6 +204,13 @@ holidays:
|
|
|
204
204
|
_name: Deepavali
|
|
205
205
|
"2030-10-25":
|
|
206
206
|
_name: Deepavali
|
|
207
|
+
# Revision by SG Govt for SG Presidential Election 2023
|
|
208
|
+
# @source https://www.eld.gov.sg/faq_voters.html
|
|
209
|
+
# @attrib https://en.wikipedia.org/wiki/2023_Singaporean_presidential_election
|
|
210
|
+
"2023-09-1":
|
|
211
|
+
name:
|
|
212
|
+
en: Presidential Election Day
|
|
213
|
+
type: public
|
|
207
214
|
|
|
208
215
|
# states:
|
|
209
216
|
# '01':
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2023-08-
|
|
2
|
+
"version": "2023-08-25",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -19223,6 +19223,12 @@
|
|
|
19223
19223
|
},
|
|
19224
19224
|
"2030-10-25": {
|
|
19225
19225
|
"_name": "Deepavali"
|
|
19226
|
+
},
|
|
19227
|
+
"2023-09-1": {
|
|
19228
|
+
"name": {
|
|
19229
|
+
"en": "Presidential Election Day"
|
|
19230
|
+
},
|
|
19231
|
+
"type": "public"
|
|
19226
19232
|
}
|
|
19227
19233
|
}
|
|
19228
19234
|
},
|