chore(release): 25.21.24

This commit is contained in:
Steffen Jost 2022-01-07 17:57:09 +01:00
parent 3453fc3459
commit a911c01c05
6 changed files with 13 additions and 5 deletions

View File

@ -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. 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.24](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.21.23...v25.21.24) (2022-01-07)
### Bug Fixes
* **mail:** add debug info why setting reply to instead of sender does not work ([3453fc3](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/3453fc34598581f88dd5696fd28ddd726b389ed1))
* **user:** display name may omit hyphenated given name parts ([ddb1a15](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/ddb1a15c183f25b81153baaec51033e32436e98b))
## [25.21.23](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.21.22...v25.21.23) (2022-01-06) ## [25.21.23](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.21.22...v25.21.23) (2022-01-06)

View File

@ -1,3 +1,3 @@
{ {
"version": "25.21.23" "version": "25.21.24"
} }

View File

@ -1,3 +1,3 @@
{ {
"version": "25.21.23" "version": "25.21.24"
} }

2
package-lock.json generated
View File

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

View File

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

View File

@ -1,5 +1,5 @@
name: uniworx name: uniworx
version: 25.21.23 version: 25.21.24
dependencies: dependencies:
- base - base
- yesod - yesod