Skip to content

Commit 383723a

Browse files
committed
Add support for 5 updated Israeli modern holidays
1 parent 7a0ab38 commit 383723a

File tree

4 files changed

+22
-18
lines changed

4 files changed

+22
-18
lines changed

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hebcal/rest-api",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"author": "Michael J. Radwin (https://github.com/mjradwin)",
55
"keywords": [
66
"hebcal"
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/hebcal/hebcal-rest-api/issues"
2222
},
2323
"dependencies": {
24-
"@hebcal/core": "^3.43.0",
24+
"@hebcal/core": "^3.44.1",
2525
"@hebcal/leyning": "^6.0.3",
2626
"@hebcal/triennial": "^1.0.1"
2727
},
@@ -52,7 +52,7 @@
5252
"@rollup/plugin-json": "^4.1.0",
5353
"@rollup/plugin-node-resolve": "^14.1.0",
5454
"ava": "^4.3.3",
55-
"core-js": "^3.25.1",
55+
"core-js": "^3.25.2",
5656
"eslint": "^8.23.1",
5757
"eslint-config-google": "^0.14.0",
5858
"jsdoc": "^3.6.11",

src/common.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ test('getEventCategories', (t) => {
187187
{h: 'Simchat Torah', c: ['holiday', 'major']},
188188
{h: 'Rosh Chodesh Cheshvan', c: ['roshchodesh']},
189189
{h: 'Rosh Chodesh Cheshvan', c: ['roshchodesh']},
190-
{h: 'Yom HaAliyah School Observance', c: ['holiday', 'modern']},
191190
{h: 'Sigd', c: ['holiday', 'modern']},
192191
{h: 'Rosh Chodesh Kislev', c: ['roshchodesh']},
193192
{h: 'Rosh Chodesh Kislev', c: ['roshchodesh']},

src/holidays.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"Asara B'Tevet": "Fast commemorating the siege of Jerusalem",
3+
"Ben-Gurion Day": "Commemorates the life and vision of Israel's first Prime Minister David Ben-Gurion",
34
"Chanukah": "Hanukkah, the Jewish festival of rededication. Also known as the Festival of Lights",
45
"Days of the Omer": "7 weeks from the second night of Pesach to the day before Shavuot",
6+
"Family Day": "Yom HaMishpacha, a day to honor the family unit, as a whole, and its centrality to our lives",
7+
"Herzl Day": "Commemorates the life and vision of Zionist leader Theodor Herzl",
8+
"Jabotinsky Day": "Commemorates the life and vision of Zionist leader Ze'ev Jabotinsky",
59
"Lag BaOmer": "33rd day of counting the Omer",
610
"Leil Selichot": "Prayers for forgiveness in preparation for the High Holidays",
711
"Pesach Sheni": "Second Passover, one month after Passover",
@@ -47,6 +51,7 @@
4751
"Tu BiShvat": "New Year for Trees",
4852
"Tzom Gedaliah": "Fast of the Seventh Month. Commemorates the assassination of the Jewish governor of Judah",
4953
"Tzom Tammuz": "Fast commemorating breaching of the walls of Jerusalem before the destruction of the Second Temple",
54+
"Yitzhak Rabin Memorial Day": "Commemorates the life of Israeli Prime Minister Yitzhak Rabin",
5055
"Yom HaAliyah": "Recognizes Aliyah, immigration to the Jewish State of Israel",
5156
"Yom HaAliyah School Observance": "Aliyah Day observed in Israeli schools",
5257
"Yom HaAtzma'ut": "Israeli Independence Day. Commemorates the declaration of independence of Israel in 1948. Although Yom HaAtzma'ut is normally observed on the 5th of Iyyar, it may be moved earlier or postponed if observance of the holiday (or Yom HaZikaron, which always precedes it) would conflict with Shabbat",

0 commit comments

Comments
 (0)