date-holidays 3.14.0 → 3.14.1

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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.14.1](https://github.com/commenthol/date-holidays/compare/3.14.0...3.14.1) (2022-01-11)
4
+
5
+ - fix(SE): mark optional [889f0b9d](https://github.com/commenthol/date-holidays/commit/889f0b9d27ef2e417f51b750e4061b829032e2c7)
6
+ - fix(SE): holiday observances [73caefb1](https://github.com/commenthol/date-holidays/commit/73caefb18ea17c77f6cdb845de5ca5a1465add88)
7
+ - Update SE.yaml [a9766ccd](https://github.com/commenthol/date-holidays/commit/a9766ccd9903771caefcfbe651e06e19265c40c1)
8
+
3
9
  ## [3.14.0](https://github.com/commenthol/date-holidays/compare/3.13.1...3.14.0) (2022-01-04)
4
10
 
5
11
  - fix(GB,GG,GI,IM,JE,#303): Spring bank holiday [59a33cec](https://github.com/commenthol/date-holidays/commit/59a33ceccf2b22dcd4b1f814614ef069d7472c54)
@@ -13,9 +13,10 @@ holidays:
13
13
  days:
14
14
  01-01:
15
15
  _name: 01-01
16
- 01-05:
16
+ 01-05 12:00:
17
17
  name:
18
18
  sv: Trettondagsafton
19
+ type: optional
19
20
  01-06:
20
21
  _name: 01-06
21
22
  01-13:
@@ -31,11 +32,11 @@ holidays:
31
32
  sv: Marie Bebådelsedag
32
33
  lat: Annuntiatio Mariæ
33
34
  type: observance
34
- 04-30:
35
+ 04-30 12:00:
35
36
  name:
36
37
  sv: Valborgsmässoafton
37
38
  en: Walpurgis Night
38
- type: observance
39
+ type: optional
39
40
  easter -3:
40
41
  _name: easter -3
41
42
  type: observance
@@ -46,6 +47,7 @@ holidays:
46
47
  type: observance
47
48
  easter -1:
48
49
  _name: easter -1
50
+ type: observance
49
51
  easter 1:
50
52
  _name: easter 1
51
53
  05-01:
@@ -56,6 +58,7 @@ holidays:
56
58
  name:
57
59
  sv: Pingstafton
58
60
  en: Whitsun Eve
61
+ type: observance
59
62
  easter 49:
60
63
  _name: easter 49
61
64
  type: public
@@ -80,11 +83,11 @@ holidays:
80
83
  sv: Midsommardagen
81
84
  en: Midsummer Day
82
85
  fi: Juhannuspäivä
83
- friday after 10-30:
86
+ friday after 10-30 12:00:
84
87
  name:
85
88
  sv: Allhelgonaafton
86
89
  en: Halloween
87
- type: observance
90
+ type: optional
88
91
  saturday after 10-31:
89
92
  _name: 11-01
90
93
  11-06:
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2022-01-04",
2
+ "version": "2022-01-11",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -17929,10 +17929,11 @@
17929
17929
  "01-01": {
17930
17930
  "_name": "01-01"
17931
17931
  },
17932
- "01-05": {
17932
+ "01-05 12:00": {
17933
17933
  "name": {
17934
17934
  "sv": "Trettondagsafton"
17935
- }
17935
+ },
17936
+ "type": "optional"
17936
17937
  },
17937
17938
  "01-06": {
17938
17939
  "_name": "01-06"
@@ -17956,12 +17957,12 @@
17956
17957
  },
17957
17958
  "type": "observance"
17958
17959
  },
17959
- "04-30": {
17960
+ "04-30 12:00": {
17960
17961
  "name": {
17961
17962
  "sv": "Valborgsmässoafton",
17962
17963
  "en": "Walpurgis Night"
17963
17964
  },
17964
- "type": "observance"
17965
+ "type": "optional"
17965
17966
  },
17966
17967
  "easter -3": {
17967
17968
  "_name": "easter -3",
@@ -17975,7 +17976,8 @@
17975
17976
  "type": "observance"
17976
17977
  },
17977
17978
  "easter -1": {
17978
- "_name": "easter -1"
17979
+ "_name": "easter -1",
17980
+ "type": "observance"
17979
17981
  },
17980
17982
  "easter 1": {
17981
17983
  "_name": "easter 1"
@@ -17990,7 +17992,8 @@
17990
17992
  "name": {
17991
17993
  "sv": "Pingstafton",
17992
17994
  "en": "Whitsun Eve"
17993
- }
17995
+ },
17996
+ "type": "observance"
17994
17997
  },
17995
17998
  "easter 49": {
17996
17999
  "_name": "easter 49",
@@ -18025,12 +18028,12 @@
18025
18028
  "fi": "Juhannuspäivä"
18026
18029
  }
18027
18030
  },
18028
- "friday after 10-30": {
18031
+ "friday after 10-30 12:00": {
18029
18032
  "name": {
18030
18033
  "sv": "Allhelgonaafton",
18031
18034
  "en": "Halloween"
18032
18035
  },
18033
- "type": "observance"
18036
+ "type": "optional"
18034
18037
  },
18035
18038
  "saturday after 10-31": {
18036
18039
  "_name": "11-01"