From 05d8ecf35d9b5f13061b67cfe519e1d06c36e83a Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 12 Aug 2021 15:09:06 +0200 Subject: [PATCH] Release v1.3.0 --- CHANGELOG.md | 25 ++++++++++++++++++++++++- frontend/package.json | 2 +- package.json | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6323b17..0d1be0173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,38 @@ 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.3.0](https://github.com/gradido/gradido/compare/1.2.1...1.3.0) + +- update code for correct transactions listening [`#725`](https://github.com/gradido/gradido/pull/725) +- bugfix: change to new frontend passwort reset [`#724`](https://github.com/gradido/gradido/pull/724) +- feat: Add Pagination Buttons to GDT Transaction List [`#716`](https://github.com/gradido/gradido/pull/716) +- fix bug, change statment from transaction infbox [`#712`](https://github.com/gradido/gradido/pull/712) +- 650-display of the gdt transactions [`#687`](https://github.com/gradido/gradido/pull/687) +- Login-Server bug fix, allow names with 2 characters also [`#714`](https://github.com/gradido/gradido/pull/714) +- Apollo sendCoins via Login-Server [`#699`](https://github.com/gradido/gradido/pull/699) +- increase coverage to 34% [`#700`](https://github.com/gradido/gradido/pull/700) +- mobile friendly, add text, change text [`#683`](https://github.com/gradido/gradido/pull/683) +- Css color input error [`#646`](https://github.com/gradido/gradido/pull/646) +- Apollo gdt [`#686`](https://github.com/gradido/gradido/pull/686) +- Backend Setup [`#584`](https://github.com/gradido/gradido/pull/584) +- text-size in textarea and font-variante if focus [`#677`](https://github.com/gradido/gradido/pull/677) +- 680 app large maximum width [`#681`](https://github.com/gradido/gradido/pull/681) +- linting, server is working [`34b30b2`](https://github.com/gradido/gradido/commit/34b30b216b6fafcb5b686d4b023b05f2e9766bdf) +- server stack seems to work. Graphql does not load properly yet [`43f7cf8`](https://github.com/gradido/gradido/commit/43f7cf87679713d436a64d569d6af1594a12ee33) +- initial commit, base packages [`fdf0979`](https://github.com/gradido/gradido/commit/fdf0979830fece04208a6b3bb06bb5323a3c149b) + #### [1.2.1](https://github.com/gradido/gradido/compare/1.2.0...1.2.1) +> 22 July 2021 + +- release 1.2.1 [`#670`](https://github.com/gradido/gradido/pull/670) - exchange positions of decay in transaction in old frontend [`#662`](https://github.com/gradido/gradido/pull/662) - fix unneccessary migration run on fresh (docker) setup [`#654`](https://github.com/gradido/gradido/pull/654) - move back decay as standalone transaction in old frontend [`#656`](https://github.com/gradido/gradido/pull/656) - fix display error with creation [`#652`](https://github.com/gradido/gradido/pull/652) +- release [`a0b8056`](https://github.com/gradido/gradido/commit/a0b8056c17b22570a1b1dbb6fa6ce71e561b04af) - update content for frontend [`d37ce09`](https://github.com/gradido/gradido/commit/d37ce0949ef97d2a6c6ffaf0be31db9f6d92e743) - exchange positions [`bc000ef`](https://github.com/gradido/gradido/commit/bc000efd87c9701480c4aeaa7b819ab49bfe8f01) -- update init db dataset [`ca4ef82`](https://github.com/gradido/gradido/commit/ca4ef82b874185f3d93acf8d1fca9ad6d3dadcaf) #### [1.2.0](https://github.com/gradido/gradido/compare/1.1.1...1.2.0) diff --git a/frontend/package.json b/frontend/package.json index e29c6647c..76d2bef45 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.2.1", + "version": "1.3.0", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index b1fe084f9..8726eb9ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.2.1", + "version": "1.3.0", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",