From a732e2633770f6a51f3cc409e6c6cab8b60482a0 Mon Sep 17 00:00:00 2001 From: Steffen Date: Sun, 19 May 2024 09:01:59 +0200 Subject: [PATCH] chore(release): 27.4.62 --- 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 afd2c0769..7fc774b8a 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.62](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.4.61...v27.4.62) (2024-05-19) + + +### Bug Fixes + +* **avs:** avs update on company shorthands working now ([ff2347b](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/ff2347b1c950c7a2bb281cdcd07a52925e23b9f0)) +* **avs:** deal gracefully with empty card status results ([ccf9340](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/ccf934044938277d821eb4b9ea08a8a134e84189)) + ## [27.4.61](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.4.60...v27.4.61) (2024-05-06) diff --git a/nix/docker/version.json b/nix/docker/version.json index 300c444d9..e981bf927 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "27.4.61" + "version": "27.4.62" } diff --git a/package-lock.json b/package-lock.json index 3e36414b4..46a353ffb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.61", + "version": "27.4.62", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fb1d33ae3..26a42c7bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.4.61", + "version": "27.4.62", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index d1d1f632e..390504271 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 27.4.61 +version: 27.4.62 dependencies: - base - yesod