From 65a250a1aa469f7878ddc60ced05c98ce43783cc Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 25 Jul 2023 17:22:38 +0200 Subject: [PATCH] chore(release): v1.23.0 --- CHANGELOG.md | 16 ++++++++++++++++ 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, 23 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6261f9e7b..49505d830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,24 @@ 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.23.0](https://github.com/gradido/gradido/compare/1.22.3...1.23.0) + +- refactor(frontend): add contribution by link information to locales [`#3144`](https://github.com/gradido/gradido/pull/3144) +- fix(admin): user role in admin interface [`#3153`](https://github.com/gradido/gradido/pull/3153) +- feat(backend): 3030 feature role administration backend [`#3074`](https://github.com/gradido/gradido/pull/3074) +- feat(other): iota-tangle-connector sending transaction [`#3132`](https://github.com/gradido/gradido/pull/3132) +- feat(other): proper reporting for failing end-to-end tests [`#3096`](https://github.com/gradido/gradido/pull/3096) +- fix(other): add missing volume for dlt-connector dev docker [`#3134`](https://github.com/gradido/gradido/pull/3134) +- fix(backend): semaphore parallel redeemTransactionLink test [`#3133`](https://github.com/gradido/gradido/pull/3133) +- feat(other): iota-tangle-connector mit Hello World Message als separates Modul [`#3118`](https://github.com/gradido/gradido/pull/3118) +- refactor(database): fix database public key lengths [`#3026`](https://github.com/gradido/gradido/pull/3026) +- refactor(dht): eslint dht import [`#3044`](https://github.com/gradido/gradido/pull/3044) + #### [1.22.3](https://github.com/gradido/gradido/compare/1.22.2...1.22.3) +> 6 July 2023 + +- chore(release): v1.22.3 [`#3131`](https://github.com/gradido/gradido/pull/3131) - fix(backend): corrected email-link [`#3129`](https://github.com/gradido/gradido/pull/3129) #### [1.22.2](https://github.com/gradido/gradido/compare/1.22.1...1.22.2) diff --git a/admin/package.json b/admin/package.json index 8350e146a..3f3d7f2a0 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.3", + "version": "1.23.0", "license": "Apache-2.0", "private": false, "scripts": { diff --git a/backend/package.json b/backend/package.json index c03acf1ed..fece0561c 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "gradido-backend", - "version": "1.22.3", + "version": "1.23.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 7d71883fc..ed30caed0 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "gradido-database", - "version": "1.22.3", + "version": "1.23.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 0f6ad0054..7df11ffa9 100644 --- a/dht-node/package.json +++ b/dht-node/package.json @@ -1,6 +1,6 @@ { "name": "gradido-dht-node", - "version": "1.22.3", + "version": "1.23.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 c1db08f69..9846d324c 100644 --- a/federation/package.json +++ b/federation/package.json @@ -1,6 +1,6 @@ { "name": "gradido-federation", - "version": "1.22.3", + "version": "1.23.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 d60cea047..e53903951 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.22.3", + "version": "1.23.0", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index 78f6f4bc7..0bca9d82c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.22.3", + "version": "1.23.0", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",