From ad06002a6860428f1e89101c3e3bcf46306d1daa Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 2 Dec 2025 12:48:28 +0100 Subject: [PATCH 1/2] chore: release v2.7.2 --- 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 | 4 ++-- shared/package.json | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/admin/package.json b/admin/package.json index 463162667..f70a6d92e 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.1", + "version": "2.7.2", "license": "Apache-2.0", "scripts": { "dev": "vite", diff --git a/backend/package.json b/backend/package.json index 463683372..d591be1cb 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "2.7.1", + "version": "2.7.2", "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 0b843ce3c..62fb8ca24 100644 --- a/config-schema/package.json +++ b/config-schema/package.json @@ -1,6 +1,6 @@ { "name": "config-schema", - "version": "2.7.1", + "version": "2.7.2", "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 be8bff940..1acf31e6d 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "core", - "version": "2.7.1", + "version": "2.7.2", "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 03ba57869..30a2b5bf3 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "database", - "version": "2.7.1", + "version": "2.7.2", "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 cb29f28f5..958c23b84 100644 --- a/dht-node/package.json +++ b/dht-node/package.json @@ -1,6 +1,6 @@ { "name": "dht-node", - "version": "2.7.1", + "version": "2.7.2", "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 fcf1365ab..385cc3c4b 100644 --- a/federation/package.json +++ b/federation/package.json @@ -1,6 +1,6 @@ { "name": "federation", - "version": "2.7.1", + "version": "2.7.2", "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 ade408c16..535df3081 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.7.1", + "version": "2.7.2", "private": true, "scripts": { "dev": "concurrently \"yarn watch-scss\" \"vite\"", diff --git a/package.json b/package.json index 0c9be0feb..9451a6d98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "2.7.1", + "version": "2.7.2", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git", @@ -20,7 +20,7 @@ "shared" ], "scripts": { - "release": "bumpp --no-commit --no-push -r", + "release": "bumpp -r", "version": "auto-changelog -p --commit-limit 0 && git add CHANGELOG.md", "installAll": "bun run install", "docker": "cross-env BUILD_COMMIT=$(git rev-parse HEAD) docker compose -f docker-compose.yml up", diff --git a/shared/package.json b/shared/package.json index 4131cd774..d7823ec73 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "shared", - "version": "2.7.1", + "version": "2.7.2", "description": "Gradido Shared Code, Low-Level Shared Code, without dependencies on other modules", "main": "./build/index.js", "types": "./src/index.ts", From 736d0cbd686447121ed2c5d957bcc494c4c4556b Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 2 Dec 2025 12:50:24 +0100 Subject: [PATCH 2/2] update change log --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d8683db1..7af8e5c06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,20 @@ 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.1](https://github.com/gradido/gradido/compare/v2.7.0...v2.7.1) +#### [v2.7.2](https://github.com/gradido/gradido/compare/v2.7.2...v2.7.2) +#### [v2.7.2](https://github.com/gradido/gradido/compare/v2.7.0...v2.7.2) + +> 2 December 2025 + +- feat(frontend): success message on create contribution like on send [`#3583`](https://github.com/gradido/gradido/pull/3583) +- refactor(backend): rewrite seeding in database [`#3586`](https://github.com/gradido/gradido/pull/3586) +- fix(other): complete email tests and move localization complete into core [`#3585`](https://github.com/gradido/gradido/pull/3585) +- fix(workflow): editor warnings [`#3584`](https://github.com/gradido/gradido/pull/3584) +- fix(other): fix code which lead to biome linting errors [`#3582`](https://github.com/gradido/gradido/pull/3582) +- refactor(backend): moved email to core [`#3579`](https://github.com/gradido/gradido/pull/3579) +- refactor(database): stabilize entity loading across runtimes by introducing deferred relation resolution [`#3578`](https://github.com/gradido/gradido/pull/3578) +- chore(release): v2.7.1 [`#3577`](https://github.com/gradido/gradido/pull/3577) - feat(frontend): new startpage images [`#3576`](https://github.com/gradido/gradido/pull/3576) - feat(frontend): update login subtitle [`#3574`](https://github.com/gradido/gradido/pull/3574) - feat(frontend): update copy symbol and change link order [`#3575`](https://github.com/gradido/gradido/pull/3575)