date-holidays 3.16.11 → 3.16.13

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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.16.13](https://github.com/commenthol/date-holidays/compare/3.16.12...3.16.13) (2022-12-17)
4
+
5
+ - fix(GL): moment timezone update [f7824b2c](https://github.com/commenthol/date-holidays/commit/f7824b2c9d3b14926cdc0758507d19d321f6459e)
6
+ - fix(SG,#387): correct 2023 holidays [dc13d37b](https://github.com/commenthol/date-holidays/commit/dc13d37b952b476ccff19aa7159f4113131db06e)
7
+
8
+ ## [3.16.12](https://github.com/commenthol/date-holidays/compare/3.16.11...3.16.12) (2022-12-10)
9
+
10
+ - fix(GB): Added King Charles III's Coronation [0b07976a](https://github.com/commenthol/date-holidays/commit/0b07976af0f37d844f7ede92b9c74110be7f10f5)
11
+ - fix(LU): added a source for Luxembourg [f46c5f45](https://github.com/commenthol/date-holidays/commit/f46c5f45ebe1b7563245c2af7b300ad7317a5331)
12
+
3
13
  ## [3.16.11](https://github.com/commenthol/date-holidays/compare/3.16.10...3.16.11) (2022-11-20)
4
14
 
5
15
  - test(MX,FJ): fix tests due to timezone update [9c961f7a](https://github.com/commenthol/date-holidays/commit/9c961f7a22b89a6285ec3a0f6dd5f3219d986b0b)
@@ -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
@@ -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
@@ -1,4 +1,5 @@
1
1
  # @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Singapore
2
+ # @source https://www.mom.gov.sg/newsroom/press-releases/2022/0408-public-holidays-for-2023
2
3
 
3
4
  holidays:
4
5
  SG:
@@ -56,8 +57,10 @@ holidays:
56
57
  # @source https://www.humanresourcesonline.net/singapore-s-revised-public-holiday-list-for-2022-new-dates-for-hari-raya-puasa-and-haji
57
58
  disable:
58
59
  - "2022-05-02"
60
+ - "2023-04-21"
59
61
  enable:
60
62
  - "2022-05-03"
63
+ - "2023-04-22"
61
64
  10 Dhu al-Hijjah:
62
65
  _name: 10 Dhu al-Hijjah
63
66
  name:
@@ -66,8 +69,10 @@ holidays:
66
69
  # @source https://www.humanresourcesonline.net/singapore-s-revised-public-holiday-list-for-2022-new-dates-for-hari-raya-puasa-and-haji
67
70
  disable:
68
71
  - "2022-07-09"
72
+ - "2023-06-28"
69
73
  enable:
70
74
  - "2022-07-10"
75
+ - "2023-06-29"
71
76
  # @attrib https://en.wikipedia.org/wiki/Vesak
72
77
  # date if sunday then next monday
73
78
  "2001-05-07":
@@ -120,7 +125,7 @@ holidays:
120
125
  "2022-05-16":
121
126
  substitute: true
122
127
  _name: Vesak
123
- "2023-05-05":
128
+ "2023-06-03":
124
129
  _name: Vesak
125
130
  "2024-05-23":
126
131
  _name: Vesak
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2022-11-20",
2
+ "version": "2022-12-17",
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"
@@ -18798,10 +18803,12 @@
18798
18803
  "en": "Hari Raya Puasa"
18799
18804
  },
18800
18805
  "disable": [
18801
- "2022-05-02"
18806
+ "2022-05-02",
18807
+ "2023-04-21"
18802
18808
  ],
18803
18809
  "enable": [
18804
- "2022-05-03"
18810
+ "2022-05-03",
18811
+ "2023-04-22"
18805
18812
  ]
18806
18813
  },
18807
18814
  "10 Dhu al-Hijjah": {
@@ -18810,10 +18817,12 @@
18810
18817
  "en": "Hari Raya Haji"
18811
18818
  },
18812
18819
  "disable": [
18813
- "2022-07-09"
18820
+ "2022-07-09",
18821
+ "2023-06-28"
18814
18822
  ],
18815
18823
  "enable": [
18816
- "2022-07-10"
18824
+ "2022-07-10",
18825
+ "2023-06-29"
18817
18826
  ]
18818
18827
  },
18819
18828
  "2001-05-07": {
@@ -18890,7 +18899,7 @@
18890
18899
  "substitute": true,
18891
18900
  "_name": "Vesak"
18892
18901
  },
18893
- "2023-05-05": {
18902
+ "2023-06-03": {
18894
18903
  "_name": "Vesak"
18895
18904
  },
18896
18905
  "2024-05-23": {