diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f94fba0..56b4c8497 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. +## [25.24.5](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.24.4...v25.24.5) (2022-06-07) + + +### Bug Fixes + +* **build:** add some guards at calls to (%) for issue [#34](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/issues/34) ([d8d75ed](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/d8d75edafef3af6886de3048a566fb85419c1aab)) +* **build:** user basic texlive package with required packages only ([cba748e](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/cba748e94e69e1839432d33d81fa81d4159fd76f)) + ## [25.24.4](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.24.3...v25.24.4) (2022-06-07) ## [25.24.3](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.24.2...v25.24.3) (2022-05-19) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index ff74e9e4a..c8abd7f1f 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "25.24.4" + "version": "25.24.5" } diff --git a/nix/docker/version.json b/nix/docker/version.json index ff74e9e4a..c8abd7f1f 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "25.24.4" + "version": "25.24.5" } diff --git a/package-lock.json b/package-lock.json index 87d6f47f5..1205709c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.24.4", + "version": "25.24.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 844eeadb0..0a86aaf8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "25.24.4", + "version": "25.24.5", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 7cf8fff4f..90563c088 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 25.24.4 +version: 25.24.5 dependencies: - base - yesod