From 16f574f092d83b2d47dd3b08097136cf71274659 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 19 Feb 2020 09:06:16 +0100 Subject: [PATCH] chore(release): 12.0.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 827d76738..56e756db5 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. +## [12.0.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v11.1.1...v12.0.0) (2020-02-19) + + +### Bug Fixes + +* i18n ([3dd6e21](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/3dd6e21)) + + +### Features + +* **exams:** allow mixed ExamGradingMode ([acffe04](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/acffe04)) +* **exams:** improve handling of exam results everywhere ([0e49bc1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/0e49bc1)) + + +### BREAKING CHANGES + +* **exams:** ExamResult now contains ExamResultPassedGrade + + + ### [11.1.1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v11.1.0...v11.1.1) (2020-02-14) diff --git a/package-lock.json b/package-lock.json index 6f264d8a9..453d54e71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "11.1.1", + "version": "12.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3987113d0..1274ad940 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "11.1.1", + "version": "12.0.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index cb054d57a..b097658e8 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 11.1.1 +version: 12.0.0 dependencies: - base