date-holidays 3.26.7 → 3.26.8

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/lib/data.cjs CHANGED
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const data = {
6
- "version": "2026-01-25",
6
+ "version": "2026-01-31",
7
7
  "license": "CC-BY-SA-3",
8
8
  "holidays": {
9
9
  "AD": {
@@ -1525,7 +1525,7 @@ const data = {
1525
1525
  }
1526
1526
  },
1527
1527
  "04-25": false,
1528
- "04-25 if sunday then next monday": {
1528
+ "04-25 and if saturday,sunday then next monday": {
1529
1529
  "substitute": true,
1530
1530
  "name": {
1531
1531
  "en": "Anzac Day"
@@ -11304,9 +11304,11 @@ const data = {
11304
11304
  },
11305
11305
  "07-21": {
11306
11306
  "name": {
11307
- "fr": "Jour de Victor Shoelcher",
11308
- "en": "Victor Shoelcher Day"
11309
- }
11307
+ "fr": "Jour de Victor Schoelcher",
11308
+ "en": "Victor Schoelcher Day"
11309
+ },
11310
+ "type": "optional",
11311
+ "note": "Government offices closed"
11310
11312
  }
11311
11313
  }
11312
11314
  },
@@ -17215,8 +17217,10 @@ const data = {
17215
17217
  "07-21": {
17216
17218
  "name": {
17217
17219
  "fr": "Jour de Victor Schoelcher",
17218
- "en": "Victor Shoelcher Day"
17219
- }
17220
+ "en": "Victor Schoelcher Day"
17221
+ },
17222
+ "type": "optional",
17223
+ "note": "Government offices closed"
17220
17224
  }
17221
17225
  }
17222
17226
  },
@@ -20039,7 +20043,7 @@ const data = {
20039
20043
  "fil": "Piyesta ng mga Parol Tsino"
20040
20044
  }
20041
20045
  },
20042
- "02-25": {
20046
+ "02-25 since 2002 prior to 2024": {
20043
20047
  "name": {
20044
20048
  "en": "EDSA Revolution Anniversary",
20045
20049
  "fil": "Anibersaryo ng Rebolusyon sa EDSA"
@@ -20047,6 +20051,14 @@ const data = {
20047
20051
  "type": "optional",
20048
20052
  "note": "Non-working Day"
20049
20053
  },
20054
+ "02-25 since 2024": {
20055
+ "name": {
20056
+ "en": "EDSA Revolution Anniversary",
20057
+ "fil": "Anibersaryo ng Rebolusyon sa EDSA"
20058
+ },
20059
+ "type": "observance",
20060
+ "note": "Special working day"
20061
+ },
20050
20062
  "easter -3": {
20051
20063
  "_name": "easter -3"
20052
20064
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-holidays",
3
- "version": "3.26.7",
3
+ "version": "3.26.8",
4
4
  "description": "worldwide holidays",
5
5
  "keywords": [
6
6
  "holidays",
package/src/data.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export const data = {
2
- version: '2026-01-25',
2
+ version: '2026-01-31',
3
3
  license: 'CC-BY-SA-3',
4
4
  holidays: {
5
5
  AD: {
@@ -1521,7 +1521,7 @@ export const data = {
1521
1521
  }
1522
1522
  },
1523
1523
  '04-25': false,
1524
- '04-25 if sunday then next monday': {
1524
+ '04-25 and if saturday,sunday then next monday': {
1525
1525
  substitute: true,
1526
1526
  name: {
1527
1527
  en: 'Anzac Day'
@@ -11300,9 +11300,11 @@ export const data = {
11300
11300
  },
11301
11301
  '07-21': {
11302
11302
  name: {
11303
- fr: 'Jour de Victor Shoelcher',
11304
- en: 'Victor Shoelcher Day'
11305
- }
11303
+ fr: 'Jour de Victor Schoelcher',
11304
+ en: 'Victor Schoelcher Day'
11305
+ },
11306
+ type: 'optional',
11307
+ note: 'Government offices closed'
11306
11308
  }
11307
11309
  }
11308
11310
  },
@@ -17211,8 +17213,10 @@ export const data = {
17211
17213
  '07-21': {
17212
17214
  name: {
17213
17215
  fr: 'Jour de Victor Schoelcher',
17214
- en: 'Victor Shoelcher Day'
17215
- }
17216
+ en: 'Victor Schoelcher Day'
17217
+ },
17218
+ type: 'optional',
17219
+ note: 'Government offices closed'
17216
17220
  }
17217
17221
  }
17218
17222
  },
@@ -20035,7 +20039,7 @@ export const data = {
20035
20039
  fil: 'Piyesta ng mga Parol Tsino'
20036
20040
  }
20037
20041
  },
20038
- '02-25': {
20042
+ '02-25 since 2002 prior to 2024': {
20039
20043
  name: {
20040
20044
  en: 'EDSA Revolution Anniversary',
20041
20045
  fil: 'Anibersaryo ng Rebolusyon sa EDSA'
@@ -20043,6 +20047,14 @@ export const data = {
20043
20047
  type: 'optional',
20044
20048
  note: 'Non-working Day'
20045
20049
  },
20050
+ '02-25 since 2024': {
20051
+ name: {
20052
+ en: 'EDSA Revolution Anniversary',
20053
+ fil: 'Anibersaryo ng Rebolusyon sa EDSA'
20054
+ },
20055
+ type: 'observance',
20056
+ note: 'Special working day'
20057
+ },
20046
20058
  'easter -3': {
20047
20059
  _name: 'easter -3'
20048
20060
  },