From 116764d07de8b51d1f619291c619940720227258 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Mon, 6 Feb 2023 20:43:40 +0100 Subject: [PATCH] chore(release): 27.0.20 --- CHANGELOG.md | 10 ++++++++++ nix/docker/demo-version.json | 2 +- nix/docker/version.json | 2 +- package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 6 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a41f43b..ba71e36ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.0.20](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.19...v27.0.20) (2023-02-06) + + +### Bug Fixes + +* **build:** weird build error, probably whitespace in routes ([11cc45a](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/11cc45aacf0546a24498b01a896aa58fd28150a0)) +* **letter:** email wrapper for renewal letter reinstated in full again ([1c02b85](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/1c02b85fa256302b01c18baa64c8d0b7f9ffb671)) +* **sap:** do not export e-accounts ([086e49e](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/086e49e2ae126f6acb9be774b0351d37443c31d8)) +* **user:** check reachability by post or email did not account for department ([ed147db](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/ed147dbd20b89d32281dbcaed3a1ba7cb00c347b)) + ## [27.0.19](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.18...v27.0.19) (2023-01-27) ## [27.0.18](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.17...v27.0.18) (2023-01-25) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index e3f82320d..162489c69 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "27.0.19" + "version": "27.0.20" } diff --git a/nix/docker/version.json b/nix/docker/version.json index e3f82320d..162489c69 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "27.0.19" + "version": "27.0.20" } diff --git a/package-lock.json b/package-lock.json index 8f0e38252..7928ad408 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.0.19", + "version": "27.0.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 12c51d31d..815b0475a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "27.0.19", + "version": "27.0.20", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 2ce9b059e..29eea5b69 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 27.0.19 +version: 27.0.20 dependencies: - base - yesod