From 6571d9aaf228adaa160c8e1bb6c47fd1e1e925e4 Mon Sep 17 00:00:00 2001 From: elweyn Date: Thu, 6 Jul 2023 09:18:17 +0200 Subject: [PATCH] chore(release): v1.22.2 --- CHANGELOG.md | 9 +++++++++ admin/package.json | 2 +- backend/package.json | 2 +- database/package.json | 2 +- dht-node/package.json | 2 +- federation/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- 8 files changed, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f40485d..e0cb60e59 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). +#### [1.22.2](https://github.com/gradido/gradido/compare/1.22.1...1.22.2) + +- fix(backend): moderation message are completely hidden from the user [`#3123`](https://github.com/gradido/gradido/pull/3123) +- fix(frontend): properly save username, do not allow to edit it again [`#3124`](https://github.com/gradido/gradido/pull/3124) +- fix(frontend): fix German "Speichern" to have capital letter [`#3122`](https://github.com/gradido/gradido/pull/3122) + #### [1.22.1](https://github.com/gradido/gradido/compare/1.22.0...1.22.1) +> 4 July 2023 + +- chore(release): v1.22.1 [`#3117`](https://github.com/gradido/gradido/pull/3117) - fix(backend): use base url from config in email templates [`#3114`](https://github.com/gradido/gradido/pull/3114) - feat(frontend): test right side layout template [`#3052`](https://github.com/gradido/gradido/pull/3052) - feat(backend): remove iota from backend [`#3115`](https://github.com/gradido/gradido/pull/3115) diff --git a/admin/package.json b/admin/package.json index 967a23dca..e406a2b16 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": "1.22.1", + "version": "1.22.2", "license": "Apache-2.0", "private": false, "scripts": { diff --git a/backend/package.json b/backend/package.json index 0a60a6e98..b0c65e87c 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "gradido-backend", - "version": "1.22.1", + "version": "1.22.2", "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 fce70e506..31c897698 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "gradido-database", - "version": "1.22.1", + "version": "1.22.2", "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 c3b8ef19a..5e0ccaf85 100644 --- a/dht-node/package.json +++ b/dht-node/package.json @@ -1,6 +1,6 @@ { "name": "gradido-dht-node", - "version": "1.22.1", + "version": "1.22.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 ac28a0317..7b33de9ae 100644 --- a/federation/package.json +++ b/federation/package.json @@ -1,6 +1,6 @@ { "name": "gradido-federation", - "version": "1.22.1", + "version": "1.22.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 5990998f7..4613b7ee1 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.22.1", + "version": "1.22.2", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index f69c341e7..693321e75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.22.1", + "version": "1.22.2", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",