Skip to content

Commit 0afc406

Browse files
chore(release): 2.89.0 [skip ci]
## 2.89.0 (2026-06-21) * chore(frontend): Remove unused selectCollectivePlaceholder i18n key ([a5298fe](a5298fe)) * fix(frontend): Associate collective combobox with its external label ([de88964](de88964)) * fix(frontend): Single auto-focus module instance and focus after clear ([992daa6](992daa6)) * feat(frontend): Combobox collective selector in friend "Add to collective" ([3315f97](3315f97))
1 parent a5298fe commit 0afc406

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.89.0 (2026-06-21)
2+
3+
* chore(frontend): Remove unused selectCollectivePlaceholder i18n key ([a5298fe](https://github.com/datenknoten/freundebuch/commit/a5298fe))
4+
* fix(frontend): Associate collective combobox with its external label ([de88964](https://github.com/datenknoten/freundebuch/commit/de88964))
5+
* fix(frontend): Single auto-focus module instance and focus after clear ([992daa6](https://github.com/datenknoten/freundebuch/commit/992daa6))
6+
* feat(frontend): Combobox collective selector in friend "Add to collective" ([3315f97](https://github.com/datenknoten/freundebuch/commit/3315f97))
7+
18
## 2.88.0 (2026-06-21)
29

310
* fix(frontend): Associate friend selector label with rendered control ([9cfea2e](https://github.com/datenknoten/freundebuch/commit/9cfea2e))

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.88.0",
3+
"version": "2.89.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.88.0",
3+
"version": "2.89.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.88.0",
3+
"version": "2.89.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.88.0",
3+
"version": "2.89.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.88.0",
3+
"version": "2.89.0",
44
"private": true,
55
"license": "AGPL-3.0-only",
66
"type": "module",

0 commit comments

Comments
 (0)