From 9a63bebe1b33efde8b959565fd0d4e8f654934dd Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Wed, 30 Aug 2023 15:44:15 +0000 Subject: [PATCH] chore(release): 27.4.24 --- 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 b1fd6509f..972785b8f 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.24](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t27.4.23...t27.4.24) (2023-08-30) + + +### Bug Fixes + +* **lms:** filter by status ([a74c3d8](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/a74c3d80cada4f9d224365727dab9676cc905f54)) +* **lms:** negate learner locking condition ([a452b03](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/a452b032c43dbdfd086ffa4793c83ecc32c450f8)) + ## [27.4.23](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t27.4.22...t27.4.23) (2023-08-29) ## [27.4.22](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/t27.4.21...t27.4.22) (2023-08-29) diff --git a/nix/docker/version.json b/nix/docker/version.json index bf1720684..920cfc5b4 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "27.4.23" + "version": "27.4.24" } diff --git a/package-lock.json b/package-lock.json index dea40a5ab..83ab594d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.23", + "version": "27.4.24", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 15e92ebc3..2da88b1a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.23", + "version": "27.4.24", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index cfdb4d8cc..c7aa901e7 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 27.4.23 +version: 27.4.24 dependencies: - base - yesod