From 710ee058845fe6f15018ed24e0363c7ed6fa171d Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 30 Dec 2025 12:56:25 +0100 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cca591bc..1ef3c24bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,26 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.7.4](https://github.com/gradido/gradido/compare/v2.7.3...v2.7.4) + +- feat(workflow): update .env.dist in deploy and make install script more idempotent [`#3593`](https://github.com/gradido/gradido/pull/3593) +- feat(admin): load moderator names for contribution list [`#3599`](https://github.com/gradido/gradido/pull/3599) +- fix(other): email mime types [`#3601`](https://github.com/gradido/gradido/pull/3601) +- fix(database): use connection pool for drizzle orm [`#3600`](https://github.com/gradido/gradido/pull/3600) +- feat(admin): make deleted contributions better recognisable with Deuteranopie [`#3597`](https://github.com/gradido/gradido/pull/3597) +- fix(workflow): rewrite sort.sh as sortLocales.ts [`#3598`](https://github.com/gradido/gradido/pull/3598) +- refactor(database): add drizzleOrm, use it in openaiThreads [`#3595`](https://github.com/gradido/gradido/pull/3595) +- fix(other): fix biome config [`#3592`](https://github.com/gradido/gradido/pull/3592) +- feat(other): reduce github worker count [`#3591`](https://github.com/gradido/gradido/pull/3591) +- fix(other): removed phantom line, aligned env and compose [`#3570`](https://github.com/gradido/gradido/pull/3570) +- feat(dlt): migrate database transaction to dlt transactions [`#3571`](https://github.com/gradido/gradido/pull/3571) +- feat(dlt): add inspector as submodule, update nginx config to serve inspector and gradido node [`#3566`](https://github.com/gradido/gradido/pull/3566) +- chore(release): v2.7.3 [`#3590`](https://github.com/gradido/gradido/pull/3590) + #### [v2.7.3](https://github.com/gradido/gradido/compare/v2.7.2...v2.7.3) +> 4 December 2025 + - feat(admin): show user registered at in admin [`#3589`](https://github.com/gradido/gradido/pull/3589) - feat(backend): 3573 feature introduce distributed semaphore base on redis [`#3580`](https://github.com/gradido/gradido/pull/3580) - fix(workflow): make deployment install script more robust [`#3588`](https://github.com/gradido/gradido/pull/3588) From 4887dadc4f99fbb8087078b3e5c38066d9f10d9c Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 30 Dec 2025 12:56:25 +0100 Subject: [PATCH 2/2] chore: release v2.7.4 --- admin/package.json | 2 +- backend/package.json | 2 +- config-schema/package.json | 2 +- core/package.json | 2 +- database/package.json | 2 +- dht-node/package.json | 2 +- federation/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- shared/package.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/admin/package.json b/admin/package.json index e7c6e70d0..61bbb21ac 100644 --- a/admin/package.json +++ b/admin/package.json @@ -3,7 +3,7 @@ "description": "Administration Interface for Gradido", "main": "index.js", "author": "Gradido Academy - https://www.gradido.net", - "version": "2.7.3", + "version": "2.7.4", "license": "Apache-2.0", "scripts": { "dev": "vite", diff --git a/backend/package.json b/backend/package.json index 9420a155a..fa2bc9bb3 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "2.7.3", + "version": "2.7.4", "private": false, "description": "Gradido unified backend providing an API-Service for Gradido Transactions", "repository": "https://github.com/gradido/gradido/backend", diff --git a/config-schema/package.json b/config-schema/package.json index 4bdb30cdc..fa4e30255 100644 --- a/config-schema/package.json +++ b/config-schema/package.json @@ -1,6 +1,6 @@ { "name": "config-schema", - "version": "2.7.3", + "version": "2.7.4", "description": "Gradido Config for validate config", "main": "./build/index.js", "types": "./src/index.ts", diff --git a/core/package.json b/core/package.json index 467a6ed46..207c1558c 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "core", - "version": "2.7.3", + "version": "2.7.4", "description": "Gradido Core Code, High-Level Shared Code, with dependencies on other modules", "main": "./build/index.js", "types": "./src/index.ts", diff --git a/database/package.json b/database/package.json index ae578809c..dcefe2b53 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "database", - "version": "2.7.3", + "version": "2.7.4", "description": "Gradido Database Tool to execute database migrations", "main": "./build/index.js", "types": "./src/index.ts", diff --git a/dht-node/package.json b/dht-node/package.json index c991d3d2d..afc470784 100644 --- a/dht-node/package.json +++ b/dht-node/package.json @@ -1,6 +1,6 @@ { "name": "dht-node", - "version": "2.7.3", + "version": "2.7.4", "description": "Gradido dht-node module", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/", diff --git a/federation/package.json b/federation/package.json index c276929ae..b9bd675a8 100644 --- a/federation/package.json +++ b/federation/package.json @@ -1,6 +1,6 @@ { "name": "federation", - "version": "2.7.3", + "version": "2.7.4", "description": "Gradido federation module providing Gradido-Hub-Federation and versioned API for inter community communication", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/federation", diff --git a/frontend/package.json b/frontend/package.json index bd4cb51cc..e72620d85 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.7.3", + "version": "2.7.4", "private": true, "scripts": { "dev": "concurrently \"yarn watch-scss\" \"vite\"", diff --git a/package.json b/package.json index c00167ab8..92696ba63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "2.7.3", + "version": "2.7.4", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git", diff --git a/shared/package.json b/shared/package.json index 920ac25fb..c1a7b1118 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "shared", - "version": "2.7.3", + "version": "2.7.4", "description": "Gradido Shared Code, Low-Level Shared Code, without dependencies on other modules", "main": "./build/index.js", "types": "./src/index.ts",