Skip to content

Commit 783663b

Browse files
chore(release): 2.89.2 [skip ci]
## <small>2.89.2 (2026-06-29)</small> * refactor(backend): Use Symbol.for for the query-wrapped marker ([d80d052](d80d052)) * refactor(frontend): Split collective-detail into data-driven sections (#187) ([f589a18](f589a18)), closes [#187](#187) [#186](#186) * test(backend): Assert enhanced call-site stack on query rejection ([c9ebda8](c9ebda8)) * fix(backend): Prevent stack overflow from re-wrapping pooled pg clients ([bb31a40](bb31a40))
1 parent f589a18 commit 783663b

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+
## <small>2.89.2 (2026-06-29)</small>
2+
3+
* refactor(backend): Use Symbol.for for the query-wrapped marker ([d80d052](https://github.com/datenknoten/freundebuch/commit/d80d052))
4+
* refactor(frontend): Split collective-detail into data-driven sections (#187) ([f589a18](https://github.com/datenknoten/freundebuch/commit/f589a18)), closes [#187](https://github.com/datenknoten/freundebuch/issues/187) [#186](https://github.com/datenknoten/freundebuch/issues/186)
5+
* test(backend): Assert enhanced call-site stack on query rejection ([c9ebda8](https://github.com/datenknoten/freundebuch/commit/c9ebda8))
6+
* fix(backend): Prevent stack overflow from re-wrapping pooled pg clients ([bb31a40](https://github.com/datenknoten/freundebuch/commit/bb31a40))
7+
18
## <small>2.89.1 (2026-06-23)</small>
29

310
* test(frontend): Add reusable test infrastructure ([d230e57](https://github.com/datenknoten/freundebuch/commit/d230e57))

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

0 commit comments

Comments
 (0)