From b413f28959a74f2b33672a4e0abfe3971b6b3487 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Thu, 23 Mar 2023 08:54:35 +0100 Subject: [PATCH] chore(release): 27.1.0 --- CHANGELOG.md | 14 ++++++++++++++ nix/docker/demo-version.json | 2 +- nix/docker/version.json | 2 +- package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 6 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b9bb07b2..d134a3c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.1.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.29...v27.1.0) (2023-03-23) + + +### Features + +* **course:** associate qualifications with courses ([ffaaf9c](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/ffaaf9c86d5caa7eaec2d2bcd06bc6963310a7eb)) + + +### Bug Fixes + +* **acs:** fix overzealous avs error catching resulting in unnecessary error messages ([fa5fd98](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/fa5fd98619895191156d19a77897342e247c531e)) +* **html:** use non-breakable dash in menu and column translations ([56c3c8f](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/56c3c8fe40bffec2c83f085ed5afae9af06b9d2f)) +* **profile:** email validation inverted ([799f1fe](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/799f1fe184276aea2eb3659e5d439cd76f4ca4d8)) + ## [27.0.29](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.28...v27.0.29) (2023-03-13) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index f33b0bdad..9d83e11fc 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "27.0.29" + "version": "27.1.0" } diff --git a/nix/docker/version.json b/nix/docker/version.json index f33b0bdad..9d83e11fc 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "27.0.29" + "version": "27.1.0" } diff --git a/package-lock.json b/package-lock.json index e8a2c6e0d..22fb46b91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.0.29", + "version": "27.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c60cdca56..bc1693f31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.0.29", + "version": "27.1.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 403d15d3f..1bbfcb649 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 27.0.29 +version: 27.1.0 dependencies: - base - yesod