date-holidays 3.23.1 → 3.23.2
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/GB.yaml +3 -3
- package/data/holidays.json +4 -4
- 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 +4 -4
- package/package.json +10 -10
- package/src/data.js +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.23.2](https://github.com/commenthol/date-holidays/compare/3.23.1...3.23.2) (2023-11-25)
|
|
4
|
+
|
|
5
|
+
- fix(GL,EG): DST time changes [58e8ffc9](https://github.com/commenthol/date-holidays/commit/58e8ffc9534502053bec1ec21b86e76645019a5c)
|
|
6
|
+
- fix: add missing `y` to January 2nd holiday [c3041273](https://github.com/commenthol/date-holidays/commit/c304127352af8ca9fd5d99e4cd6cb2115224c805)
|
|
7
|
+
|
|
3
8
|
## [3.23.1](https://github.com/commenthol/date-holidays/compare/3.23.0...3.23.1) (2023-11-04)
|
|
4
9
|
|
|
5
10
|
- fix(HU): Adding school holidays till the end of Jan 2024 [27b2071a](https://github.com/commenthol/date-holidays/commit/27b2071a335455a15a32edabcae476bfdf1fdcd5)
|
package/data/countries/GB.yaml
CHANGED
|
@@ -460,15 +460,15 @@ holidays:
|
|
|
460
460
|
_name: 01-01
|
|
461
461
|
01-02:
|
|
462
462
|
name:
|
|
463
|
-
en:
|
|
463
|
+
en: January 2nd
|
|
464
464
|
substitutes 01-02 if saturday then next monday:
|
|
465
465
|
substitute: true
|
|
466
466
|
name:
|
|
467
|
-
en:
|
|
467
|
+
en: January 2nd
|
|
468
468
|
substitutes 01-02 if sunday then next monday:
|
|
469
469
|
substitute: true
|
|
470
470
|
name:
|
|
471
|
-
en:
|
|
471
|
+
en: January 2nd
|
|
472
472
|
easter 1:
|
|
473
473
|
_name: easter 1
|
|
474
474
|
1st monday in August:
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2023-11-
|
|
2
|
+
"version": "2023-11-25",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -10177,19 +10177,19 @@
|
|
|
10177
10177
|
},
|
|
10178
10178
|
"01-02": {
|
|
10179
10179
|
"name": {
|
|
10180
|
-
"en": "
|
|
10180
|
+
"en": "January 2nd"
|
|
10181
10181
|
}
|
|
10182
10182
|
},
|
|
10183
10183
|
"substitutes 01-02 if saturday then next monday": {
|
|
10184
10184
|
"substitute": true,
|
|
10185
10185
|
"name": {
|
|
10186
|
-
"en": "
|
|
10186
|
+
"en": "January 2nd"
|
|
10187
10187
|
}
|
|
10188
10188
|
},
|
|
10189
10189
|
"substitutes 01-02 if sunday then next monday": {
|
|
10190
10190
|
"substitute": true,
|
|
10191
10191
|
"name": {
|
|
10192
|
-
"en": "
|
|
10192
|
+
"en": "January 2nd"
|
|
10193
10193
|
}
|
|
10194
10194
|
},
|
|
10195
10195
|
"easter 1": {
|