From d79dfcb0433fde8122d41896643e76645ab45e0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:00:03 +0000 Subject: [PATCH] chore: release develop --- .release-please-manifest.develop.json | 4 ++-- CHANGELOG-DEVELOP.md | 12 ++++++++++++ apps/web/CHANGELOG-DEVELOP.md | 12 ++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.develop.json b/.release-please-manifest.develop.json index 83f26ff..54fb1e8 100644 --- a/.release-please-manifest.develop.json +++ b/.release-please-manifest.develop.json @@ -1,5 +1,5 @@ { - ".": "0.1.0-alpha.28", - "apps/web": "0.1.0-alpha.26", + ".": "0.1.0-alpha.29", + "apps/web": "0.1.0-alpha.27", "apps/worker": "0.1.0-alpha.3" } diff --git a/CHANGELOG-DEVELOP.md b/CHANGELOG-DEVELOP.md index 8131074..69e19a3 100644 --- a/CHANGELOG-DEVELOP.md +++ b/CHANGELOG-DEVELOP.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.0-alpha.29](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.1.0-alpha.28...vibe-coding-profiler-v0.1.0-alpha.29) (2026-06-22) + + +### Bug Fixes + +* **web:** prevent Plausible SSR crash ([9c058cf](https://github.com/devakone/vibe-coding-profiler/commit/9c058cf81dc773745d7d9f2597cde090360c97ed)) +* **web:** prevent Plausible SSR crash ([3775bae](https://github.com/devakone/vibe-coding-profiler/commit/3775baea5a1f577492a8aa2b966344be9fc7f7b4)) +* **web:** prevent recurring analytics errors ([e2cc055](https://github.com/devakone/vibe-coding-profiler/commit/e2cc05571e51d6f4a28ec12ef627e84510249994)) +* **web:** prevent recurring analytics errors ([249d06d](https://github.com/devakone/vibe-coding-profiler/commit/249d06dc8c2bf5c292cfd3c97a1cefe8297d51ae)) +* **web:** restore Sentry error reporting ([82a51df](https://github.com/devakone/vibe-coding-profiler/commit/82a51df0afe61494edd4cb070417d1d4bdd7d7bd)) +* **web:** restore Sentry error reporting ([def1199](https://github.com/devakone/vibe-coding-profiler/commit/def11994800a3534e2d69686a7c53bb624b83ad6)) + ## [0.1.0-alpha.28](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.1.0-alpha.27...vibe-coding-profiler-v0.1.0-alpha.28) (2026-05-14) diff --git a/apps/web/CHANGELOG-DEVELOP.md b/apps/web/CHANGELOG-DEVELOP.md index 266fae0..8f136d0 100644 --- a/apps/web/CHANGELOG-DEVELOP.md +++ b/apps/web/CHANGELOG-DEVELOP.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.0-alpha.27](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.1.0-alpha.26...web-v0.1.0-alpha.27) (2026-06-22) + + +### Bug Fixes + +* **web:** prevent Plausible SSR crash ([9c058cf](https://github.com/devakone/vibe-coding-profiler/commit/9c058cf81dc773745d7d9f2597cde090360c97ed)) +* **web:** prevent Plausible SSR crash ([3775bae](https://github.com/devakone/vibe-coding-profiler/commit/3775baea5a1f577492a8aa2b966344be9fc7f7b4)) +* **web:** prevent recurring analytics errors ([e2cc055](https://github.com/devakone/vibe-coding-profiler/commit/e2cc05571e51d6f4a28ec12ef627e84510249994)) +* **web:** prevent recurring analytics errors ([249d06d](https://github.com/devakone/vibe-coding-profiler/commit/249d06dc8c2bf5c292cfd3c97a1cefe8297d51ae)) +* **web:** restore Sentry error reporting ([82a51df](https://github.com/devakone/vibe-coding-profiler/commit/82a51df0afe61494edd4cb070417d1d4bdd7d7bd)) +* **web:** restore Sentry error reporting ([def1199](https://github.com/devakone/vibe-coding-profiler/commit/def11994800a3534e2d69686a7c53bb624b83ad6)) + ## [0.1.0-alpha.26](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.1.0-alpha.25...web-v0.1.0-alpha.26) (2026-05-14)