Skip to content

Commit 27e5e22

Browse files
authored
chore(main): release 2.5.2 (#321)
1 parent 6528e70 commit 27e5e22

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

.github/release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.5.1"
2+
".": "2.5.2"
33
}

CHANGELOG.md

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

3+
## [2.5.2](https://github.com/ervwalter/trendweight/compare/v2.5.1...v2.5.2) (2025-08-13)
4+
5+
6+
### Fixes
7+
8+
* **ui:** prevent ToggleGroup deselection to maintain radio button behavior ([dd376e0](https://github.com/ervwalter/trendweight/commit/dd376e03a1ea11888b1c9bff77d6547e0dfe0ebd))
9+
10+
11+
### Refactoring
12+
13+
* **auth:** simplify auth guard and remove window.Clerk dependencies ([329f805](https://github.com/ervwalter/trendweight/commit/329f805e338fd391f4759a59eb9c25a28d66b03d))
14+
15+
16+
### Dependencies
17+
18+
* update npm dependencies ([#318](https://github.com/ervwalter/trendweight/issues/318)) ([6528e70](https://github.com/ervwalter/trendweight/commit/6528e70b849780a117107aa229459ce09d49b9c0))
19+
320
## [2.5.1](https://github.com/ervwalter/trendweight/compare/v2.5.0...v2.5.1) (2025-08-12)
421

522

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web",
33
"private": true,
4-
"version": "2.5.1",
4+
"version": "2.5.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.5.2

0 commit comments

Comments
 (0)