chore(release): 27.1.1

This commit is contained in:
Steffen Jost 2023-03-27 17:39:52 +02:00
parent 18298e53a6
commit 77b65bd348
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.
## [27.1.1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.1.0...v27.1.1) (2023-03-27)
### Bug Fixes
* **email:** reenable ldap logins with invalid email addresses (missing mail field problem) ([88a85bb](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/88a85bb5b63470a0fb117a67cbf8c597c96f6904))
* **lms:** mark expired learners as ended with status expired ([db9ffa1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/db9ffa18302bf56649466ed78b5040f3c46e5e09))
## [27.1.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.29...v27.1.0) (2023-03-23) ## [27.1.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.0.29...v27.1.0) (2023-03-23)

View File

@ -1,3 +1,3 @@
{ {
"version": "27.1.0" "version": "27.1.1"
} }

View File

@ -1,3 +1,3 @@
{ {
"version": "27.1.0" "version": "27.1.1"
} }

2
package-lock.json generated
View File

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

View File

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

View File

@ -1,5 +1,5 @@
name: uniworx name: uniworx
version: 27.1.0 version: 27.1.1
dependencies: dependencies:
- base - base
- yesod - yesod