diff --git a/CHANGELOG.md b/CHANGELOG.md index 5add38df6..45f221475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ 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.6.3](https://github.com/gradido/gradido/compare/1.6.2...1.6.3) + +- add .btn-outline-secondary in scss [`#1442`](https://github.com/gradido/gradido/pull/1442) +- Profil settings and footer refactor [`#1440`](https://github.com/gradido/gradido/pull/1440) +- profil settings header info refactor style [`cbaa016`](https://github.com/gradido/gradido/commit/cbaa0162b9366e5de722235aeb633908c59bb3e1) +- margin footer refactor, more margin to top [`81b3dc0`](https://github.com/gradido/gradido/commit/81b3dc08ae6f60049feba690132dba37c84ad5c5) + #### [1.6.2](https://github.com/gradido/gradido/compare/1.6.1...1.6.2) +> 8 February 2022 + +- v1.6.2 [`#1438`](https://github.com/gradido/gradido/pull/1438) - updated_changelog_library [`#1437`](https://github.com/gradido/gradido/pull/1437) - admin interface does user have member area [`#1416`](https://github.com/gradido/gradido/pull/1416) - Refactor - Remove community_server [`#1408`](https://github.com/gradido/gradido/pull/1408) diff --git a/admin/package.json b/admin/package.json index 02f9dd556..4d6b13a6c 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.6.2", + "version": "1.6.3", "license": "MIT", "private": false, "scripts": { diff --git a/backend/package.json b/backend/package.json index 349c80553..043dca11d 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "gradido-backend", - "version": "1.6.2", + "version": "1.6.3", "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 3c52b7e72..c9fb01d9b 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "gradido-database", - "version": "1.6.2", + "version": "1.6.3", "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 2bbbeddf3..9b68ba1ce 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.6.2", + "version": "1.6.3", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index 5b202f216..fadbaa1f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.6.2", + "version": "1.6.3", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",