date-holidays 3.19.2 → 3.21.0

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,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.21.0](https://github.com/commenthol/date-holidays/compare/3.20.0...3.21.0) (2023-06-03)
4
+
5
+ - feat(LV): Bronze medal of the Latvian hockey team at the 2023 World Hockey Championship [26e1b9ef](https://github.com/commenthol/date-holidays/commit/26e1b9ef52d3e2e149de8198cacab76afd9735a7)
6
+
7
+ ## [3.20.0](https://github.com/commenthol/date-holidays/compare/3.19.2...3.20.0) (2023-06-03)
8
+
9
+ - fix: last observed 2020, so prior to 2021 [6397ed83](https://github.com/commenthol/date-holidays/commit/6397ed83ec0d9dc1866256e0ec4c2dc5b175f4b7)
10
+ - fix: actually since 2020 [7da8dc08](https://github.com/commenthol/date-holidays/commit/7da8dc0840197a18700acdbda3f0a56d2f752d47)
11
+ - feat: remove Lee-Jackson Day starting 2023, add Election Day [a70b0819](https://github.com/commenthol/date-holidays/commit/a70b0819f42e63656821098b24a8713c3a1d1f4f)
12
+ - fix: add start date [523f7cd5](https://github.com/commenthol/date-holidays/commit/523f7cd5b8b57097eab27e8c199f9741b8785d6b)
13
+ - fix: re-add for dates prior to 2016 [249d7a91](https://github.com/commenthol/date-holidays/commit/249d7a91b78f2034d916af657acd4fddbf745e96)
14
+ - feat: remove service reduction day in US.MD [64519cf4](https://github.com/commenthol/date-holidays/commit/64519cf4e5867666c5036ee022c26409e16179a0)
15
+ - Fixed tests after changes to kings birthday [d9d40ee9](https://github.com/commenthol/date-holidays/commit/d9d40ee9b068ca0c24baab56f8658d9d510ccfc6)
16
+ - Update NO.yaml [9a94fffd](https://github.com/commenthol/date-holidays/commit/9a94fffd87a01132f1c3d028d56d9dddee3f6fb3)
17
+
3
18
  ## [3.19.2](https://github.com/commenthol/date-holidays/compare/3.19.1...3.19.2) (2023-05-12)
4
19
 
5
20
  - test: add test fixtures for years 2026 2027 [0207f723](https://github.com/commenthol/date-holidays/commit/0207f7234e109ca9351d55af4a3f553ed668f48f)
@@ -49,3 +49,8 @@ holidays:
49
49
  _name: 12-26
50
50
  12-31:
51
51
  _name: 12-31
52
+ # @source https://www.apollo.lv/7784364/oficiali-29-maijs-ir-brivdiena
53
+ "2023-05-29":
54
+ name:
55
+ en: Bronze medal of the Latvian hockey team at the 2023 World Hockey Championship
56
+ lv: Latvijas hokeja komandas 2023. gada Pasaules hokeja čempionātā bronzas medaļa
@@ -38,6 +38,7 @@ holidays:
38
38
  name:
39
39
  no: H.M. kong Harald V
40
40
  en: Birthday of King Harald V
41
+ type: observance
41
42
  easter -49:
42
43
  name:
43
44
  no: Fastelavn
@@ -496,7 +496,7 @@ holidays:
496
496
  3rd monday in February:
497
497
  name:
498
498
  en: President's Day
499
- friday before 1st monday before 06-01:
499
+ friday before 1st monday before 06-01 since 2009 and prior to 2016:
500
500
  name:
501
501
  en: Service Reduction Day
502
502
  friday after 4th thursday in November:
@@ -891,9 +891,11 @@ holidays:
891
891
  3rd monday in February:
892
892
  name:
893
893
  en: George Washington Day
894
- friday before 3rd monday in January:
894
+ friday before 3rd monday in January prior to 2021:
895
895
  name:
896
896
  en: Lee–Jackson Day
897
+ tuesday after 1st monday in November in even years since 2020:
898
+ name: Election Day
897
899
  WA:
898
900
  name: Washington
899
901
  zones:
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2023-05-12",
2
+ "version": "2023-06-03",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -14342,6 +14342,12 @@
14342
14342
  },
14343
14343
  "12-31": {
14344
14344
  "_name": "12-31"
14345
+ },
14346
+ "2023-05-29": {
14347
+ "name": {
14348
+ "en": "Bronze medal of the Latvian hockey team at the 2023 World Hockey Championship",
14349
+ "lv": "Latvijas hokeja komandas 2023. gada Pasaules hokeja čempionātā bronzas medaļa"
14350
+ }
14345
14351
  }
14346
14352
  }
14347
14353
  },
@@ -16940,7 +16946,8 @@
16940
16946
  "name": {
16941
16947
  "no": "H.M. kong Harald V",
16942
16948
  "en": "Birthday of King Harald V"
16943
- }
16949
+ },
16950
+ "type": "observance"
16944
16951
  },
16945
16952
  "easter -49": {
16946
16953
  "name": {
@@ -22624,7 +22631,7 @@
22624
22631
  "en": "President's Day"
22625
22632
  }
22626
22633
  },
22627
- "friday before 1st monday before 06-01": {
22634
+ "friday before 1st monday before 06-01 since 2009 and prior to 2016": {
22628
22635
  "name": {
22629
22636
  "en": "Service Reduction Day"
22630
22637
  }
@@ -23246,10 +23253,13 @@
23246
23253
  "en": "George Washington Day"
23247
23254
  }
23248
23255
  },
23249
- "friday before 3rd monday in January": {
23256
+ "friday before 3rd monday in January prior to 2021": {
23250
23257
  "name": {
23251
23258
  "en": "Lee–Jackson Day"
23252
23259
  }
23260
+ },
23261
+ "tuesday after 1st monday in November in even years since 2020": {
23262
+ "name": "Election Day"
23253
23263
  }
23254
23264
  }
23255
23265
  },