date-holidays 3.14.5 → 3.14.6
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 +5 -0
- package/LICENSE +1 -0
- package/data/countries/RU.yaml +2 -4
- package/data/holidays.json +0 -6
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/umd.min.js +1 -1
- package/dist/umd.min.js.map +1 -1
- package/lib/data.cjs +0 -6
- package/package.json +2 -1
- package/src/data.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.14.6](https://github.com/commenthol/date-holidays/compare/3.14.5...3.14.6) (2022-04-09)
|
|
4
|
+
|
|
5
|
+
- test(RU,#320): fix tests for removal of flag day [19f87a10](https://github.com/commenthol/date-holidays/commit/19f87a10856ab2257982fd8ad0447734f2146816)
|
|
6
|
+
- Changes in public Ru holidays [07c3c9c6](https://github.com/commenthol/date-holidays/commit/07c3c9c6320c35a10f86e7d50b3a3f8efc0ce497)
|
|
7
|
+
|
|
3
8
|
## [3.14.5](https://github.com/commenthol/date-holidays/compare/3.14.4...3.14.5) (2022-04-09)
|
|
4
9
|
|
|
5
10
|
- fix(DE-HB,DE-HE,DE-TH,#321): Dec. 31 is not a public holiday [dd849428](https://github.com/commenthol/date-holidays/commit/dd849428249debf8472e8f65efc3b02ffb422452)
|
package/LICENSE
CHANGED
|
@@ -188,6 +188,7 @@ https://pt.wikipedia.org/wiki/Feriados_no_Brasil
|
|
|
188
188
|
https://pt.wikipedia.org/wiki/Mo%C3%A7ambique#Feriados
|
|
189
189
|
https://ro.wikipedia.org/wiki/Republica_Moldova
|
|
190
190
|
https://ro.wikipedia.org/wiki/Ziua_vinului_(Republica_Moldova)
|
|
191
|
+
https://ru.m.wikipedia.org/wiki/%D0%9F%D1%80%D0%B0%D0%B7%D0%B4%D0%BD%D0%B8%D0%BA%D0%B8_%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D0%B8
|
|
191
192
|
https://sv.wikipedia.org/wiki/Helgdagar_i_Sverige
|
|
192
193
|
|
|
193
194
|
</attribution>
|
package/data/countries/RU.yaml
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
holidays:
|
|
2
2
|
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Russia
|
|
3
|
+
# @attrib https://ru.m.wikipedia.org/wiki/%D0%9F%D1%80%D0%B0%D0%B7%D0%B4%D0%BD%D0%B8%D0%BA%D0%B8_%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D0%B8
|
|
4
|
+
# @source http://government.ru/docs/43282/
|
|
3
5
|
RU:
|
|
4
6
|
names:
|
|
5
7
|
ru: Россия
|
|
@@ -49,10 +51,6 @@ holidays:
|
|
|
49
51
|
en: Defender of the Fatherland Day
|
|
50
52
|
03-08:
|
|
51
53
|
_name: 03-08
|
|
52
|
-
08-22:
|
|
53
|
-
name:
|
|
54
|
-
ru: День Государственного флага
|
|
55
|
-
en: National Flag Day
|
|
56
54
|
05-01:
|
|
57
55
|
name:
|
|
58
56
|
ru: День весны и труда
|
package/data/holidays.json
CHANGED
|
@@ -17683,12 +17683,6 @@
|
|
|
17683
17683
|
"03-08": {
|
|
17684
17684
|
"_name": "03-08"
|
|
17685
17685
|
},
|
|
17686
|
-
"08-22": {
|
|
17687
|
-
"name": {
|
|
17688
|
-
"ru": "День Государственного флага",
|
|
17689
|
-
"en": "National Flag Day"
|
|
17690
|
-
}
|
|
17691
|
-
},
|
|
17692
17686
|
"05-01": {
|
|
17693
17687
|
"name": {
|
|
17694
17688
|
"ru": "День весны и труда",
|