From 4392a79c941d1c264da446e4298a089ff494ed1c Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Fri, 19 May 2023 17:11:41 +0200 Subject: [PATCH] chore(release): v1.21.0 --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ 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, 48 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d52ba760c..3e04d4c21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,49 @@ 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.21.0](https://github.com/gradido/gradido/compare/1.20.0...1.21.0) + +- feat(frontend): preserve email after login [`#2994`](https://github.com/gradido/gradido/pull/2994) +- feat(frontend): send coins via identifier [`#2989`](https://github.com/gradido/gradido/pull/2989) +- feat(backend): export user events to klicktipp [`#2916`](https://github.com/gradido/gradido/pull/2916) +- fix(backend): add extension pug json and css to nodemon. [`#2996`](https://github.com/gradido/gradido/pull/2996) +- feat(backend): send coins via alias [`#2988`](https://github.com/gradido/gradido/pull/2988) +- refactor(backend): replace jasonwebtoken with jose [`#2975`](https://github.com/gradido/gradido/pull/2975) +- feat(frontend): username in wallet [`#2984`](https://github.com/gradido/gradido/pull/2984) +- feat(frontend): add community to send form [`#2986`](https://github.com/gradido/gradido/pull/2986) +- fix(frontend): date fns locales [`#2983`](https://github.com/gradido/gradido/pull/2983) +- refactor(federation): federation reduce spam [`#2967`](https://github.com/gradido/gradido/pull/2967) +- refactor(federation): refactor federation clients [`#2965`](https://github.com/gradido/gradido/pull/2965) +- feat(backend): migrate transactions table for x community sendcoins [`#2917`](https://github.com/gradido/gradido/pull/2917) +- feat(backend): alias in update user info [`#2727`](https://github.com/gradido/gradido/pull/2727) +- refactor(backend): eslint comments [`#2981`](https://github.com/gradido/gradido/pull/2981) +- refactor(backend): eslint security [`#2980`](https://github.com/gradido/gradido/pull/2980) +- refactor(backend): rename klicktippSignIn to subscribe. [`#2973`](https://github.com/gradido/gradido/pull/2973) +- refactor(backend): eslint typescript strict [`#2979`](https://github.com/gradido/gradido/pull/2979) +- fix(frontend): between store problems [`#2972`](https://github.com/gradido/gradido/pull/2972) +- refactor(other): delete build folders [`#2977`](https://github.com/gradido/gradido/pull/2977) +- refactor(backend): no email in user [`#2953`](https://github.com/gradido/gradido/pull/2953) +- refactor(frontend): remove email in wallet [`#2952`](https://github.com/gradido/gradido/pull/2952) +- fix(frontend): update jest-canvas-mock version to resolve window mock problem in tests [`#2974`](https://github.com/gradido/gradido/pull/2974) +- feat(federation): federation autoreload on codechange [`#2969`](https://github.com/gradido/gradido/pull/2969) +- feat(backend): add fields to subscriber [`#2887`](https://github.com/gradido/gradido/pull/2887) +- feat(backend): x-com-2: distingue communities and communities_federation in database [`#2890`](https://github.com/gradido/gradido/pull/2890) +- feat(backend): add event for subscribe and unsubscribe [`#2886`](https://github.com/gradido/gradido/pull/2886) +- refactor(backend): eslint disable more typesafety [`#2922`](https://github.com/gradido/gradido/pull/2922) +- refactor(backend): eslint disable tests typesafer [`#2921`](https://github.com/gradido/gradido/pull/2921) +- refactor(backend): eslint disable @typescript eslint/unbound method [`#2920`](https://github.com/gradido/gradido/pull/2920) +- docs(other): removed obsolete yarn cron docu [`#2909`](https://github.com/gradido/gradido/pull/2909) +- refactor(other): finalize workflow separation and resolve mariadb and database dependencies in workflow files [`#2962`](https://github.com/gradido/gradido/pull/2962) +- refactor(workflow): align workflow naming and remove docker-compose filter from build tests [`#2894`](https://github.com/gradido/gradido/pull/2894) +- refactor(backend): eslint plugin promise + fixes [`#2830`](https://github.com/gradido/gradido/pull/2830) +- fix(backend): log stack trace included [`#2915`](https://github.com/gradido/gradido/pull/2915) +- refactor(backend): prettier refine config [`#2832`](https://github.com/gradido/gradido/pull/2832) + #### [1.20.0](https://github.com/gradido/gradido/compare/1.19.1...1.20.0) +> 12 April 2023 + +- chore(release): v1.20.0 [`#2939`](https://github.com/gradido/gradido/pull/2939) - fix(backend): no await for emails [`#2918`](https://github.com/gradido/gradido/pull/2918) - fix(frontend): no receiver on send by link [`#2933`](https://github.com/gradido/gradido/pull/2933) - fix(admin): pagination set currentPage by switch tabs [`#2902`](https://github.com/gradido/gradido/pull/2902) diff --git a/admin/package.json b/admin/package.json index 7a3b36a7a..823201b7d 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.20.0", + "version": "1.21.0", "license": "Apache-2.0", "private": false, "scripts": { diff --git a/backend/package.json b/backend/package.json index 6889c5591..68ec89ec0 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "gradido-backend", - "version": "1.20.0", + "version": "1.21.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 23e358364..72d35dc04 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "gradido-database", - "version": "1.20.0", + "version": "1.21.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 1f8ba4505..13b9f75dd 100644 --- a/dht-node/package.json +++ b/dht-node/package.json @@ -1,6 +1,6 @@ { "name": "gradido-dht-node", - "version": "1.20.0", + "version": "1.21.0", "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 3173e77ab..861d3a077 100644 --- a/federation/package.json +++ b/federation/package.json @@ -1,6 +1,6 @@ { "name": "gradido-federation", - "version": "1.20.0", + "version": "1.21.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 fb9b4885f..c084a74e6 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.20.0", + "version": "1.21.0", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index 7845d722b..04c8d46c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.20.0", + "version": "1.21.0", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",