chore(release): 27.4.10

This commit is contained in:
Steffen Jost 2023-06-19 23:24:42 +00:00
parent 4956e6bf57
commit 480ca55a38
6 changed files with 14 additions and 5 deletions

View File

@ -2,6 +2,15 @@
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.4.10](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.4.9...v27.4.10) (2023-06-19)
### Bug Fixes
* **lint:** remove redundant parenthesis ([4956e6b](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/4956e6bf57458a5e76efc582f6127b84a055c4de))
* **test:** resepct uniqueness for ldap primary keys ([d1badf1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/d1badf16fc9c45ee547ec1e3fe677e16645683f0))
* **test:** resepect uniqueness for ldap, 2nd attempt ([d06448a](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/d06448a4a8c194368c077d5ca7bf8d0feca86d60))
## [27.4.9](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.4.8...v27.4.9) (2023-06-07) ## [27.4.9](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.4.8...v27.4.9) (2023-06-07)
## [27.4.8](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.4.7...v27.4.8) (2023-06-03) ## [27.4.8](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v27.4.7...v27.4.8) (2023-06-03)

View File

@ -1,3 +1,3 @@
{ {
"version": "27.4.9" "version": "27.4.10"
} }

View File

@ -1,3 +1,3 @@
{ {
"version": "27.4.9" "version": "27.4.10"
} }

2
package-lock.json generated
View File

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

View File

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

View File

@ -1,5 +1,5 @@
name: uniworx name: uniworx
version: 27.4.9 version: 27.4.10
dependencies: dependencies:
- base - base
- yesod - yesod