chore(release): 26.2.2

This commit is contained in:
Steffen Jost 2022-07-16 12:52:29 +02:00
parent ed3ca8c3d6
commit db48d11ba6
6 changed files with 16 additions and 6 deletions

View File

@ -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. 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.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) ## [26.2.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.1.4...v26.2.0) (2022-06-28)

View File

@ -1,3 +1,3 @@
{ {
"version": "26.2.1" "version": "26.2.2"
} }

View File

@ -1,3 +1,3 @@
{ {
"version": "26.2.1" "version": "26.2.2"
} }

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "uni2work", "name": "uni2work",
"version": "26.2.1", "version": "26.2.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "uni2work", "name": "uni2work",
"version": "26.2.1", "version": "26.2.2",
"description": "", "description": "",
"keywords": [], "keywords": [],
"author": "", "author": "",

View File

@ -1,5 +1,5 @@
name: uniworx name: uniworx
version: 26.2.1 version: 26.2.2
dependencies: dependencies:
- base - base
- yesod - yesod
@ -146,7 +146,7 @@ dependencies:
- wai-middleware-prometheus - wai-middleware-prometheus
- extended-reals - extended-reals
- rfc5051 - rfc5051
- unidecode - unidecode
- pandoc - pandoc
- pandoc-types - pandoc-types
- insert-ordered-containers - insert-ordered-containers