From 24837ec8aea1679b6534185418b47cda5d04b89d Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Fri, 30 Sep 2022 19:40:15 +0200 Subject: [PATCH] chore(release): 26.5.6 --- CHANGELOG.md | 9 +++++++++ nix/docker/demo-version.json | 2 +- nix/docker/version.json | 2 +- package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c5bd79e..23bbb151c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [26.5.6](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.5.5...v26.5.6) (2022-09-30) + + +### Bug Fixes + +* **frontend:** fix typo in navigate-away-prompt ([061349e](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/061349efb0ce65079e01ca9420b1c4eaabf731c2)) +* **lms:** negating unsigned word auditDuration bug squashed ([7b152b6](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/7b152b67edfc20f9d2a5dd3573c2bd52e710ff41)) +* **lms:** prevent duplicated LmsIdents and Letter sending ([1731d22](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/1731d22ba56045fd1c636e2897748faa735053e6)) + ## [26.5.5](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.5.4...v26.5.5) (2022-09-28) ## [26.5.4](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.5.3...v26.5.4) (2022-09-21) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index e3497a42c..9c4b8cd28 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "26.5.5" + "version": "26.5.6" } diff --git a/nix/docker/version.json b/nix/docker/version.json index e3497a42c..9c4b8cd28 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "26.5.5" + "version": "26.5.6" } diff --git a/package-lock.json b/package-lock.json index a08692158..db646b624 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "26.5.5", + "version": "26.5.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9fbc04d27..c34a72047 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "26.5.5", + "version": "26.5.6", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 6a63d3a2f..c75fd8935 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 26.5.5 +version: 26.5.6 dependencies: - base - yesod