From 122977cc97184a6460602ee42c55d0fda6b2e3de Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 29 Jul 2025 10:54:32 +0200 Subject: [PATCH] increase version, update changelog --- CHANGELOG.md | 17 ++++++++++++++++- 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 +- dlt-connector/package.json | 2 +- federation/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- shared/package.json | 2 +- 12 files changed, 27 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12d101724..8b6f58fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,23 @@ 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). -#### [2.6.0](https://github.com/gradido/gradido/compare/2.3.1...2.6.0) +#### [2.6.1](https://github.com/gradido/gradido/compare/2.3.1...2.6.1) +- refactor(frontend): transaction and contribution form [`#3519`](https://github.com/gradido/gradido/pull/3519) +- fix(federation): fix some attack vectors in communities handshake [`#3517`](https://github.com/gradido/gradido/pull/3517) +- fix(other): start sh when called from webhook [`#3515`](https://github.com/gradido/gradido/pull/3515) +- feat(backend): introduce encrypted jwts in backend federation communication [`#3510`](https://github.com/gradido/gradido/pull/3510) +- feat(other): write playwright tests [`#3509`](https://github.com/gradido/gradido/pull/3509) +- feat(frontend): keep branding project in browser url bar [`#3512`](https://github.com/gradido/gradido/pull/3512) +- feat(other): add clear command for yarn and turbo [`#3513`](https://github.com/gradido/gradido/pull/3513) +- fix(other): in deploy run only core count tasks with turbo at the same time [`#3511`](https://github.com/gradido/gradido/pull/3511) +- refactor(federation): move code for checking pending transactions [`#3508`](https://github.com/gradido/gradido/pull/3508) +- refactor(other): add shared module [`#3507`](https://github.com/gradido/gradido/pull/3507) +- refactor(other): centralize logging code, use log4js config-generator [`#3506`](https://github.com/gradido/gradido/pull/3506) +- fix(frontend): fix password labels [`#3504`](https://github.com/gradido/gradido/pull/3504) +- fix(backend): update contribution frontend link [`#3502`](https://github.com/gradido/gradido/pull/3502) +- refactor(database): move database connection into database module [`#3503`](https://github.com/gradido/gradido/pull/3503) +- chore(release): v2.6.0 beta [`#3501`](https://github.com/gradido/gradido/pull/3501) - fix(frontend): fix contribution link [`#3500`](https://github.com/gradido/gradido/pull/3500) - feat(other): disable index html caching, reenable limits [`#3497`](https://github.com/gradido/gradido/pull/3497) - fix(admin): fix accidently remove user states [`#3496`](https://github.com/gradido/gradido/pull/3496) diff --git a/admin/package.json b/admin/package.json index 98c8cc89e..6301b315a 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.6.0", + "version": "2.6.1", "license": "Apache-2.0", "scripts": { "dev": "vite", diff --git a/backend/package.json b/backend/package.json index 94abef346..659ac59dc 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "2.6.0", + "version": "2.6.1", "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 4ac90e45c..1fdfc1910 100644 --- a/config-schema/package.json +++ b/config-schema/package.json @@ -1,6 +1,6 @@ { "name": "config-schema", - "version": "2.6.0", + "version": "2.6.1", "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 047a39d20..a1f7a5603 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "core", - "version": "2.6.0", + "version": "2.6.1", "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 b763cf1ca..29390dc32 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "database", - "version": "2.6.0", + "version": "2.6.1", "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 e2f64191c..ee4b01bef 100644 --- a/dht-node/package.json +++ b/dht-node/package.json @@ -1,6 +1,6 @@ { "name": "dht-node", - "version": "2.6.0", + "version": "2.6.1", "description": "Gradido dht-node module", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/", diff --git a/dlt-connector/package.json b/dlt-connector/package.json index a61158c58..7fd7441da 100644 --- a/dlt-connector/package.json +++ b/dlt-connector/package.json @@ -1,6 +1,6 @@ { "name": "gradido-dlt-connector", - "version": "2.6.0", + "version": "2.6.1", "description": "Gradido DLT-Connector", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/", diff --git a/federation/package.json b/federation/package.json index 0ca1abac9..ab11016a7 100644 --- a/federation/package.json +++ b/federation/package.json @@ -1,6 +1,6 @@ { "name": "federation", - "version": "2.6.0", + "version": "2.6.1", "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 3dd82ff8c..8393ae7bd 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "2.6.0", + "version": "2.6.1", "private": true, "scripts": { "dev": "concurrently \"yarn watch-scss\" \"vite\"", diff --git a/package.json b/package.json index cc8fda81d..464aa991b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "2.6.0", + "version": "2.6.1", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git", diff --git a/shared/package.json b/shared/package.json index 62688de04..92645d5da 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "shared", - "version": "2.6.0", + "version": "2.6.1", "description": "Gradido Shared Code, Low-Level Shared Code, without dependencies on other modules", "main": "./build/index.js", "types": "./src/index.ts",