Skip to content

Commit 22418e2

Browse files
committed
Merge branch 'release/3.1.0'
2 parents 4d267f6 + 0c3bf7b commit 22418e2

35 files changed

+3368
-853
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
---
66

7-
## [v2.3.0](https://github.com/Xeyos88/HyVueGantt/tree/v2.3.0) (2025-01-31)
8-
9-
[Full Changelog](https://github.com/Xeyos88/HyVueGantt/compare/v2.2.0...v2.3.0)
10-
7+
## [v3.0.0](https://github.com/Xeyos88/HyVueGantt/tree/v3.0.0) (2025-01-31)
118

9+
[Full Changelog](https://github.com/Xeyos88/HyVueGantt/compare/v2.2.0...v3.0.0)
1210

1311
**📚 Documentation:**
1412

docs/.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ export default defineConfig({
7373
{
7474
text: "Live Demo",
7575
items: [
76-
{ text: "Base", link: "/live/base" },
76+
/*{ text: "Base", link: "/live/base" },
7777
{ text: "Connections", link: "/live/connection" },
7878
{ text: "Multi Columns", link: "/live/multicolumn" },
7979
{ text: "Bar Slot", link: "/live/barslot" },
8080
{ text: "Commands Slot", link: "/live/commands" },
8181
{ text: "Holiday", link: "/live/holiday" },
8282
{ text: "Other", link: "/live/others" },
8383
{ text: "Grouping", link: "/live/grouping" },
84-
{ text: "Events", link: "/live/events" },
84+
{ text: "Events", link: "/live/events" },*/
8585
{ text: "Advanced", link: "/live/advanced" }
8686
]
8787
}

0 commit comments

Comments
 (0)