From 65318c4498ca509be82c617db813f350db4bdd92 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 13 Sep 2022 13:37:30 +0200 Subject: [PATCH] release: Version 1.12.1 --- CHANGELOG.md | 7 +++++++ admin/package.json | 2 +- backend/package.json | 2 +- database/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 352286e45..46a704739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.12.1](https://github.com/gradido/gradido/compare/1.12.0...1.12.1) + +- fix: 🍰 Show Not Icons In `allContribution` List [`#2195`](https://github.com/gradido/gradido/pull/2195) + #### [1.12.0](https://github.com/gradido/gradido/compare/1.11.0...1.12.0) +> 12 September 2022 + +- release: v1.12.0 [`#2191`](https://github.com/gradido/gradido/pull/2191) - if message empty else disabled button [`#2189`](https://github.com/gradido/gradido/pull/2189) - messages show if Confirmed [`#2185`](https://github.com/gradido/gradido/pull/2185) - text in messages smaller [`#2186`](https://github.com/gradido/gradido/pull/2186) diff --git a/admin/package.json b/admin/package.json index f31b43bbd..f56ae0a87 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.12.0", + "version": "1.12.1", "license": "Apache-2.0", "private": false, "scripts": { diff --git a/backend/package.json b/backend/package.json index b826183b6..2a054314f 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "gradido-backend", - "version": "1.12.0", + "version": "1.12.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 40e5d0294..cabb1b47a 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "gradido-database", - "version": "1.12.0", + "version": "1.12.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 b3832b080..011193b58 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.12.0", + "version": "1.12.1", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index 519c1b59c..8bc24d402 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.12.0", + "version": "1.12.1", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",