Skip to content

Commit 1d8941d

Browse files
chore(release): 2.87.1 [skip ci]
## <small>2.87.1 (2026-06-21)</small> * fix(frontend): Select top match on Enter across search dropdowns ([f03835e](f03835e)) * fix(frontend): Select top match when confirming relationship type search ([1d8f438](1d8f438))
1 parent f03835e commit 1d8941d

6 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## <small>2.87.1 (2026-06-21)</small>
2+
3+
* fix(frontend): Select top match on Enter across search dropdowns ([f03835e](https://github.com/datenknoten/freundebuch/commit/f03835e))
4+
* fix(frontend): Select top match when confirming relationship type search ([1d8f438](https://github.com/datenknoten/freundebuch/commit/1d8f438))
5+
16
## 2.87.0 (2026-06-21)
27

38
* feat(all): PostGIS-only address lookup + postal-code autocomplete ([fa24597](https://github.com/datenknoten/freundebuch/commit/fa24597))

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

0 commit comments

Comments
 (0)