Skip to content

Commit 79372f2

Browse files
authored
chore(main): release 2.9.0 (#359)
1 parent 0732052 commit 79372f2

4 files changed

Lines changed: 23 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.8.0"
2+
".": "2.9.0"
33
}

CHANGELOG.md

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

3+
## [2.9.0](https://github.com/ervwalter/trendweight/compare/v2.8.0...v2.9.0) (2025-09-23)
4+
5+
6+
### Features
7+
8+
* **web:** add Account Security section to settings page ([e6c11ff](https://github.com/ervwalter/trendweight/commit/e6c11ff0f5f9812390617291a83e963e14f4bded))
9+
10+
11+
### Fixes
12+
13+
* Add passkey documentation link and improve test reliability ([b1212ee](https://github.com/ervwalter/trendweight/commit/b1212ee0568f26d42b92a3ad66db131d9122fe64))
14+
* **auth:** hide the new clerk last-used badge ([2492db8](https://github.com/ervwalter/trendweight/commit/2492db841eef43067c80ac20808df0f492c8b0ed))
15+
* Make Download and Account Security sections responsive and fix grammar ([0732052](https://github.com/ervwalter/trendweight/commit/0732052a7c64cd43ffdf207a48ab0f73ff05a0b0))
16+
* Update Amazon scale links to official brand store pages ([6e3c305](https://github.com/ervwalter/trendweight/commit/6e3c3050dd628516a6699b1a449e5253f2f364b0))
17+
18+
19+
### Documentation
20+
21+
* Add FAQ about frequent login issues ([981bf68](https://github.com/ervwalter/trendweight/commit/981bf68b94db0a4c08a959003298ca7f73437d4f))
22+
323
## [2.8.0](https://github.com/ervwalter/trendweight/compare/v2.7.0...v2.8.0) (2025-09-20)
424

525

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.8.0",
4+
"version": "2.9.0",
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.8.0
1+
2.9.0

0 commit comments

Comments
 (0)