date-holidays 3.23.7 → 3.23.9

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.23.9](https://github.com/commenthol/date-holidays/compare/3.23.8...3.23.9) (2024-02-29)
4
+
5
+ - fix(SG): Vesak Day 2024 [8940db8f](https://github.com/commenthol/date-holidays/commit/8940db8fb9c2e3a4b23fc57258da1397244ed1cf)
6
+ - fix(SG): Hari Raya Haji day 2024 [a33ff72a](https://github.com/commenthol/date-holidays/commit/a33ff72a1b803f59b2ff1c8cea755d053a285ccc)
7
+
8
+ ## [3.23.8](https://github.com/commenthol/date-holidays/compare/3.23.7...3.23.8) (2024-02-08)
9
+
10
+ - fix(AT,#455): josefitag set to type school [8adc4b72](https://github.com/commenthol/date-holidays/commit/8adc4b7239bbd79d401544298ffcb26277592c08)
11
+ - fix(SG): Fix Singapore Hari Raya Puasa date for 2024 - Update SG.yaml [45a75e8f](https://github.com/commenthol/date-holidays/commit/45a75e8fd0c5da4e36ddcd76b6322303ece9f290)
12
+
3
13
  ## [3.23.7](https://github.com/commenthol/date-holidays/compare/3.23.6...3.23.7) (2024-01-25)
4
14
 
5
15
  - fix(SE): Update SE.yaml with english translations [b3f73b13](https://github.com/commenthol/date-holidays/commit/b3f73b13b77255510ae178f487d5073d0ad2c765)
@@ -73,6 +73,7 @@ holidays:
73
73
  days:
74
74
  03-19:
75
75
  _name: 03-19
76
+ type: school
76
77
  10-10:
77
78
  name:
78
79
  de-at: Tag der Volksabstimmung
@@ -110,6 +111,7 @@ holidays:
110
111
  days:
111
112
  03-19:
112
113
  _name: 03-19
114
+ type: school
113
115
  "7":
114
116
  names:
115
117
  de: Tirol
@@ -117,11 +119,13 @@ holidays:
117
119
  days:
118
120
  03-19:
119
121
  _name: 03-19
122
+ type: school
120
123
  "8":
121
124
  name: Vorarlberg
122
125
  days:
123
126
  03-19:
124
127
  _name: 03-19
128
+ type: school
125
129
  "9":
126
130
  names:
127
131
  de: Wien
@@ -55,24 +55,30 @@ holidays:
55
55
  en: Hari Raya Puasa
56
56
  # Revision from SG gov
57
57
  # @source https://www.humanresourcesonline.net/singapore-s-revised-public-holiday-list-for-2022-new-dates-for-hari-raya-puasa-and-haji
58
+ # https://www.mom.gov.sg/employment-practices/public-holidays
58
59
  disable:
59
60
  - "2022-05-02"
60
61
  - "2023-04-21"
62
+ - "2024-04-09"
61
63
  enable:
62
64
  - "2022-05-03"
63
65
  - "2023-04-22"
66
+ - "2024-04-10"
64
67
  10 Dhu al-Hijjah:
65
68
  _name: 10 Dhu al-Hijjah
66
69
  name:
67
70
  en: Hari Raya Haji
68
71
  # Revision from SG gov
69
72
  # @source https://www.humanresourcesonline.net/singapore-s-revised-public-holiday-list-for-2022-new-dates-for-hari-raya-puasa-and-haji
73
+ # https://www.mom.gov.sg/employment-practices/public-holidays
70
74
  disable:
71
75
  - "2022-07-09"
72
76
  - "2023-06-28"
77
+ - "2024-06-29"
73
78
  enable:
74
79
  - "2022-07-10"
75
80
  - "2023-06-29"
81
+ - "2024-06-17"
76
82
  # @attrib https://en.wikipedia.org/wiki/Vesak
77
83
  # date if sunday then next monday
78
84
  "2001-05-07":
@@ -129,7 +135,8 @@ holidays:
129
135
  # @source https://www.mom.gov.sg/newsroom/press-releases/2022/0929-revised-date-for-vesak-day-2023#:~:text=Revised%20Date%20for%20Vesak%20Day%20in%202023&text=1%20Following%20the%20Singapore%20Buddhist,public%20holiday%20for%20Vesak%20Day .
130
136
  "2023-06-02":
131
137
  _name: Vesak
132
- "2024-05-23":
138
+ # https://www.mom.gov.sg/employment-practices/public-holidays
139
+ "2024-05-22":
133
140
  _name: Vesak
134
141
  # Deepavali
135
142
  # date if sunday then next monday
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2024-01-25",
2
+ "version": "2024-02-29",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -948,7 +948,8 @@
948
948
  },
949
949
  "days": {
950
950
  "03-19": {
951
- "_name": "03-19"
951
+ "_name": "03-19",
952
+ "type": "school"
952
953
  },
953
954
  "10-10": {
954
955
  "name": {
@@ -1005,7 +1006,8 @@
1005
1006
  },
1006
1007
  "days": {
1007
1008
  "03-19": {
1008
- "_name": "03-19"
1009
+ "_name": "03-19",
1010
+ "type": "school"
1009
1011
  }
1010
1012
  }
1011
1013
  },
@@ -1016,7 +1018,8 @@
1016
1018
  },
1017
1019
  "days": {
1018
1020
  "03-19": {
1019
- "_name": "03-19"
1021
+ "_name": "03-19",
1022
+ "type": "school"
1020
1023
  }
1021
1024
  }
1022
1025
  },
@@ -1024,7 +1027,8 @@
1024
1027
  "name": "Vorarlberg",
1025
1028
  "days": {
1026
1029
  "03-19": {
1027
- "_name": "03-19"
1030
+ "_name": "03-19",
1031
+ "type": "school"
1028
1032
  }
1029
1033
  }
1030
1034
  },
@@ -19542,11 +19546,13 @@
19542
19546
  },
19543
19547
  "disable": [
19544
19548
  "2022-05-02",
19545
- "2023-04-21"
19549
+ "2023-04-21",
19550
+ "2024-04-09"
19546
19551
  ],
19547
19552
  "enable": [
19548
19553
  "2022-05-03",
19549
- "2023-04-22"
19554
+ "2023-04-22",
19555
+ "2024-04-10"
19550
19556
  ]
19551
19557
  },
19552
19558
  "10 Dhu al-Hijjah": {
@@ -19556,11 +19562,13 @@
19556
19562
  },
19557
19563
  "disable": [
19558
19564
  "2022-07-09",
19559
- "2023-06-28"
19565
+ "2023-06-28",
19566
+ "2024-06-29"
19560
19567
  ],
19561
19568
  "enable": [
19562
19569
  "2022-07-10",
19563
- "2023-06-29"
19570
+ "2023-06-29",
19571
+ "2024-06-17"
19564
19572
  ]
19565
19573
  },
19566
19574
  "2001-05-07": {
@@ -19640,7 +19648,7 @@
19640
19648
  "2023-06-02": {
19641
19649
  "_name": "Vesak"
19642
19650
  },
19643
- "2024-05-23": {
19651
+ "2024-05-22": {
19644
19652
  "_name": "Vesak"
19645
19653
  },
19646
19654
  "2000-10-26": {