From 78a780568a9d3ec1b7052ce91fb11b8b9248c684 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 15 Dec 2022 17:07:35 +0100 Subject: [PATCH] feat(release): version 1.16.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ admin/package.json | 2 +- backend/package.json | 2 +- database/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- 6 files changed, 27 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b71ea03..19957a309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,30 @@ 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.16.0](https://github.com/gradido/gradido/compare/1.15.0...1.16.0) + +- refactor(backend): cleaning user related old password junk [`#2426`](https://github.com/gradido/gradido/pull/2426) +- fix(database): consistent transaction table [`#2453`](https://github.com/gradido/gradido/pull/2453) +- refactor(backend): dissolve admin resolver [`#2416`](https://github.com/gradido/gradido/pull/2416) +- fix(backend): email verification code never expired [`#2418`](https://github.com/gradido/gradido/pull/2418) +- fix(database): consistent deleted at bewteen users and user contacts [`#2451`](https://github.com/gradido/gradido/pull/2451) +- feat(backend): log client timezone offset [`#2454`](https://github.com/gradido/gradido/pull/2454) +- refactor(backend): refactor more emails to translatables [`#2398`](https://github.com/gradido/gradido/pull/2398) +- fix(backend): delete / undelete email contact as well [`#2444`](https://github.com/gradido/gradido/pull/2444) +- feat(backend): 🍰 Mark creation via link [`#2363`](https://github.com/gradido/gradido/pull/2363) +- fix(backend): run all timers for high values [`#2452`](https://github.com/gradido/gradido/pull/2452) +- fix(backend): critical bug [`#2443`](https://github.com/gradido/gradido/pull/2443) +- fix(other): missing files for docker production build [`#2442`](https://github.com/gradido/gradido/pull/2442) +- fix(frontend): in contribution messages formular a message can be send twice, when clicking the submit button fast [`#2424`](https://github.com/gradido/gradido/pull/2424) +- fix(backend): wrong month for contribution near turn of month [`#2201`](https://github.com/gradido/gradido/pull/2201) +- feat(backend): add federation config properties [`#2374`](https://github.com/gradido/gradido/pull/2374) +- fix(backend): moved all jest & type-definition related packages into the `devDependencies` section [`#2385`](https://github.com/gradido/gradido/pull/2385) + #### [1.15.0](https://github.com/gradido/gradido/compare/1.14.1...1.15.0) +> 26 November 2022 + +- chore(release): v1.15.0 [`#2425`](https://github.com/gradido/gradido/pull/2425) - fix(database): wrong balance and decay values [`#2423`](https://github.com/gradido/gradido/pull/2423) - fix(backend): wrong balance after transaction receive [`#2422`](https://github.com/gradido/gradido/pull/2422) - feat(other): feature gradido roadmap [`#2301`](https://github.com/gradido/gradido/pull/2301) diff --git a/admin/package.json b/admin/package.json index 75800a526..58eb48d09 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.15.0", + "version": "1.16.0", "license": "Apache-2.0", "private": false, "scripts": { diff --git a/backend/package.json b/backend/package.json index c6b3dabc2..4e34ca566 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "gradido-backend", - "version": "1.15.0", + "version": "1.16.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 abc7789c4..0c69941b4 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "gradido-database", - "version": "1.15.0", + "version": "1.16.0", "description": "Gradido Database Tool to execute database migrations", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/database", diff --git a/frontend/package.json b/frontend/package.json index 6f1474521..35c5437f4 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.15.0", + "version": "1.16.0", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index 22f444155..a4bedfdf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.15.0", + "version": "1.16.0", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",