From e85c3f089f0a87db033f600b1a567b86d5facd48 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 19 May 2020 10:52:15 +0200 Subject: [PATCH] chore(release): 16.5.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a954444..73b09800d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [16.5.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v16.4.2...v16.5.0) (2020-05-19) + + +### Bug Fixes + +* **i18n:** missing translations ([d0ce45b](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/d0ce45b)) +* broken dom ([02e8825](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/02e8825)) +* **serversession-backend-memcached:** don't throw on deleteSession ([bcd3e46](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/bcd3e46)) +* **submissions:** off-by-one when isLecturer ([01e61f9](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/01e61f9)) + + +### Features + +* **exams:** show number of registrations to course admins ([ec020c5](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/ec020c5)) +* **faq:** exam-points ([aebc05d](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/aebc05d)), closes [#595](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/issues/595) +* **forms:** improve field labeling & error reporting ([3820b45](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/3820b45)), closes [#588](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/issues/588) +* **util-registry:** ensure specific start ordering ([baf8b18](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/baf8b18)), closes [#587](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/issues/587) + + + ### [16.4.2](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v16.4.1...v16.4.2) (2020-05-13) diff --git a/package-lock.json b/package-lock.json index 45e4c2beb..aac51a6bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "16.4.2", + "version": "16.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 80d2349b3..7d17844bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "16.4.2", + "version": "16.5.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index f563ad048..3d35d0ade 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 16.4.2 +version: 16.5.0 dependencies: - base