date-holidays 3.33.0 → 3.34.0
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/CA.yaml +156 -21
- package/data/countries/KR.yaml +284 -0
- package/data/countries/SE.yaml +3 -2
- package/data/countries/US.yaml +6 -0
- package/data/holidays.json +641 -45
- package/data/names.yaml +12 -11
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.LICENSE.txt +0 -7
- package/dist/index.min.js.map +1 -1
- package/dist/umd.min.js +1 -1
- package/dist/umd.min.js.LICENSE.txt +0 -7
- package/dist/umd.min.js.map +1 -1
- package/lib/data.cjs +641 -45
- package/package.json +7 -6
- package/src/data.js +641 -45
package/data/countries/US.yaml
CHANGED
|
@@ -260,6 +260,12 @@ holidays:
|
|
|
260
260
|
3rd monday in February:
|
|
261
261
|
name:
|
|
262
262
|
en: Washington-Lincoln Day
|
|
263
|
+
1st monday in October:
|
|
264
|
+
name:
|
|
265
|
+
en: Frances Xavier Cabrini Day
|
|
266
|
+
active:
|
|
267
|
+
- from: "2020-01-01"
|
|
268
|
+
# @source HB20-1031 (2020) https://leg.colorado.gov/bills/hb20-1031
|
|
263
269
|
2nd monday in October:
|
|
264
270
|
type: observance
|
|
265
271
|
CT:
|