date-holidays 3.23.9 → 3.23.11

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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.23.11](https://github.com/commenthol/date-holidays/compare/3.23.10...3.23.11) (2024-04-17)
4
+
5
+ - add corpus christi holiday in São Paulo, SP, BR [7cedeeb8](https://github.com/commenthol/date-holidays/commit/7cedeeb8a8dcde71cf4eeedda7ecefec723ee2c6)
6
+ - Add Voting Day to ZA-2024.json [23580f19](https://github.com/commenthol/date-holidays/commit/23580f19a2bef807ed8c04657d83bb28313643ba)
7
+ - chore: run yaml before build [1ee2e823](https://github.com/commenthol/date-holidays/commit/1ee2e8239ce444ff1f0354be5430c0a9da9e47dd)
8
+ - Remove `string` from HolidayType, so that autocomplete works [3d00852a](https://github.com/commenthol/date-holidays/commit/3d00852a5f250e2340bd2c597406d5509bc689f2)
9
+ - Added ZA public holiday for Voting Day on May 29, 2024 [bfae8b17](https://github.com/commenthol/date-holidays/commit/bfae8b17d74918f341ac2af409c3ed03def35fd4)
10
+
11
+ ## [3.23.10](https://github.com/commenthol/date-holidays/compare/3.23.9...3.23.11) (2024-03-14)
12
+
13
+ - fix(HU,#464): update the name of the public holiday on March 15 [3d594188](https://github.com/commenthol/date-holidays/commit/3d5941884867a4f000203efde80784dc295c7ec5)
14
+
3
15
  ## [3.23.9](https://github.com/commenthol/date-holidays/compare/3.23.8...3.23.9) (2024-02-29)
4
16
 
5
17
  - fix(SG): Vesak Day 2024 [8940db8f](https://github.com/commenthol/date-holidays/commit/8940db8fb9c2e3a4b23fc57258da1397244ed1cf)
@@ -471,6 +471,9 @@ holidays:
471
471
  SP:
472
472
  name: São Paulo
473
473
  days:
474
+ easter 60:
475
+ _name: easter 60
476
+ type: public
474
477
  01-25:
475
478
  name:
476
479
  pt: Aniversário da Cidade
@@ -28,7 +28,7 @@ holidays:
28
28
  type: observance
29
29
  03-15:
30
30
  name:
31
- hu: 1948-as forradalom
31
+ hu: 1848-as forradalom
32
32
  en: National Day
33
33
  type: public
34
34
  04-16:
@@ -95,3 +95,8 @@ holidays:
95
95
  # @source https://www.sanews.gov.za/south-africa/president-ramaphosa-declares-15-december-public-holiday
96
96
  name:
97
97
  en: Rugby World Cup Win Public Holiday
98
+ "2024-05-29":
99
+ # @source https://www.thepresidency.gov.za/president-proclaims-election-date-and-public-holiday
100
+ # @source https://www.gov.za/documents/notices/public-holidays-act-declaration-29-may-2024-public-holiday-23-feb-2024
101
+ name:
102
+ en: Voting Day
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2024-02-29",
2
+ "version": "2024-04-17",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -4178,6 +4178,10 @@
4178
4178
  "SP": {
4179
4179
  "name": "São Paulo",
4180
4180
  "days": {
4181
+ "easter 60": {
4182
+ "_name": "easter 60",
4183
+ "type": "public"
4184
+ },
4181
4185
  "01-25": {
4182
4186
  "name": {
4183
4187
  "pt": "Aniversário da Cidade",
@@ -11915,7 +11919,7 @@
11915
11919
  },
11916
11920
  "03-15": {
11917
11921
  "name": {
11918
- "hu": "1948-as forradalom",
11922
+ "hu": "1848-as forradalom",
11919
11923
  "en": "National Day"
11920
11924
  },
11921
11925
  "type": "public"
@@ -25191,6 +25195,11 @@
25191
25195
  "name": {
25192
25196
  "en": "Rugby World Cup Win Public Holiday"
25193
25197
  }
25198
+ },
25199
+ "2024-05-29": {
25200
+ "name": {
25201
+ "en": "Voting Day"
25202
+ }
25194
25203
  }
25195
25204
  }
25196
25205
  },