date-holidays 3.16.11 → 3.16.12
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 +4 -0
- package/data/countries/LU.yaml +1 -0
- package/data/holidays.json +6 -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 +6 -1
- package/package.json +8 -7
- package/src/data.js +6 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.16.12](https://github.com/commenthol/date-holidays/compare/3.16.11...3.16.12) (2022-12-10)
|
|
4
|
+
|
|
5
|
+
- fix(GB): Added King Charles III's Coronation [0b07976a](https://github.com/commenthol/date-holidays/commit/0b07976af0f37d844f7ede92b9c74110be7f10f5)
|
|
6
|
+
- fix(LU): added a source for Luxembourg [f46c5f45](https://github.com/commenthol/date-holidays/commit/f46c5f45ebe1b7563245c2af7b300ad7317a5331)
|
|
7
|
+
|
|
3
8
|
## [3.16.11](https://github.com/commenthol/date-holidays/compare/3.16.10...3.16.11) (2022-11-20)
|
|
4
9
|
|
|
5
10
|
- test(MX,FJ): fix tests due to timezone update [9c961f7a](https://github.com/commenthol/date-holidays/commit/9c961f7a22b89a6285ec3a0f6dd5f3219d986b0b)
|
package/data/countries/GB.yaml
CHANGED
|
@@ -67,6 +67,10 @@ holidays:
|
|
|
67
67
|
"2022-09-19":
|
|
68
68
|
name:
|
|
69
69
|
en: Queen Elizabeth's Funeral Day
|
|
70
|
+
# @source https://www.gov.uk/government/news/bank-holiday-proclaimed-in-honour-of-the-coronation-of-his-majesty-king-charles-iii
|
|
71
|
+
"2023-05-08":
|
|
72
|
+
name:
|
|
73
|
+
en: King Charles III's Coronation
|
|
70
74
|
3rd sunday in June:
|
|
71
75
|
_name: Fathers Day
|
|
72
76
|
type: observance
|
package/data/countries/LU.yaml
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
holidays:
|
|
2
|
+
# @source https://legilux.public.lu/eli/etat/leg/loi/2019/04/25/a271/jo
|
|
2
3
|
# @source http://www.legilux.public.lu/leg/textescoordonnes/codes/code_travail/ - Art. L. 232-2.
|
|
3
4
|
# @source https://legilux.public.lu/eli/etat/leg/loi/1892/02/16/n2/jo
|
|
4
5
|
# @source https://legilux.public.lu/eli/etat/leg/agd/1946/04/23/n1/jo
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2022-
|
|
2
|
+
"version": "2022-12-10",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -9594,6 +9594,11 @@
|
|
|
9594
9594
|
"en": "Queen Elizabeth's Funeral Day"
|
|
9595
9595
|
}
|
|
9596
9596
|
},
|
|
9597
|
+
"2023-05-08": {
|
|
9598
|
+
"name": {
|
|
9599
|
+
"en": "King Charles III's Coronation"
|
|
9600
|
+
}
|
|
9601
|
+
},
|
|
9597
9602
|
"3rd sunday in June": {
|
|
9598
9603
|
"_name": "Fathers Day",
|
|
9599
9604
|
"type": "observance"
|