From dbea2888be4456919c02a01055832d3b21828fb9 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Mon, 10 Jun 2024 18:45:10 +0200 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, 17 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72f37afd3..a84f8909c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.3.1](https://github.com/gradido/gradido/compare/2.3.0...2.3.1) + +- feat(frontend): more compatible humhub auto-login link [`#3319`](https://github.com/gradido/gradido/pull/3319) +- fix(backend): fix test which will only fail at 31. of month, or 30.05 [`#3320`](https://github.com/gradido/gradido/pull/3320) +- feat(frontend): remove automatically logged out message [`#3318`](https://github.com/gradido/gradido/pull/3318) + #### [2.3.0](https://github.com/gradido/gradido/compare/2.2.1...2.3.0) +> 20 May 2024 + +- chore(release): v2.3.0 beta [`#3316`](https://github.com/gradido/gradido/pull/3316) - feat(frontend): conditional services menu entries [`#3314`](https://github.com/gradido/gradido/pull/3314) - feat(frontend): update news [`#3313`](https://github.com/gradido/gradido/pull/3313) - feat(frontend): auto-login link for humhub [`#3311`](https://github.com/gradido/gradido/pull/3311) diff --git a/admin/package.json b/admin/package.json index db87f59e9..96015e1c0 100644 --- a/admin/package.json +++ b/admin/package.json @@ -3,7 +3,7 @@ "description": "Administraion Interface for Gradido", "main": "index.js", "author": "Moriz Wahl", - "version": "2.3.0", + "version": "2.3.1", "license": "Apache-2.0", "private": false, "scripts": { diff --git a/backend/package.json b/backend/package.json index bef3fd560..7fcd21000 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "gradido-backend", - "version": "2.3.0", + "version": "2.3.1", "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 e445fe15b..50a489934 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "gradido-database", - "version": "2.3.0", + "version": "2.3.1", "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 620a77ee9..67c24dd9e 100644 --- a/dht-node/package.json +++ b/dht-node/package.json @@ -1,6 +1,6 @@ { "name": "gradido-dht-node", - "version": "2.3.0", + "version": "2.3.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 4923d6408..3e576b48d 100644 --- a/dlt-connector/package.json +++ b/dlt-connector/package.json @@ -1,6 +1,6 @@ { "name": "gradido-dlt-connector", - "version": "2.3.0", + "version": "2.3.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 5a945f963..151777054 100644 --- a/federation/package.json +++ b/federation/package.json @@ -1,6 +1,6 @@ { "name": "gradido-federation", - "version": "2.3.0", + "version": "2.3.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 e803a004a..879171697 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "2.3.0", + "version": "2.3.1", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index de62f441d..28f981637 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "2.3.0", + "version": "2.3.1", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",