Skip to content

Commit ace40a7

Browse files
authored
Merge pull request #44 from devakone/develop
Release: develop → main
2 parents 9726d61 + 1438474 commit ace40a7

6 files changed

Lines changed: 43 additions & 5 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
}

CHANGELOG-DEVELOP.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

apps/web/CHANGELOG-DEVELOP.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

apps/web/src/app/AppFooter.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

apps/web/src/app/methodology/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 &ldquo;average you
190+
out&rdquo;.
191191
</li>
192192
<li>
193193
We dampen initial and bulk commits in the Automation axis, but repos with very few

0 commit comments

Comments
 (0)