date-holidays 3.21.2 → 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 +8 -0
- package/LICENSE +1 -0
- package/data/countries/BE.yaml +15 -0
- package/data/countries/SG.yaml +7 -0
- package/data/holidays.json +26 -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 +26 -1
- package/package.json +12 -12
- package/src/data.js +26 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
7
|
+
## [3.21.3](https://github.com/commenthol/date-holidays/compare/3.21.2...3.21.3) (2023-08-16)
|
|
8
|
+
|
|
9
|
+
- fix(BE-VLG,#424): add boxing day as observance [c03b59b6](https://github.com/commenthol/date-holidays/commit/c03b59b6227506e17429dfcbe809bdeacdcf0585)
|
|
10
|
+
|
|
3
11
|
## [3.21.2](https://github.com/commenthol/date-holidays/compare/3.21.1...3.21.2) (2023-06-24)
|
|
4
12
|
|
|
5
13
|
- fix(AX): midsummer should use same logic as SE and FI [c414c4d1](https://github.com/commenthol/date-holidays/commit/c414c4d1c5316c69025e272ed7bdc322ff395e28)
|
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/BE.yaml
CHANGED
|
@@ -101,6 +101,21 @@ holidays:
|
|
|
101
101
|
fr: Fête de la Région wallonne
|
|
102
102
|
nl: Feestdag van de Vlaamse Gemeenschap
|
|
103
103
|
type: observance
|
|
104
|
+
11-02:
|
|
105
|
+
_name: 11-02
|
|
106
|
+
type: observance
|
|
107
|
+
note: day-off for employees of the flemish government
|
|
108
|
+
11-15:
|
|
109
|
+
name:
|
|
110
|
+
nl: Koningsdag
|
|
111
|
+
fr: Fête du Roi
|
|
112
|
+
de: Festtag des Königs
|
|
113
|
+
type: observance
|
|
114
|
+
note: day-off for employees of the flemish government
|
|
115
|
+
12-26:
|
|
116
|
+
_name: 12-26
|
|
117
|
+
type: observance
|
|
118
|
+
note: day-off for employees of the flemish government
|
|
104
119
|
# regions:
|
|
105
120
|
# VAN:
|
|
106
121
|
# name: Antwerp
|
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-
|
|
2
|
+
"version": "2023-08-25",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -2207,6 +2207,25 @@
|
|
|
2207
2207
|
"nl": "Feestdag van de Vlaamse Gemeenschap"
|
|
2208
2208
|
},
|
|
2209
2209
|
"type": "observance"
|
|
2210
|
+
},
|
|
2211
|
+
"11-02": {
|
|
2212
|
+
"_name": "11-02",
|
|
2213
|
+
"type": "observance",
|
|
2214
|
+
"note": "day-off for employees of the flemish government"
|
|
2215
|
+
},
|
|
2216
|
+
"11-15": {
|
|
2217
|
+
"name": {
|
|
2218
|
+
"nl": "Koningsdag",
|
|
2219
|
+
"fr": "Fête du Roi",
|
|
2220
|
+
"de": "Festtag des Königs"
|
|
2221
|
+
},
|
|
2222
|
+
"type": "observance",
|
|
2223
|
+
"note": "day-off for employees of the flemish government"
|
|
2224
|
+
},
|
|
2225
|
+
"12-26": {
|
|
2226
|
+
"_name": "12-26",
|
|
2227
|
+
"type": "observance",
|
|
2228
|
+
"note": "day-off for employees of the flemish government"
|
|
2210
2229
|
}
|
|
2211
2230
|
}
|
|
2212
2231
|
},
|
|
@@ -19204,6 +19223,12 @@
|
|
|
19204
19223
|
},
|
|
19205
19224
|
"2030-10-25": {
|
|
19206
19225
|
"_name": "Deepavali"
|
|
19226
|
+
},
|
|
19227
|
+
"2023-09-1": {
|
|
19228
|
+
"name": {
|
|
19229
|
+
"en": "Presidential Election Day"
|
|
19230
|
+
},
|
|
19231
|
+
"type": "public"
|
|
19207
19232
|
}
|
|
19208
19233
|
}
|
|
19209
19234
|
},
|