From 9bb2586c1e959b787b9ec44907dc07a0a51e1292 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Thu, 21 Sep 2023 14:32:57 +0000 Subject: [PATCH] chore(release): 27.4.36 --- CHANGELOG.md | 7 +++++++ nix/docker/version.json | 2 +- package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 225e7ee08..2292c68d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.36](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.4.34...v27.4.36) (2023-09-21) + + +### Bug Fixes + +* **lms:** treat simultaneous blocks/unblocks correctly ([11752dc](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/11752dc5ac96f36ebf9a4cad43fa4e4b55c1b21c)) + ## [27.4.35](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t27.4.34...t27.4.35) (2023-09-21) ## [27.4.34](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t27.4.33...t27.4.34) (2023-09-21) diff --git a/nix/docker/version.json b/nix/docker/version.json index 4efd4d36f..fa92fb1f7 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "27.4.35" + "version": "27.4.36" } diff --git a/package-lock.json b/package-lock.json index d2111836e..90d812445 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.35", + "version": "27.4.36", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 441aae286..0f8457c4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.35", + "version": "27.4.36", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 7d65cae07..2b3b86260 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 27.4.35 +version: 27.4.36 dependencies: - base - yesod