diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb3dab66..49fdfd07f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,23 @@ 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.10.1](https://github.com/gradido/gradido/compare/1.10.0...1.10.1) + +- automatic session logout with info modal [`#2001`](https://github.com/gradido/gradido/pull/2001) +- 1910 separate text for the slideshow images. [`#1998`](https://github.com/gradido/gradido/pull/1998) +- Origin/1921 additional parameter checks for createContributionLinks [`#1996`](https://github.com/gradido/gradido/pull/1996) +- add missing locales [`#1999`](https://github.com/gradido/gradido/pull/1999) +- 1906 feature concept for gdd creation per linkqr code [`#1907`](https://github.com/gradido/gradido/pull/1907) +- refactor: 🍰 Not Throwing An Error When Register With Existing Email [`#1962`](https://github.com/gradido/gradido/pull/1962) +- feat: 🍰 Set Role In Admin Interface [`#1974`](https://github.com/gradido/gradido/pull/1974) +- refactor mobile style step 1 [`#1977`](https://github.com/gradido/gradido/pull/1977) +- changed mobil stage picture [`#1995`](https://github.com/gradido/gradido/pull/1995) + #### [1.10.0](https://github.com/gradido/gradido/compare/1.9.0...1.10.0) +> 17 June 2022 + +- release: v1.10.0 [`#1993`](https://github.com/gradido/gradido/pull/1993) - frontend redeem contribution link [`#1988`](https://github.com/gradido/gradido/pull/1988) - change new start picture [`#1990`](https://github.com/gradido/gradido/pull/1990) - feat: Redeem Contribution Link [`#1987`](https://github.com/gradido/gradido/pull/1987) diff --git a/admin/package.json b/admin/package.json index 73d8dd879..50145d44a 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.10.0", + "version": "1.10.1", "license": "Apache-2.0", "private": false, "scripts": { diff --git a/backend/package.json b/backend/package.json index 3675a5eb0..50f26351d 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "gradido-backend", - "version": "1.10.0", + "version": "1.10.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 88885b9fc..23ab63f2b 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "gradido-database", - "version": "1.10.0", + "version": "1.10.1", "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 7bf370802..f51dd8266 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.10.0", + "version": "1.10.1", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index 1ae2e5600..bf8eced01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.10.0", + "version": "1.10.1", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",