From 967341fa1e7f5b9344ff4781d056b95a80826cd3 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Tue, 19 Sep 2023 18:32:14 +0000 Subject: [PATCH] chore(release): 27.4.32 --- CHANGELOG.md | 8 ++++++++ nix/docker/version.json | 2 +- package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 811e4dbd0..3330f2234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [27.4.32](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t27.4.31...t27.4.32) (2023-09-19) + + +### Bug Fixes + +* **lms:** ensure lms uniqueness across all qualifications ([b85c8bd](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/b85c8bd74f8db526fb1cbb43ff12a24b93c07eb3)) +* **lms:** simultaneous block/unblock lets unblock win in all situations ([ecd1a0f](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/ecd1a0fc210d1340bff5c79d8bb676a47654b509)) + ## [27.4.31](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t27.4.30...t27.4.31) (2023-09-13) ## [27.4.30](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t27.4.29...t27.4.30) (2023-09-11) diff --git a/nix/docker/version.json b/nix/docker/version.json index 15ac68518..e61d49618 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "27.4.31" + "version": "27.4.32" } diff --git a/package-lock.json b/package-lock.json index b2dbec2c2..57ed63c57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.31", + "version": "27.4.32", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ac550caf3..f04b577ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.31", + "version": "27.4.32", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 9889453b6..3ebb698f7 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 27.4.31 +version: 27.4.32 dependencies: - base - yesod