Skip to content

Commit b6b041b

Browse files
authored
Merge pull request #77 from devakone/release-please--branches--main
chore: release main
2 parents a96d58e + a9b54c2 commit b6b041b

6 files changed

Lines changed: 32 additions & 6 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.9",
3-
"apps/web": "0.2.8",
2+
".": "0.3.10",
3+
"apps/web": "0.2.9",
44
"apps/worker": "0.2.0"
55
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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+
316
## [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)
417

518

apps/web/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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+
316
## [0.2.8](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.2.7...web-v0.2.8) (2026-02-12)
417

518

apps/web/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/web",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"private": true,
55
"scripts": {
66
"dev": "next dev -p 8108",

package-lock.json

Lines changed: 2 additions & 2 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.9",
3+
"version": "0.3.10",
44
"private": true,
55
"workspaces": [
66
"apps/*",

0 commit comments

Comments
 (0)