Merge pull request #3435 from gradido/release-2_4_5-beta

chore(release): v2.4.5 beta
This commit is contained in:
einhornimmond 2025-01-30 18:42:57 +01:00 committed by GitHub
commit ff12773188
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 21 additions and 9 deletions

View File

@ -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).
#### [2.4.4](https://github.com/gradido/gradido/compare/2.3.1...2.4.4)
#### [2.4.5](https://github.com/gradido/gradido/compare/2.3.1...2.4.5)
- 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)
- fix(frontend): fix meta url from env.template [`#3432`](https://github.com/gradido/gradido/pull/3432)
- fix(frontend): fix problems with dev container [`#3429`](https://github.com/gradido/gradido/pull/3429)
- feat(backend): add config validation with joi [`#3422`](https://github.com/gradido/gradido/pull/3422)
- feat(backend): patch getUsername in PublishNameLogic [`#3428`](https://github.com/gradido/gradido/pull/3428)
- feat(admin): resubmission date localized [`#3426`](https://github.com/gradido/gradido/pull/3426)
- refactor(workflow): increaste artifact version [`#3425`](https://github.com/gradido/gradido/pull/3425)
- feat(backend): make sure, correct user name is used for jwt token [`#3424`](https://github.com/gradido/gradido/pull/3424)
- feat(frontend): speedup frontend build time [`#3423`](https://github.com/gradido/gradido/pull/3423)
- chore(release): v2.4.4 beta [`#3421`](https://github.com/gradido/gradido/pull/3421)
- fix(admin): copy of env variables [`#3420`](https://github.com/gradido/gradido/pull/3420)
- fix(backend): toggle for using worker threads for password encryption [`#3418`](https://github.com/gradido/gradido/pull/3418)
- fix(admin): fix resubmission [`#3416`](https://github.com/gradido/gradido/pull/3416)

View File

@ -3,7 +3,7 @@
"description": "Administration Interface for Gradido",
"main": "index.js",
"author": "Moriz Wahl",
"version": "2.4.4",
"version": "2.4.5",
"license": "Apache-2.0",
"scripts": {
"start": "node run/server.js",

View File

@ -1,6 +1,6 @@
{
"name": "gradido-backend",
"version": "2.4.4",
"version": "2.4.5",
"description": "Gradido unified backend providing an API-Service for Gradido Transactions",
"main": "src/index.ts",
"repository": "https://github.com/gradido/gradido/backend",

View File

@ -1,6 +1,6 @@
{
"name": "gradido-database",
"version": "2.4.4",
"version": "2.4.5",
"description": "Gradido Database Tool to execute database migrations",
"main": "src/index.ts",
"repository": "https://github.com/gradido/gradido/database",

View File

@ -1,6 +1,6 @@
{
"name": "gradido-dht-node",
"version": "2.4.4",
"version": "2.4.5",
"description": "Gradido dht-node module",
"main": "src/index.ts",
"repository": "https://github.com/gradido/gradido/",

View File

@ -1,6 +1,6 @@
{
"name": "gradido-dlt-connector",
"version": "2.4.4",
"version": "2.4.5",
"description": "Gradido DLT-Connector",
"main": "src/index.ts",
"repository": "https://github.com/gradido/gradido/",

View File

@ -1,6 +1,6 @@
{
"name": "gradido-federation",
"version": "2.4.4",
"version": "2.4.5",
"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",

View File

@ -1,6 +1,6 @@
{
"name": "bootstrap-vue-gradido-wallet",
"version": "2.4.4",
"version": "2.4.5",
"private": true,
"scripts": {
"start": "node run/server.js",

View File

@ -1,6 +1,6 @@
{
"name": "gradido",
"version": "2.4.4",
"version": "2.4.5",
"description": "Gradido",
"main": "index.js",
"repository": "git@github.com:gradido/gradido.git",