From a1e942f6bd7df68c0449c8330e105cbcdab24fbe Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 15 Nov 2021 20:36:23 +0100 Subject: [PATCH] chore(release): 25.21.16 --- CHANGELOG.md | 11 +++++++++++ nix/docker/demo-version.json | 2 +- nix/docker/version.json | 2 +- package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 6 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdd7a9404..87e9db781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [25.21.16](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.21.15...v25.21.16) (2021-11-15) + + +### Bug Fixes + +* **build:** no change, just retry merge pipeline ([9e156f4](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/9e156f407d00c85ec5212ca08b4efb446ddee8b0)) +* **health:** correct file path ([6214448](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/621444829e8c51e114f219285fb0ebc7a43a1829)) +* **health:** include compile time instead of version number ([8130eb6](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/8130eb6b7f6a14be6fa6bbab73eb47622736e28e)) +* **release:** ought to fix issue [#4](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/issues/4) faulty version numbers for demo container ([934026f](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/934026fc79e93d2aeb2d46f5697288ee2374e06f)) +* **termidentifier:** rational not working use derived day instances instead ([ecdb22a](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/ecdb22aa613757ee6f0197a2d4191dcb3d603da1)) + ## [25.21.15](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.21.14...v25.21.15) (2021-10-08) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index bb84f587d..8c82396bb 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "0.4.1" + "version": "25.21.16" } diff --git a/nix/docker/version.json b/nix/docker/version.json index aec251e1f..8c82396bb 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "25.21.15" + "version": "25.21.16" } diff --git a/package-lock.json b/package-lock.json index ec1996232..4cc307c18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.21.15", + "version": "25.21.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1fa693fe1..ce44b95c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.21.15", + "version": "25.21.16", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 3f4f22b82..af28d7906 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 25.21.15 +version: 25.21.16 dependencies: - base - yesod