diff --git a/CHANGELOG.md b/CHANGELOG.md index 40685fd4a..53376946c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,27 @@ 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.7.1](https://github.com/gradido/gradido/compare/1.7.0...1.7.1) + +- fix: Localize Dates on Redeem Transaction Link Page [`#1720`](https://github.com/gradido/gradido/pull/1720) +- fix: Round Virtual Transaction Link Transaction [`#1718`](https://github.com/gradido/gradido/pull/1718) +- larger icon and deacy information if center [`#1719`](https://github.com/gradido/gradido/pull/1719) +- Fix: restore script load correct .env [`#1717`](https://github.com/gradido/gradido/pull/1717) +- fix-disbled-button-if-totalBalance [`#1716`](https://github.com/gradido/gradido/pull/1716) +- icon droplet-halflarger and correctly positioned [`#1713`](https://github.com/gradido/gradido/pull/1713) +- fix: Clean up Registration Flow [`#1709`](https://github.com/gradido/gradido/pull/1709) +- 1703 submit button disabled when total amount to submit is minus [`#1705`](https://github.com/gradido/gradido/pull/1705) +- add extra disabled variable for send emit, disabled send by emit [`#1704`](https://github.com/gradido/gradido/pull/1704) +- Fix: Correct calculation of decay [`#1699`](https://github.com/gradido/gradido/pull/1699) +- Fix: Allow sending of more then half of my wealth via link [`#1700`](https://github.com/gradido/gradido/pull/1700) +- feat: Seed Creations Months Ago From Now [`#1702`](https://github.com/gradido/gradido/pull/1702) +- Fix: Frontend show proper error message on failed send [`#1701`](https://github.com/gradido/gradido/pull/1701) + #### [1.7.0](https://github.com/gradido/gradido/compare/1.6.6...1.7.0) +> 30 March 2022 + +- v1.7.0 [`#1698`](https://github.com/gradido/gradido/pull/1698) - folder for new style images [`#1694`](https://github.com/gradido/gradido/pull/1694) - fix: No Email Exposed on Forgot Password [`#1696`](https://github.com/gradido/gradido/pull/1696) - fix: No Decay Calculation in Frontend [`#1692`](https://github.com/gradido/gradido/pull/1692) diff --git a/admin/package.json b/admin/package.json index cc4702b4c..ae1f1c305 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.7.0", + "version": "1.7.1", "license": "MIT", "private": false, "scripts": { diff --git a/backend/package.json b/backend/package.json index b2086c8d7..3c4066d6b 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "gradido-backend", - "version": "1.7.0", + "version": "1.7.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 0ee937774..a1aed2558 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "gradido-database", - "version": "1.7.0", + "version": "1.7.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 28ac5bd95..d88430474 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.7.0", + "version": "1.7.1", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index 0f95ccd83..2ff37c71a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.7.0", + "version": "1.7.1", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",