Skip to content

Commit 48274a6

Browse files
chore(release): 2.88.0 [skip ci]
## 2.88.0 (2026-06-21) * fix(frontend): Associate friend selector label with rendered control ([9cfea2e](9cfea2e)) * fix(frontend): Reliably autofocus friend search input in modals ([4cf8f03](4cf8f03)) * feat(frontend): Align friend selector with combobox dropdown pattern ([cba2297](cba2297))
1 parent 9cfea2e commit 48274a6

6 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.88.0 (2026-06-21)
2+
3+
* fix(frontend): Associate friend selector label with rendered control ([9cfea2e](https://github.com/datenknoten/freundebuch/commit/9cfea2e))
4+
* fix(frontend): Reliably autofocus friend search input in modals ([4cf8f03](https://github.com/datenknoten/freundebuch/commit/4cf8f03))
5+
* feat(frontend): Align friend selector with combobox dropdown pattern ([cba2297](https://github.com/datenknoten/freundebuch/commit/cba2297))
6+
17
## <small>2.87.2 (2026-06-21)</small>
28

39
* fix(frontend): Address PR review on mobile autofocus priming ([ad67c10](https://github.com/datenknoten/freundebuch/commit/ad67c10))

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freundebuch/backend",
3-
"version": "2.87.2",
3+
"version": "2.88.0",
44
"private": true,
55
"license": "AGPL-3.0-only",
66
"type": "module",

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freundebuch/frontend",
3-
"version": "2.87.2",
3+
"version": "2.88.0",
44
"dependencies": {
55
"@better-auth/passkey": "1.5.5",
66
"@codemirror/autocomplete": "6.20.2",

apps/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freundebuch/mcp-server",
3-
"version": "2.87.2",
3+
"version": "2.88.0",
44
"private": true,
55
"license": "AGPL-3.0-only",
66
"type": "module",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freundebuch2",
3-
"version": "2.87.2",
3+
"version": "2.88.0",
44
"private": true,
55
"type": "module",
66
"license": "AGPL-3.0-only",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freundebuch/shared",
3-
"version": "2.87.2",
3+
"version": "2.88.0",
44
"private": true,
55
"license": "AGPL-3.0-only",
66
"type": "module",

0 commit comments

Comments
 (0)