diff --git a/CHANGELOG.md b/CHANGELOG.md index 48eeff9a9..53aa4a9e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,48 @@ 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.9.0](https://github.com/gradido/gradido/compare/1.8.3...1.9.0) + +- refactor: 🍰 Refactor To `filters` Object And Rename Filters Properties [`#1914`](https://github.com/gradido/gradido/pull/1914) +- refactor register button position [`#1964`](https://github.com/gradido/gradido/pull/1964) +- fixed redeem link is mobile start false [`#1958`](https://github.com/gradido/gradido/pull/1958) +- 1951 remove back link and remove gray box [`#1959`](https://github.com/gradido/gradido/pull/1959) +- 1952 change footer icons color an remove save login [`#1955`](https://github.com/gradido/gradido/pull/1955) +- fix: License should be a valid SPDX license expression [`#1954`](https://github.com/gradido/gradido/pull/1954) +- refactor: 🍰 Refactor THX Page – 2. Step [`#1858`](https://github.com/gradido/gradido/pull/1858) +- fix: Add Timezone to Decay Start Block [`#1931`](https://github.com/gradido/gradido/pull/1931) +- devops: Update License in all package.json [`#1925`](https://github.com/gradido/gradido/pull/1925) +- docu: Creation Flowchart [`#1918`](https://github.com/gradido/gradido/pull/1918) +- refactor: Use Logger Categories [`#1912`](https://github.com/gradido/gradido/pull/1912) +- 1883 remove the animated coins in the profile settings [`#1946`](https://github.com/gradido/gradido/pull/1946) +- 1942 replace pictures for carousel [`#1943`](https://github.com/gradido/gradido/pull/1943) +- 1933 auth footer is not on one level [`#1941`](https://github.com/gradido/gradido/pull/1941) +- 1929 styling new template for password component [`#1935`](https://github.com/gradido/gradido/pull/1935) +- 1926 button concept for gradido template [`#1927`](https://github.com/gradido/gradido/pull/1927) +- 1916 remove select language from register form [`#1930`](https://github.com/gradido/gradido/pull/1930) +- rename files from auth folder, rule vue name = name files [`#1937`](https://github.com/gradido/gradido/pull/1937) +- Add files Bild_1_2400.jpg [`#1945`](https://github.com/gradido/gradido/pull/1945) +- Bilder fΓΌr Slider [`#1940`](https://github.com/gradido/gradido/pull/1940) +- contribution analysis of elopage and concept proposal [`#1917`](https://github.com/gradido/gradido/pull/1917) +- 1676 feature federation technical concept [`#1711`](https://github.com/gradido/gradido/pull/1711) +- more details about Windows installation [`#1842`](https://github.com/gradido/gradido/pull/1842) +- Concept to Introduce Gradido ID [`#1797`](https://github.com/gradido/gradido/pull/1797) +- first draft of concept event protocol [`#1796`](https://github.com/gradido/gradido/pull/1796) +- 1682 new design for the login and registration area [`#1693`](https://github.com/gradido/gradido/pull/1693) +- fix: Database Connection Charset to utf8mb4_unicode_ci [`#1915`](https://github.com/gradido/gradido/pull/1915) +- refactor: 🍰 Create Filter Object in GQL And Rename Args [`#1860`](https://github.com/gradido/gradido/pull/1860) +- feat: 🍰 Improve Apollo Logging [`#1859`](https://github.com/gradido/gradido/pull/1859) +- Add files via upload [`#1903`](https://github.com/gradido/gradido/pull/1903) +- 🍰 Hide Pagenation On Short Transactionlist [`#1875`](https://github.com/gradido/gradido/pull/1875) +- 🍰 Ignore macOS .DS_Store Files [`#1902`](https://github.com/gradido/gradido/pull/1902) +- pre I from #1682, add images, svg for new styling [`#1900`](https://github.com/gradido/gradido/pull/1900) +- add browserstack logo image [`#1888`](https://github.com/gradido/gradido/pull/1888) + #### [1.8.3](https://github.com/gradido/gradido/compare/1.8.2...1.8.3) +> 13 May 2022 + +- Release 1.8.3 [`#1899`](https://github.com/gradido/gradido/pull/1899) - Checkbox [`#1894`](https://github.com/gradido/gradido/pull/1894) - fix: Count Deprecated Links as Well [`#1892`](https://github.com/gradido/gradido/pull/1892) diff --git a/admin/package.json b/admin/package.json index c649ca752..e36308fd9 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.8.3", + "version": "1.9.0", "license": "Apache-2.0", "private": false, "scripts": { diff --git a/backend/package.json b/backend/package.json index ff483a0c6..bd5388632 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "gradido-backend", - "version": "1.8.3", + "version": "1.9.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 7a960994c..50e3bdd78 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "gradido-database", - "version": "1.8.3", + "version": "1.9.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 ae5dca33c..e59ec8140 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.8.3", + "version": "1.9.0", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index b607c476d..3d5bc51b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.8.3", + "version": "1.9.0", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",