From 64500172555c0c9a8dfb5e33bf0e12cec4dbe811 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Wed, 5 Mar 2025 12:08:50 +0100 Subject: [PATCH] release --- CHANGELOG.md | 9 ++++++++- admin/package.json | 2 +- backend/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 +- 9 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f712b290..392c88130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.4.5](https://github.com/gradido/gradido/compare/2.3.1...2.4.5) +#### [2.5.0](https://github.com/gradido/gradido/compare/2.3.1...2.5.0) +- refactor(frontend): contribution form refactor [`#3442`](https://github.com/gradido/gradido/pull/3442) +- feat(backend): correct user data transfer to gms [`#3433`](https://github.com/gradido/gradido/pull/3433) +- feat(backend): switch marker colors of community location and user location [`#3445`](https://github.com/gradido/gradido/pull/3445) +- feat(backend): darker email font for content [`#3441`](https://github.com/gradido/gradido/pull/3441) +- fix(other): clear also ~/.cache/yarn [`#3362`](https://github.com/gradido/gradido/pull/3362) +- refactor(backend): test refactor better bun compatibility [`#3438`](https://github.com/gradido/gradido/pull/3438) +- chore(release): v2.4.5 beta [`#3435`](https://github.com/gradido/gradido/pull/3435) - feat(backend): add answer button inside E-Mail [`#3431`](https://github.com/gradido/gradido/pull/3431) - feat(other): build config in deployment [`#3430`](https://github.com/gradido/gradido/pull/3430) - fix(dht): and federation using config in bare-metal setup [`#3434`](https://github.com/gradido/gradido/pull/3434) diff --git a/admin/package.json b/admin/package.json index a426ee8ab..1c03029ea 100644 --- a/admin/package.json +++ b/admin/package.json @@ -3,7 +3,7 @@ "description": "Administration Interface for Gradido", "main": "index.js", "author": "Moriz Wahl", - "version": "2.4.5", + "version": "2.5.0", "license": "Apache-2.0", "scripts": { "start": "node run/server.js", diff --git a/backend/package.json b/backend/package.json index 39708cb99..ed013825a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "gradido-backend", - "version": "2.4.5", + "version": "2.5.0", "description": "Gradido unified backend providing an API-Service for Gradido Transactions", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/backend", diff --git a/database/package.json b/database/package.json index 121bdf96e..f738b9057 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "gradido-database", - "version": "2.4.5", + "version": "2.5.0", "description": "Gradido Database Tool to execute database migrations", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/database", diff --git a/dht-node/package.json b/dht-node/package.json index 0804cb4fd..a150d037a 100644 --- a/dht-node/package.json +++ b/dht-node/package.json @@ -1,6 +1,6 @@ { "name": "gradido-dht-node", - "version": "2.4.5", + "version": "2.5.0", "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 214c1853d..519a02575 100644 --- a/dlt-connector/package.json +++ b/dlt-connector/package.json @@ -1,6 +1,6 @@ { "name": "gradido-dlt-connector", - "version": "2.4.5", + "version": "2.5.0", "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 0da7c167f..f66f7f196 100644 --- a/federation/package.json +++ b/federation/package.json @@ -1,6 +1,6 @@ { "name": "gradido-federation", - "version": "2.4.5", + "version": "2.5.0", "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 f18abf73c..9f8c2998c 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "2.4.5", + "version": "2.5.0", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index 36b28dd70..aacb7253e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "2.4.5", + "version": "2.5.0", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",