File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.14 " ,
3- "apps/web" : " 0.1.0-alpha.14 " ,
2+ "." : " 0.1.0-alpha.16 " ,
3+ "apps/web" : " 0.1.0-alpha.16 " ,
44 "apps/worker" : " 0.1.0-alpha.3"
55}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.0-alpha.16] ( https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.1.0-alpha.15...vibe-coding-profiler-v0.1.0-alpha.16 ) (2026-02-12)
4+
5+
6+ ### Bug Fixes
7+
8+ * rename share-debug route to .tsx for JSX support ([ 30f7b43] ( https://github.com/devakone/vibe-coding-profiler/commit/30f7b4370a77f199633e16b53db40682fb176469 ) )
9+
10+ ## [ 0.1.0-alpha.15] ( https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.1.0-alpha.14...vibe-coding-profiler-v0.1.0-alpha.15 ) (2026-02-12)
11+
12+
13+ ### Bug Fixes
14+
15+ * lazy-load Sentry in share route to prevent module errors ([ 11d29fd] ( https://github.com/devakone/vibe-coding-profiler/commit/11d29fd0e354c5b3f848817ddc3c2b34b4a2774f ) )
16+
317## [ 0.1.0-alpha.14] ( https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.1.0-alpha.13...vibe-coding-profiler-v0.1.0-alpha.14 ) (2026-02-12)
418
519
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.0-alpha.16] ( https://github.com/devakone/vibe-coding-profiler/compare/web-v0.1.0-alpha.15...web-v0.1.0-alpha.16 ) (2026-02-12)
4+
5+
6+ ### Bug Fixes
7+
8+ * rename share-debug route to .tsx for JSX support ([ 30f7b43] ( https://github.com/devakone/vibe-coding-profiler/commit/30f7b4370a77f199633e16b53db40682fb176469 ) )
9+
10+ ## [ 0.1.0-alpha.15] ( https://github.com/devakone/vibe-coding-profiler/compare/web-v0.1.0-alpha.14...web-v0.1.0-alpha.15 ) (2026-02-12)
11+
12+
13+ ### Bug Fixes
14+
15+ * lazy-load Sentry in share route to prevent module errors ([ 11d29fd] ( https://github.com/devakone/vibe-coding-profiler/commit/11d29fd0e354c5b3f848817ddc3c2b34b4a2774f ) )
16+
317## [ 0.1.0-alpha.14] ( https://github.com/devakone/vibe-coding-profiler/compare/web-v0.1.0-alpha.13...web-v0.1.0-alpha.14 ) (2026-02-12)
418
519
Original file line number Diff line number Diff line change @@ -4,7 +4,17 @@ export default function AppFooter() {
44 return (
55 < footer className = "mt-auto border-t border-black/5" >
66 < div className = "mx-auto flex max-w-6xl flex-col gap-3 px-6 py-6 text-sm text-zinc-500 sm:flex-row sm:items-center sm:justify-between sm:px-10 lg:px-20" >
7- < p className = "text-zinc-700" > Vibe Coding Profiler</ p >
7+ < p className = "text-zinc-700" >
8+ Vibe Coding Profiler, by{ " " }
9+ < a
10+ href = "https://github.com/devakone"
11+ target = "_blank"
12+ rel = "noopener noreferrer"
13+ className = "underline underline-offset-2 transition hover:text-zinc-900"
14+ >
15+ Abou Kone @devakone
16+ </ a >
17+ </ p >
818 < nav className = "flex flex-wrap items-center gap-4" >
919 < Link
1020 href = "/methodology"
File renamed without changes.
Original file line number Diff line number Diff line change @@ -186,8 +186,8 @@ export default async function MethodologyPage() {
186186 copy/paste, refactors between commits), so we infer from what lands in Git.
187187 </ li >
188188 < li >
189- Different projects can pull you into different modes; aggregation may " average you
190- out" .
189+ Different projects can pull you into different modes; aggregation may “ average you
190+ out” .
191191 </ li >
192192 < li >
193193 We dampen initial and bulk commits in the Automation axis, but repos with very few
You can’t perform that action at this time.
0 commit comments