Skip to content

Commit a984d25

Browse files
authored
Merge branch 'main' into develop
2 parents e3a4dde + 1390786 commit a984d25

6 files changed

Lines changed: 39 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.10",
3-
"apps/web": "0.2.9",
2+
".": "0.3.11",
3+
"apps/web": "0.2.10",
44
"apps/worker": "0.2.0"
55
}

CHANGELOG.md

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

3+
## [0.3.11](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.3.10...vibe-coding-profiler-v0.3.11) (2026-03-16)
4+
5+
6+
### Features
7+
8+
* **community:** add community stats pipeline and public page ([15d8325](https://github.com/devakone/vibe-coding-profiler/commit/15d8325e86c9983a3c269da2bea124fd747017f0))
9+
* **community:** add data foundation for community stats ([4abd13f](https://github.com/devakone/vibe-coding-profiler/commit/4abd13f9f7d7593248eb58866300e90cc3360169))
10+
* **community:** add public /community page with aggregated stats UI ([0c8549d](https://github.com/devakone/vibe-coding-profiler/commit/0c8549d2c9d26154e6ae898efe29bf446ce197a2))
11+
* **community:** add rollup computation and stats API endpoint ([00a5027](https://github.com/devakone/vibe-coding-profiler/commit/00a5027809667d10f9ae7cf799c2e4784f30764a))
12+
* **db:** persist ai_tools_json to user_profiles ([56a4096](https://github.com/devakone/vibe-coding-profiler/commit/56a4096441b2ea96801f24460621b6a4b54047e5))
13+
14+
15+
### Bug Fixes
16+
17+
* **db:** rename reserved word 'window' to 'rollup_window' in community_rollups ([c7fce4d](https://github.com/devakone/vibe-coding-profiler/commit/c7fce4dbef79071a5271ec4f11ca86e0cddf6d8a))
18+
* **scripts:** load .env before .env.local in backfill script ([b5659ef](https://github.com/devakone/vibe-coding-profiler/commit/b5659ef4481722ebe854e1b6a7e234528ea5fd27))
19+
320
## [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)
421

522

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.10](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.2.9...web-v0.2.10) (2026-03-16)
4+
5+
6+
### Features
7+
8+
* **community:** add community stats pipeline and public page ([15d8325](https://github.com/devakone/vibe-coding-profiler/commit/15d8325e86c9983a3c269da2bea124fd747017f0))
9+
* **community:** add data foundation for community stats ([4abd13f](https://github.com/devakone/vibe-coding-profiler/commit/4abd13f9f7d7593248eb58866300e90cc3360169))
10+
* **community:** add public /community page with aggregated stats UI ([0c8549d](https://github.com/devakone/vibe-coding-profiler/commit/0c8549d2c9d26154e6ae898efe29bf446ce197a2))
11+
* **community:** add rollup computation and stats API endpoint ([00a5027](https://github.com/devakone/vibe-coding-profiler/commit/00a5027809667d10f9ae7cf799c2e4784f30764a))
12+
* **db:** persist ai_tools_json to user_profiles ([56a4096](https://github.com/devakone/vibe-coding-profiler/commit/56a4096441b2ea96801f24460621b6a4b54047e5))
13+
14+
15+
### Bug Fixes
16+
17+
* **db:** rename reserved word 'window' to 'rollup_window' in community_rollups ([c7fce4d](https://github.com/devakone/vibe-coding-profiler/commit/c7fce4dbef79071a5271ec4f11ca86e0cddf6d8a))
18+
319
## [0.2.9](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.2.8...web-v0.2.9) (2026-02-16)
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.9",
3+
"version": "0.2.10",
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.10",
3+
"version": "0.3.11",
44
"private": true,
55
"workspaces": [
66
"apps/*",

0 commit comments

Comments
 (0)