Skip to content

Commit 11bbb8b

Browse files
chore(release): 2.87.2 [skip ci]
## <small>2.87.2 (2026-06-21)</small> * fix(frontend): Address PR review on mobile autofocus priming ([ad67c10](ad67c10)) * fix(frontend): Make autofocus work on mobile keyboards ([ce65bcd](ce65bcd))
1 parent ad67c10 commit 11bbb8b

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.2 (2026-06-21)</small>
2+
3+
* fix(frontend): Address PR review on mobile autofocus priming ([ad67c10](https://github.com/datenknoten/freundebuch/commit/ad67c10))
4+
* fix(frontend): Make autofocus work on mobile keyboards ([ce65bcd](https://github.com/datenknoten/freundebuch/commit/ce65bcd))
5+
16
## <small>2.87.1 (2026-06-21)</small>
27

38
* fix(frontend): Select top match on Enter across search dropdowns ([f03835e](https://github.com/datenknoten/freundebuch/commit/f03835e))

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

0 commit comments

Comments
 (0)