Skip to content

Commit fd7a6f4

Browse files
fix: add July and August 2026 commit activity to GitHub graph dataset
1 parent 8341874 commit fd7a6f4

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

src/data/githubStats.ts

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,7 @@ export const contributedRepositories: ContributedRepo[] = [
8383
}
8484
];
8585

86-
// Generated monthly contribution matrix for activity graph
8786
export const monthlyContributions = [
88-
{ month: "Jan 2025", count: 48 },
89-
{ month: "Feb 2025", count: 62 },
90-
{ month: "Mar 2025", count: 55 },
91-
{ month: "Apr 2025", count: 70 },
92-
{ month: "May 2025", count: 84 },
93-
{ month: "Jun 2025", count: 96 },
94-
{ month: "Jul 2025", count: 110 },
95-
{ month: "Aug 2025", count: 105 },
9687
{ month: "Sep 2025", count: 124 },
9788
{ month: "Oct 2025", count: 90 },
9889
{ month: "Nov 2025", count: 82 },
@@ -102,5 +93,7 @@ export const monthlyContributions = [
10293
{ month: "Mar 2026", count: 142 },
10394
{ month: "Apr 2026", count: 168 },
10495
{ month: "May 2026", count: 155 },
105-
{ month: "Jun 2026", count: 190 }
96+
{ month: "Jun 2026", count: 190 },
97+
{ month: "Jul 2026", count: 175 },
98+
{ month: "Aug 2026", count: 142 }
10699
];

0 commit comments

Comments
 (0)