Skip to content

Commit 1226b9e

Browse files
authored
feat(Holiday): update holiday data for 2026 (#885)
* feat(Holiday): update holiday data for 2026 * chore: bump version 10.0.1
1 parent 501ce2c commit 1226b9e

2 files changed

Lines changed: 71 additions & 0 deletions

File tree

src/components/BootstrapBlazor.Holiday/BootstrapBlazor.Holiday.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

3+
<PropertyGroup>
4+
<Version>10.0.1</Version>
5+
</PropertyGroup>
6+
37
<PropertyGroup>
48
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Holidays</PackageTags>
59
<Description>Bootstrap UI components extensions of ICalendarHolidays</Description>
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
[
2+
{
3+
"name": "元旦",
4+
"range": [ "2026-01-01", "2026-01-03" ],
5+
"type": "holiday"
6+
},
7+
{
8+
"name": "元旦",
9+
"range": [ "2026-01-04" ],
10+
"type": "workingday"
11+
},
12+
{
13+
"name": "春节",
14+
"range": [ "2026-02-14" ],
15+
"type": "workingday"
16+
},
17+
{
18+
"name": "春节",
19+
"range": [ "2026-02-15", "2026-02-23" ],
20+
"type": "holiday"
21+
},
22+
{
23+
"name": "春节",
24+
"range": [ "2026-02-28" ],
25+
"type": "workingday"
26+
},
27+
{
28+
"name": "清明节",
29+
"range": [ "2026-04-04", "2026-04-06" ],
30+
"type": "holiday"
31+
},
32+
{
33+
"name": "劳动节",
34+
"range": [ "2026-05-01", "2026-05-05" ],
35+
"type": "holiday"
36+
},
37+
{
38+
"name": "劳动节",
39+
"range": [ "2026-05-09" ],
40+
"type": "workingday"
41+
},
42+
{
43+
"name": "端午节",
44+
"range": [ "2026-06-19", "2026-06-21" ],
45+
"type": "holiday"
46+
},
47+
{
48+
"name": "中秋节",
49+
"range": [ "2026-09-20" ],
50+
"type": "workingday"
51+
},
52+
{
53+
"name": "中秋节",
54+
"range": [ "2026-09-25", "2026-09-27" ],
55+
"type": "holiday"
56+
},
57+
{
58+
"name": "国庆节",
59+
"range": [ "2026-10-01", "2026-10-07" ],
60+
"type": "holiday"
61+
},
62+
{
63+
"name": "国庆节",
64+
"range": [ "2026-10-10" ],
65+
"type": "workingday"
66+
}
67+
]

0 commit comments

Comments
 (0)