date-holidays 3.26.9 → 3.26.10
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 +7 -0
- package/LICENSE +1 -0
- package/data/countries/GB.yaml +2 -2
- package/data/countries/RU.yaml +1 -1
- package/data/holidays.json +3 -5
- 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 +3 -5
- package/package.json +5 -2
- package/src/data.js +3 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.26.10](https://github.com/commenthol/date-holidays/compare/3.26.9...3.26.10) (2026-03-15)
|
|
4
|
+
|
|
5
|
+
- fix(GB): license attribution [c029431d](https://github.com/commenthol/date-holidays/commit/c029431def8c3f74c9cb27747bde34d9430ebbb1)
|
|
6
|
+
- chore: github discontinue support for node@20, node@22 [1638b010](https://github.com/commenthol/date-holidays/commit/1638b0101d30c569759f3551f2b8c767107441ba)
|
|
7
|
+
- fix(GB-SCT): easter not an holiday [25fa9331](https://github.com/commenthol/date-holidays/commit/25fa93311be9f0fcd7b4baf451d0a23db4ac034f)
|
|
8
|
+
- fix(RU): Make international women's day in russia be observed on the monday after sunday. [e8762534](https://github.com/commenthol/date-holidays/commit/e8762534e2a0f6f09f047a144fe206c26a2105a8)
|
|
9
|
+
|
|
3
10
|
## [3.26.9](https://github.com/commenthol/date-holidays/compare/3.26.8...3.26.9) (2026-03-07)
|
|
4
11
|
|
|
5
12
|
- fix(MY,SG): Update holiday dates and details for 2026 [4cdfca64](https://github.com/commenthol/date-holidays/commit/4cdfca642bad58ddd8712697def6244e29fc13b0)
|
package/LICENSE
CHANGED
|
@@ -157,6 +157,7 @@ https://en.wikipedia.org/wiki/Public_holidays_in_the_Netherlands
|
|
|
157
157
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_Philippines
|
|
158
158
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_Turks_and_Caicos_Islands
|
|
159
159
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_United_Arab_Emirates
|
|
160
|
+
https://en.wikipedia.org/wiki/Public_holidays_in_the_United_Kingdom
|
|
160
161
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_United_States
|
|
161
162
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_United_States#Guam
|
|
162
163
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_United_States_Virgin_Islands
|
package/data/countries/GB.yaml
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
holidays:
|
|
2
2
|
# @source https://www.gov.uk/bank-holidays
|
|
3
|
+
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_the_United_Kingdom
|
|
3
4
|
GB:
|
|
4
5
|
names:
|
|
5
6
|
en: United Kingdom
|
|
@@ -469,8 +470,7 @@ holidays:
|
|
|
469
470
|
substitute: true
|
|
470
471
|
name:
|
|
471
472
|
en: January 2nd
|
|
472
|
-
easter 1:
|
|
473
|
-
_name: easter 1
|
|
473
|
+
easter 1: false
|
|
474
474
|
1st monday in August:
|
|
475
475
|
name:
|
|
476
476
|
en: Summer bank holiday
|
package/data/countries/RU.yaml
CHANGED
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2026-03-
|
|
2
|
+
"version": "2026-03-15",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -10663,9 +10663,7 @@
|
|
|
10663
10663
|
"en": "January 2nd"
|
|
10664
10664
|
}
|
|
10665
10665
|
},
|
|
10666
|
-
"easter 1":
|
|
10667
|
-
"_name": "easter 1"
|
|
10668
|
-
},
|
|
10666
|
+
"easter 1": false,
|
|
10669
10667
|
"1st monday in August": {
|
|
10670
10668
|
"name": {
|
|
10671
10669
|
"en": "Summer bank holiday"
|
|
@@ -21092,7 +21090,7 @@
|
|
|
21092
21090
|
"en": "Defender of the Fatherland Day"
|
|
21093
21091
|
}
|
|
21094
21092
|
},
|
|
21095
|
-
"03-08": {
|
|
21093
|
+
"03-08 and if sunday then next monday": {
|
|
21096
21094
|
"_name": "03-08"
|
|
21097
21095
|
},
|
|
21098
21096
|
"05-01": {
|