Skip to content

Commit b34fcd3

Browse files
chore: release develop
1 parent 15d8325 commit b34fcd3

3 files changed

Lines changed: 35 additions & 2 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.26",
3-
"apps/web": "0.1.0-alpha.24",
2+
".": "0.1.0-alpha.27",
3+
"apps/web": "0.1.0-alpha.25",
44
"apps/worker": "0.1.0-alpha.3"
55
}

CHANGELOG-DEVELOP.md

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

3+
## [0.1.0-alpha.27](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.1.0-alpha.26...vibe-coding-profiler-v0.1.0-alpha.27) (2026-02-24)
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.1.0-alpha.26](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.1.0-alpha.25...vibe-coding-profiler-v0.1.0-alpha.26) (2026-02-16)
421

522

apps/web/CHANGELOG-DEVELOP.md

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

3+
## [0.1.0-alpha.25](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.1.0-alpha.24...web-v0.1.0-alpha.25) (2026-02-24)
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.1.0-alpha.24](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.1.0-alpha.23...web-v0.1.0-alpha.24) (2026-02-16)
420

521

0 commit comments

Comments
 (0)