date-holidays 3.36.1 → 3.37.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,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.37.0](https://github.com/commenthol/date-holidays/compare/3.36.1...3.37.0) (2026-09-20)
4
+
5
+ - feat(data): add public holidays for Uzbekistan (UZ) [36405e7c](https://github.com/commenthol/date-holidays/commit/36405e7c163a9d603fd349955e98e04749510d3a)
6
+ - docs: updated links in README [3197e742](https://github.com/commenthol/date-holidays/commit/3197e74282642ed865f7ab5805eec66478d8921a)
7
+
3
8
  ## [3.36.1](https://github.com/commenthol/date-holidays/compare/3.36.0...3.36.1) (2026-09-06)
4
9
 
5
10
  - docs: update country list [3477a3d7](https://github.com/commenthol/date-holidays/commit/3477a3d7fd1b18740406a4256250dfcba330cb48)
package/LICENSE CHANGED
@@ -147,6 +147,7 @@ https://en.wikipedia.org/wiki/Public_holidays_in_Trinidad_and_Tobago
147
147
  https://en.wikipedia.org/wiki/Public_holidays_in_Turkey
148
148
  https://en.wikipedia.org/wiki/Public_holidays_in_Uganda
149
149
  https://en.wikipedia.org/wiki/Public_holidays_in_Ukraine
150
+ https://en.wikipedia.org/wiki/Public_holidays_in_Uzbekistan
150
151
  https://en.wikipedia.org/wiki/Public_holidays_in_Vatican_City
151
152
  https://en.wikipedia.org/wiki/Public_holidays_in_Venezuela
152
153
  https://en.wikipedia.org/wiki/Public_holidays_in_Vietnam
package/README.md CHANGED
@@ -57,7 +57,7 @@ If you are missing holidays from your country, state, region please consider
57
57
  <!-- !tree -->
58
58
 
59
59
  ```
60
- Countries: 206
60
+ Countries: 207
61
61
  ├── AD: Andorra
62
62
  │ ├── 03: Encamp
63
63
  │ └── 07: Andorra la Vella
@@ -664,6 +664,7 @@ Countries: 206
664
664
  │ ├── WI: Wisconsin
665
665
  │ └── WY: Wyoming
666
666
  ├── UY: Uruguay
667
+ ├── UZ: Oʻzbekiston
667
668
  ├── VA: Stato della Città del Vaticano
668
669
  ├── VC: St. Vincent & Grenadines
669
670
  ├── VE: Venezuela
@@ -815,11 +816,10 @@ See [Holidays API][] for further information.
815
816
 
816
817
  ## Data
817
818
 
818
- All data for the holidays of the different countries is contained in
819
- [`./data/holidays.json`](./data/holidays.json). For changing holiday data edit the appropriate country in `./data/countries`.
820
- Any details on structure and
821
- available grammar for holiday attribution is described in
822
- [holidays.yaml specification][].
819
+ All data for the holidays of the different countries is contained in [`./data`](./data). For
820
+ changing holiday data edit the appropriate country in [`./data/countries`](./data/countries). Any
821
+ details on structure and available grammar for holiday attribution is described in [holidays.yaml
822
+ specification][].
823
823
 
824
824
  <a name="custom"></a>
825
825
 
@@ -876,13 +876,12 @@ Please take a look at `./webpack.config.js`. To further reduce size consider cus
876
876
 
877
877
  This project also runs in all modern browsers. See `./examples/browser`
878
878
 
879
- | Browser | Version | Notes |
880
- | ------- | :-----: | ---------------------------- |
881
- | Chrome | >=45 | |
882
- | Firefox | >=45 | |
883
- | Safari | >=10 | |
884
- | Edge | >=13 | |
885
- | IE | >=11 | needs polyfill `core-js/es6` |
879
+ | Browser | Version |
880
+ | ------- | :-----: |
881
+ | Chrome | >=45 |
882
+ | Firefox | >=45 |
883
+ | Safari | >=10 |
884
+ | Edge | >=13 |
886
885
 
887
886
  Please do not forget to set the correct charset!
888
887
 
@@ -0,0 +1,99 @@
1
+ # @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Uzbekistan
2
+ # @source https://lex.uz/docs/6257288
3
+ holidays:
4
+ UZ:
5
+ names:
6
+ uz: Oʻzbekiston
7
+ ru: Узбекистан
8
+ en: Uzbekistan
9
+ dayoff: sunday
10
+ langs:
11
+ - uz
12
+ - ru
13
+ zones:
14
+ - Asia/Samarkand
15
+ - Asia/Tashkent
16
+ days:
17
+ 01-01 and if saturday,sunday then next monday:
18
+ substitute: true
19
+ name:
20
+ uz: Yangi yil bayrami
21
+ ru: Новый год
22
+ en: New Year's Day
23
+ 03-08 and if saturday,sunday then next monday:
24
+ substitute: true
25
+ name:
26
+ uz: Xalqaro xotin-qizlar kuni
27
+ ru: Международный женский день
28
+ en: International Women's Day
29
+ 03-21 and if saturday,sunday then next monday:
30
+ substitute: true
31
+ name:
32
+ uz: Navroʻz bayrami
33
+ ru: Праздник Навруз
34
+ en: Nowruz
35
+ 05-09 and if saturday,sunday then next monday:
36
+ substitute: true
37
+ name:
38
+ uz: Xotira va qadrlash kuni
39
+ ru: День памяти и почестей
40
+ en: Day of Memory and Honour
41
+ 09-01 and if saturday,sunday then next monday:
42
+ substitute: true
43
+ name:
44
+ uz: Mustaqillik kuni
45
+ ru: День независимости
46
+ en: Independence Day
47
+ 10-01 and if saturday,sunday then next monday:
48
+ substitute: true
49
+ name:
50
+ uz: Oʻqituvchi va murabbiylar kuni
51
+ ru: День учителя и наставника
52
+ en: Teachers and Mentors Day
53
+ 12-08 and if saturday,sunday then next monday:
54
+ substitute: true
55
+ name:
56
+ uz: Konstitutsiya kuni
57
+ ru: День Конституции
58
+ en: Constitution Day
59
+ 1 Shawwal and if saturday,sunday then next monday:
60
+ substitute: true
61
+ name:
62
+ uz: Roʻza hayiti
63
+ ru: Руза хайит
64
+ en: Eid al-Fitr
65
+ 10 Dhu al-Hijjah and if saturday,sunday then next monday:
66
+ substitute: true
67
+ name:
68
+ uz: Qurbon hayiti
69
+ ru: Курбан хайит
70
+ en: Eid al-Adha
71
+ # states:
72
+ # AN:
73
+ # name: Andijan
74
+ # BU:
75
+ # name: Bukhara
76
+ # FA:
77
+ # name: Fergana
78
+ # JI:
79
+ # name: Jizzakh
80
+ # NG:
81
+ # name: Namangan
82
+ # NW:
83
+ # name: Navoiy
84
+ # QA:
85
+ # name: Qashqadaryo
86
+ # QR:
87
+ # name: Karakalpakstan
88
+ # SA:
89
+ # name: Samarqand
90
+ # SI:
91
+ # name: Sirdaryo
92
+ # SU:
93
+ # name: Surxondaryo
94
+ # TK:
95
+ # name: Tashkent
96
+ # TO:
97
+ # name: Tashkent Province
98
+ # XO:
99
+ # name: Xorazm
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026-09-06",
2
+ "version": "2026-09-20",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -29345,6 +29345,96 @@
29345
29345
  }
29346
29346
  }
29347
29347
  },
29348
+ "UZ": {
29349
+ "names": {
29350
+ "uz": "Oʻzbekiston",
29351
+ "ru": "Узбекистан",
29352
+ "en": "Uzbekistan"
29353
+ },
29354
+ "dayoff": "sunday",
29355
+ "langs": [
29356
+ "uz",
29357
+ "ru"
29358
+ ],
29359
+ "zones": [
29360
+ "Asia/Samarkand",
29361
+ "Asia/Tashkent"
29362
+ ],
29363
+ "days": {
29364
+ "01-01 and if saturday,sunday then next monday": {
29365
+ "substitute": true,
29366
+ "name": {
29367
+ "uz": "Yangi yil bayrami",
29368
+ "ru": "Новый год",
29369
+ "en": "New Year's Day"
29370
+ }
29371
+ },
29372
+ "03-08 and if saturday,sunday then next monday": {
29373
+ "substitute": true,
29374
+ "name": {
29375
+ "uz": "Xalqaro xotin-qizlar kuni",
29376
+ "ru": "Международный женский день",
29377
+ "en": "International Women's Day"
29378
+ }
29379
+ },
29380
+ "03-21 and if saturday,sunday then next monday": {
29381
+ "substitute": true,
29382
+ "name": {
29383
+ "uz": "Navroʻz bayrami",
29384
+ "ru": "Праздник Навруз",
29385
+ "en": "Nowruz"
29386
+ }
29387
+ },
29388
+ "05-09 and if saturday,sunday then next monday": {
29389
+ "substitute": true,
29390
+ "name": {
29391
+ "uz": "Xotira va qadrlash kuni",
29392
+ "ru": "День памяти и почестей",
29393
+ "en": "Day of Memory and Honour"
29394
+ }
29395
+ },
29396
+ "09-01 and if saturday,sunday then next monday": {
29397
+ "substitute": true,
29398
+ "name": {
29399
+ "uz": "Mustaqillik kuni",
29400
+ "ru": "День независимости",
29401
+ "en": "Independence Day"
29402
+ }
29403
+ },
29404
+ "10-01 and if saturday,sunday then next monday": {
29405
+ "substitute": true,
29406
+ "name": {
29407
+ "uz": "Oʻqituvchi va murabbiylar kuni",
29408
+ "ru": "День учителя и наставника",
29409
+ "en": "Teachers and Mentors Day"
29410
+ }
29411
+ },
29412
+ "12-08 and if saturday,sunday then next monday": {
29413
+ "substitute": true,
29414
+ "name": {
29415
+ "uz": "Konstitutsiya kuni",
29416
+ "ru": "День Конституции",
29417
+ "en": "Constitution Day"
29418
+ }
29419
+ },
29420
+ "1 Shawwal and if saturday,sunday then next monday": {
29421
+ "substitute": true,
29422
+ "name": {
29423
+ "uz": "Roʻza hayiti",
29424
+ "ru": "Руза хайит",
29425
+ "en": "Eid al-Fitr"
29426
+ }
29427
+ },
29428
+ "10 Dhu al-Hijjah and if saturday,sunday then next monday": {
29429
+ "substitute": true,
29430
+ "name": {
29431
+ "uz": "Qurbon hayiti",
29432
+ "ru": "Курбан хайит",
29433
+ "en": "Eid al-Adha"
29434
+ }
29435
+ }
29436
+ }
29437
+ },
29348
29438
  "VA": {
29349
29439
  "names": {
29350
29440
  "it": "Stato della Città del Vaticano",
@@ -31970,6 +32060,7 @@
31970
32060
  "sq": "ditë zëvendësuese",
31971
32061
  "sr": "замена дан",
31972
32062
  "uk": "замінити день",
32063
+ "uz": "koʻchirilgan kun",
31973
32064
  "vi": "ngày thay thế",
31974
32065
  "zh": "更换日"
31975
32066
  }
package/data/names.yaml CHANGED
@@ -1174,5 +1174,6 @@ names:
1174
1174
  sq: ditë zëvendësuese
1175
1175
  sr: замена дан
1176
1176
  uk: замінити день
1177
+ uz: koʻchirilgan kun
1177
1178
  vi: ngày thay thế
1178
1179
  zh: 更换日