diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb80ceb6..5465db54c 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. +## [26.2.2](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.2.1...v26.2.2) (2022-07-16) + + +### Bug Fixes + +* **build:** remove redundant import ([a35341d](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/a35341d4b77bb564bd026073915b986eacd65bd8)) +* **build:** tests were overzealous ([ed3ca8c](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/ed3ca8c3d6949c22a3918f3b1832ea06e1300cf7)) +* **datetime:** remove redundant constraints ([9258ba7](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/9258ba766577a4a573ab70f87bdaaa38ad674ea6)) +* **print-center:** fix syntax ([957bf4c](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/957bf4c966cfd4bccd7da443d02de559f58dc703)) + ## [26.2.1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.2.0...v26.2.1) (2022-06-30) ## [26.2.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.1.4...v26.2.0) (2022-06-28) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index 5c99646c9..562b68081 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "26.2.1" + "version": "26.2.2" } diff --git a/nix/docker/version.json b/nix/docker/version.json index 5c99646c9..562b68081 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "26.2.1" + "version": "26.2.2" } diff --git a/package-lock.json b/package-lock.json index 23765dee0..f834f08e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "26.2.1", + "version": "26.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1b23524e0..696321e39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "26.2.1", + "version": "26.2.2", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 9391c68ad..58c2be89f 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 26.2.1 +version: 26.2.2 dependencies: - base - yesod @@ -146,7 +146,7 @@ dependencies: - wai-middleware-prometheus - extended-reals - rfc5051 - - unidecode + - unidecode - pandoc - pandoc-types - insert-ordered-containers