chore(release): 27.0.22

This commit is contained in:
Steffen Jost 2023-02-10 13:28:22 +01:00
parent bf466c688d
commit cefbfad00d
6 changed files with 15 additions and 5 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.
## [27.0.22](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.21...v27.0.22) (2023-02-10)
### Bug Fixes
* **avs:** strip trailing whitespace from avs names upon import only ([d47e8c4](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/d47e8c4909f0f8a7a3f84b8beae4b5d4e223dcff))
* **ldap:** improve debug message ([9fafb0b](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/9fafb0b7c3a13209be8a8d37c0c99c46608c9a81))
* **lms:** lms admin renew pin actions were ignored ([242dd0b](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/242dd0b8d46566e67d9a9e75c6f35650cd6da27e))
* **supervisors:** reroute to non-avs supervisors too ([1cc6240](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/1cc62403541404e4ab4c448841ff5fa0da508ce8))
## [27.0.21](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.20...v27.0.21) (2023-02-07) ## [27.0.21](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.20...v27.0.21) (2023-02-07)

View File

@ -1,3 +1,3 @@
{ {
"version": "27.0.21" "version": "27.0.22"
} }

View File

@ -1,3 +1,3 @@
{ {
"version": "27.0.21" "version": "27.0.22"
} }

2
package-lock.json generated
View File

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

View File

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

View File

@ -1,5 +1,5 @@
name: uniworx name: uniworx
version: 27.0.21 version: 27.0.22
dependencies: dependencies:
- base - base
- yesod - yesod