date-holidays 3.16.14 → 3.16.15
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/FI.yaml +1 -1
- package/data/countries/IE.yaml +5 -4
- package/data/holidays.json +9 -3
- 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 +9 -3
- package/package.json +2 -1
- package/src/data.js +9 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.16.15](https://github.com/commenthol/date-holidays/compare/3.16.14...3.16.15) (2023-01-11)
|
|
4
|
+
|
|
5
|
+
- fix(#392,FI): fix Finland's incorrect New Year's Eve rule [a0b69a24](https://github.com/commenthol/date-holidays/commit/a0b69a24f0622e1f76445d1886779ca899f7d170)
|
|
6
|
+
- fix(IE): 2nd of january and 27th of dec is a bank holiday [98222af3](https://github.com/commenthol/date-holidays/commit/98222af308af906f3aaa0c48a1bd1851059e4c81)
|
|
7
|
+
|
|
3
8
|
## [3.16.14](https://github.com/commenthol/date-holidays/compare/3.16.13...3.16.14) (2023-01-05)
|
|
4
9
|
|
|
5
10
|
- 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,10 @@ 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
|
|
19
23
|
03-17:
|
|
20
24
|
name:
|
|
21
25
|
en: St. Patrick’s Day
|
|
@@ -59,10 +63,7 @@ holidays:
|
|
|
59
63
|
en: St. Stephen's Day
|
|
60
64
|
substitute: true
|
|
61
65
|
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:
|
|
66
|
+
12-27 and if saturday then next monday if sunday then next tuesday:
|
|
66
67
|
name:
|
|
67
68
|
en: Christmas Bank Holiday
|
|
68
69
|
type: bank
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2023-01-
|
|
2
|
+
"version": "2023-01-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,12 @@
|
|
|
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
|
+
},
|
|
11953
11959
|
"03-17": {
|
|
11954
11960
|
"name": {
|
|
11955
11961
|
"en": "St. Patrick’s Day"
|
|
@@ -12014,7 +12020,7 @@
|
|
|
12014
12020
|
"substitute": true,
|
|
12015
12021
|
"type": "bank"
|
|
12016
12022
|
},
|
|
12017
|
-
"12-27 if saturday then next monday if sunday then next tuesday": {
|
|
12023
|
+
"12-27 and if saturday then next monday if sunday then next tuesday": {
|
|
12018
12024
|
"name": {
|
|
12019
12025
|
"en": "Christmas Bank Holiday"
|
|
12020
12026
|
},
|