chore(release): 26.2.2
This commit is contained in:
parent
ed3ca8c3d6
commit
db48d11ba6
10
CHANGELOG.md
10
CHANGELOG.md
@ -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.
|
||||
|
||||
## [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.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.1.4...v26.2.0) (2022-06-28)
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "26.2.1"
|
||||
"version": "26.2.2"
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "26.2.1"
|
||||
"version": "26.2.2"
|
||||
}
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uni2work",
|
||||
"version": "26.2.1",
|
||||
"version": "26.2.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uni2work",
|
||||
"version": "26.2.1",
|
||||
"version": "26.2.2",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: uniworx
|
||||
version: 26.2.1
|
||||
version: 26.2.2
|
||||
dependencies:
|
||||
- base
|
||||
- yesod
|
||||
@ -146,7 +146,7 @@ dependencies:
|
||||
- wai-middleware-prometheus
|
||||
- extended-reals
|
||||
- rfc5051
|
||||
- unidecode
|
||||
- unidecode
|
||||
- pandoc
|
||||
- pandoc-types
|
||||
- insert-ordered-containers
|
||||
|
||||
Loading…
Reference in New Issue
Block a user