Skip to content

Commit 52da881

Browse files
authored
Merge branch 'main' into develop
2 parents a2b5667 + 181f951 commit 52da881

6 files changed

Lines changed: 180 additions & 18 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "0.3.1",
3-
"apps/web": "0.2.2",
2+
".": "0.3.10",
3+
"apps/web": "0.2.9",
44
"apps/worker": "0.2.0"
55
}

CHANGELOG.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,92 @@
11
# Changelog
22

3+
## [0.3.10](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.3.9...vibe-coding-profiler-v0.3.10) (2026-02-16)
4+
5+
6+
### Features
7+
8+
* improve public profile discoverability with CTAs and smart sharing ([10e12fa](https://github.com/devakone/vibe-coding-profiler/commit/10e12fa47c13a1f08546842349e042f5730c7598))
9+
10+
11+
### Bug Fixes
12+
13+
* resolve lint error in FirstTimePublicProfileBanner with useSyncExternalStore ([156fc13](https://github.com/devakone/vibe-coding-profiler/commit/156fc133f8e77ea11418cf1ca9cea02515fae8bb))
14+
* use vibe_insights (v2) for repo VCP pages to match unified profile ([227044c](https://github.com/devakone/vibe-coding-profiler/commit/227044cc284f3ec3afdae66cd17de5108e688cc9))
15+
16+
## [0.3.9](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.3.8...vibe-coding-profiler-v0.3.9) (2026-02-15)
17+
18+
19+
### Bug Fixes
20+
21+
* **ci:** handle release PR create permission fallback ([310e6ec](https://github.com/devakone/vibe-coding-profiler/commit/310e6ec23b0d34181a4a75c14dfb07625e6a8e43))
22+
23+
## [0.3.8](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.3.7...vibe-coding-profiler-v0.3.8) (2026-02-12)
24+
25+
26+
### Features
27+
28+
* add analytics tracking for key user actions ([1b0c994](https://github.com/devakone/vibe-coding-profiler/commit/1b0c994de0f0663979c115b4ab94957a61088b32))
29+
* track LLM usage events ([229bfd2](https://github.com/devakone/vibe-coding-profiler/commit/229bfd2f2920109e3c412d001abd7017aaac5820))
30+
31+
## [0.3.7](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.3.6...vibe-coding-profiler-v0.3.7) (2026-02-12)
32+
33+
34+
### Bug Fixes
35+
36+
* **ci:** stabilize release PR workflow create path ([be28004](https://github.com/devakone/vibe-coding-profiler/commit/be2800431d7e3469c65194724cea561872faa9c7))
37+
38+
## [0.3.6](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.3.5...vibe-coding-profiler-v0.3.6) (2026-02-12)
39+
40+
41+
### Bug Fixes
42+
43+
* correct LLM config column names to match DB schema ([1c5411a](https://github.com/devakone/vibe-coding-profiler/commit/1c5411a0557edbcdfe81c9792966c8705611847d))
44+
45+
## [0.3.5](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.3.4...vibe-coding-profiler-v0.3.5) (2026-02-12)
46+
47+
48+
### Bug Fixes
49+
50+
* escape quotes in methodology page and add footer attribution ([c51c1b9](https://github.com/devakone/vibe-coding-profiler/commit/c51c1b96e35314f1f5a6c220e8f46e533cd45df4))
51+
* rename share-debug route to .tsx for JSX support ([30f7b43](https://github.com/devakone/vibe-coding-profiler/commit/30f7b4370a77f199633e16b53db40682fb176469))
52+
53+
## [0.3.4](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.3.3...vibe-coding-profiler-v0.3.4) (2026-02-12)
54+
55+
56+
### Bug Fixes
57+
58+
* lazy-load Sentry in share route to prevent module errors ([11d29fd](https://github.com/devakone/vibe-coding-profiler/commit/11d29fd0e354c5b3f848817ddc3c2b34b4a2774f))
59+
* use next/og instead of @vercel/og for ImageResponse ([44ee5e2](https://github.com/devakone/vibe-coding-profiler/commit/44ee5e2a6f13e3b5e59c214c289f84b5416d132a))
60+
61+
## [0.3.3](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.3.2...vibe-coding-profiler-v0.3.3) (2026-02-12)
62+
63+
64+
### Features
65+
66+
* add Sentry error tracking ([71d09da](https://github.com/devakone/vibe-coding-profiler/commit/71d09da398280deb2198635e2a21e050e0624552))
67+
* **analysis:** dampen initial/bulk commits in Automation axis ([2c2cf47](https://github.com/devakone/vibe-coding-profiler/commit/2c2cf472c31e24e3ce7e1c6fa5e6b389a4c16a5e))
68+
69+
70+
### Bug Fixes
71+
72+
* add disconnect button to repos settings page ([a349c67](https://github.com/devakone/vibe-coding-profiler/commit/a349c67e5b53aa78fee86bb13f83f2eab22253fa))
73+
74+
## [0.3.2](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.3.1...vibe-coding-profiler-v0.3.2) (2026-02-01)
75+
76+
77+
### Features
78+
79+
* replace Montoya slash with vibe echo effect ([f3d869d](https://github.com/devakone/vibe-coding-profiler/commit/f3d869d7d1a5565736948ea80e507a9b476c9018))
80+
* unify brand colors and add Montoya slash flourish ([e699083](https://github.com/devakone/vibe-coding-profiler/commit/e699083367370545957ff0d0f9cf428166c113df))
81+
82+
83+
### Bug Fixes
84+
85+
* enable share image generation for repo analysis pages ([01a4d0c](https://github.com/devakone/vibe-coding-profiler/commit/01a4d0ce920a057e551255fdfbde96969000f2a1))
86+
* remove old vibed.dev fallbacks and update branding references ([0954d0b](https://github.com/devakone/vibe-coding-profiler/commit/0954d0b9bb7c42cd83cfde00df015c86a094852e))
87+
* restore rounded corners on analysis cards after overflow-hidden removal ([6416a65](https://github.com/devakone/vibe-coding-profiler/commit/6416a654b20907ed24dbac574a579c729ce8fdde))
88+
* use maybeSingle for profile share route to avoid PGRST116 crash ([6193cea](https://github.com/devakone/vibe-coding-profiler/commit/6193cea160fd8a130b67ee8e7fa18a735e8e4f7f))
89+
390
## [0.3.1](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.3.0...vibe-coding-profiler-v0.3.1) (2026-01-30)
491

592

apps/web/CHANGELOG.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,80 @@
11
# Changelog
22

3+
## [0.2.9](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.2.8...web-v0.2.9) (2026-02-16)
4+
5+
6+
### Features
7+
8+
* improve public profile discoverability with CTAs and smart sharing ([10e12fa](https://github.com/devakone/vibe-coding-profiler/commit/10e12fa47c13a1f08546842349e042f5730c7598))
9+
10+
11+
### Bug Fixes
12+
13+
* resolve lint error in FirstTimePublicProfileBanner with useSyncExternalStore ([156fc13](https://github.com/devakone/vibe-coding-profiler/commit/156fc133f8e77ea11418cf1ca9cea02515fae8bb))
14+
* use vibe_insights (v2) for repo VCP pages to match unified profile ([227044c](https://github.com/devakone/vibe-coding-profiler/commit/227044cc284f3ec3afdae66cd17de5108e688cc9))
15+
16+
## [0.2.8](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.2.7...web-v0.2.8) (2026-02-12)
17+
18+
19+
### Features
20+
21+
* add analytics tracking for key user actions ([1b0c994](https://github.com/devakone/vibe-coding-profiler/commit/1b0c994de0f0663979c115b4ab94957a61088b32))
22+
* configure Plausible analytics integration ([ced53ab](https://github.com/devakone/vibe-coding-profiler/commit/ced53ab610d9fb66be919c5909d3e7c2b6e3633d))
23+
* track LLM usage events ([229bfd2](https://github.com/devakone/vibe-coding-profiler/commit/229bfd2f2920109e3c412d001abd7017aaac5820))
24+
* track page views on Next.js route changes ([80f23d3](https://github.com/devakone/vibe-coding-profiler/commit/80f23d3038524a60fa555e20eccf6d5dfcbbe6bb))
25+
26+
## [0.2.7](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.2.6...web-v0.2.7) (2026-02-12)
27+
28+
29+
### Bug Fixes
30+
31+
* correct LLM config column names to match DB schema ([1c5411a](https://github.com/devakone/vibe-coding-profiler/commit/1c5411a0557edbcdfe81c9792966c8705611847d))
32+
33+
## [0.2.6](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.2.5...web-v0.2.6) (2026-02-12)
34+
35+
36+
### Bug Fixes
37+
38+
* escape quotes in methodology page and add footer attribution ([c51c1b9](https://github.com/devakone/vibe-coding-profiler/commit/c51c1b96e35314f1f5a6c220e8f46e533cd45df4))
39+
* rename share-debug route to .tsx for JSX support ([30f7b43](https://github.com/devakone/vibe-coding-profiler/commit/30f7b4370a77f199633e16b53db40682fb176469))
40+
41+
## [0.2.5](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.2.4...web-v0.2.5) (2026-02-12)
42+
43+
44+
### Bug Fixes
45+
46+
* lazy-load Sentry in share route to prevent module errors ([11d29fd](https://github.com/devakone/vibe-coding-profiler/commit/11d29fd0e354c5b3f848817ddc3c2b34b4a2774f))
47+
* use next/og instead of @vercel/og for ImageResponse ([44ee5e2](https://github.com/devakone/vibe-coding-profiler/commit/44ee5e2a6f13e3b5e59c214c289f84b5416d132a))
48+
49+
## [0.2.4](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.2.3...web-v0.2.4) (2026-02-12)
50+
51+
52+
### Features
53+
54+
* add Sentry error tracking ([71d09da](https://github.com/devakone/vibe-coding-profiler/commit/71d09da398280deb2198635e2a21e050e0624552))
55+
* **analysis:** dampen initial/bulk commits in Automation axis ([2c2cf47](https://github.com/devakone/vibe-coding-profiler/commit/2c2cf472c31e24e3ce7e1c6fa5e6b389a4c16a5e))
56+
57+
58+
### Bug Fixes
59+
60+
* add disconnect button to repos settings page ([a349c67](https://github.com/devakone/vibe-coding-profiler/commit/a349c67e5b53aa78fee86bb13f83f2eab22253fa))
61+
62+
## [0.2.3](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.2.2...web-v0.2.3) (2026-02-01)
63+
64+
65+
### Features
66+
67+
* replace Montoya slash with vibe echo effect ([f3d869d](https://github.com/devakone/vibe-coding-profiler/commit/f3d869d7d1a5565736948ea80e507a9b476c9018))
68+
* unify brand colors and add Montoya slash flourish ([e699083](https://github.com/devakone/vibe-coding-profiler/commit/e699083367370545957ff0d0f9cf428166c113df))
69+
70+
71+
### Bug Fixes
72+
73+
* enable share image generation for repo analysis pages ([01a4d0c](https://github.com/devakone/vibe-coding-profiler/commit/01a4d0ce920a057e551255fdfbde96969000f2a1))
74+
* remove old vibed.dev fallbacks and update branding references ([0954d0b](https://github.com/devakone/vibe-coding-profiler/commit/0954d0b9bb7c42cd83cfde00df015c86a094852e))
75+
* restore rounded corners on analysis cards after overflow-hidden removal ([6416a65](https://github.com/devakone/vibe-coding-profiler/commit/6416a654b20907ed24dbac574a579c729ce8fdde))
76+
* use maybeSingle for profile share route to avoid PGRST116 crash ([6193cea](https://github.com/devakone/vibe-coding-profiler/commit/6193cea160fd8a130b67ee8e7fa18a735e8e4f7f))
77+
378
## [0.2.2](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.2.1...web-v0.2.2) (2026-01-30)
479

580

apps/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe-coding-profiler/web",
3-
"version": "0.2.2",
3+
"version": "0.2.9",
44
"private": true,
55
"scripts": {
66
"dev": "next dev -p 8108",
@@ -28,7 +28,7 @@
2828
"clsx": "^2.1.1",
2929
"cmdk": "^1.1.1",
3030
"inngest": "^3.49.3",
31-
"lucide-react": "^0.562.0",
31+
"lucide-react": "^0.575.0",
3232
"next": "16.1.6",
3333
"qrcode": "^1.5.4",
3434
"react": "19.2.3",

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vibe-coding-profiler",
3-
"version": "0.3.1",
3+
"version": "0.3.10",
44
"private": true,
55
"workspaces": [
66
"apps/*",

0 commit comments

Comments
 (0)