Skip to content

Commit 09f8812

Browse files
authored
Merge pull request #31 from devakone/release-please--branches--main
chore: release main
2 parents 8304c8e + 0d36266 commit 09f8812

6 files changed

Lines changed: 38 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.1",
3-
"apps/web": "0.2.2",
2+
".": "0.3.2",
3+
"apps/web": "0.2.3",
44
"apps/worker": "0.2.0"
55
}

CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### Features
7+
8+
* replace Montoya slash with vibe echo effect ([f3d869d](https://github.com/devakone/vibe-coding-profiler/commit/f3d869d7d1a5565736948ea80e507a9b476c9018))
9+
* unify brand colors and add Montoya slash flourish ([e699083](https://github.com/devakone/vibe-coding-profiler/commit/e699083367370545957ff0d0f9cf428166c113df))
10+
11+
12+
### Bug Fixes
13+
14+
* enable share image generation for repo analysis pages ([01a4d0c](https://github.com/devakone/vibe-coding-profiler/commit/01a4d0ce920a057e551255fdfbde96969000f2a1))
15+
* remove old vibed.dev fallbacks and update branding references ([0954d0b](https://github.com/devakone/vibe-coding-profiler/commit/0954d0b9bb7c42cd83cfde00df015c86a094852e))
16+
* restore rounded corners on analysis cards after overflow-hidden removal ([6416a65](https://github.com/devakone/vibe-coding-profiler/commit/6416a654b20907ed24dbac574a579c729ce8fdde))
17+
* use maybeSingle for profile share route to avoid PGRST116 crash ([6193cea](https://github.com/devakone/vibe-coding-profiler/commit/6193cea160fd8a130b67ee8e7fa18a735e8e4f7f))
18+
319
## [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)
420

521

apps/web/CHANGELOG.md

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

3+
## [0.2.3](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.2.2...web-v0.2.3) (2026-02-01)
4+
5+
6+
### Features
7+
8+
* replace Montoya slash with vibe echo effect ([f3d869d](https://github.com/devakone/vibe-coding-profiler/commit/f3d869d7d1a5565736948ea80e507a9b476c9018))
9+
* unify brand colors and add Montoya slash flourish ([e699083](https://github.com/devakone/vibe-coding-profiler/commit/e699083367370545957ff0d0f9cf428166c113df))
10+
11+
12+
### Bug Fixes
13+
14+
* enable share image generation for repo analysis pages ([01a4d0c](https://github.com/devakone/vibe-coding-profiler/commit/01a4d0ce920a057e551255fdfbde96969000f2a1))
15+
* remove old vibed.dev fallbacks and update branding references ([0954d0b](https://github.com/devakone/vibe-coding-profiler/commit/0954d0b9bb7c42cd83cfde00df015c86a094852e))
16+
* restore rounded corners on analysis cards after overflow-hidden removal ([6416a65](https://github.com/devakone/vibe-coding-profiler/commit/6416a654b20907ed24dbac574a579c729ce8fdde))
17+
* use maybeSingle for profile share route to avoid PGRST116 crash ([6193cea](https://github.com/devakone/vibe-coding-profiler/commit/6193cea160fd8a130b67ee8e7fa18a735e8e4f7f))
18+
319
## [0.2.2](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.2.1...web-v0.2.2) (2026-01-30)
420

521

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.2",
3+
"version": "0.2.3",
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.1",
3+
"version": "0.3.2",
44
"private": true,
55
"workspaces": [
66
"apps/*",

0 commit comments

Comments
 (0)