From ca09ce9663cf32f3cea839215165495ad7087691 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Fri, 2 Sep 2022 23:04:24 +0200 Subject: [PATCH] chore(release): 26.3.0 --- CHANGELOG.md | 14 ++++++++++++++ nix/docker/demo-version.json | 2 +- nix/docker/version.json | 2 +- package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 6 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35e55b013..512e873ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.3.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.2.6...v26.3.0) (2022-09-02) + + +### Features + +* **avs:** add extraction functions for avs datatypes and tests ([f8afca0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/f8afca0598d03073e4200ba9c7946eec2b509d04)) +* **utils:** throwLeftWith to facilitate ldap code ([8417eb5](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/8417eb57c9b8324cee81cbd16ff72f6039757a8e)) + + +### Bug Fixes + +* **avs:** incomplete config throws error ([1d3c278](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/1d3c27868277c28350dfb087802bc1f7c6732aeb)) +* build ([7c86293](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/7c8629300529d18554aac0cd66cf6bb13814337e)) + ## [26.2.6](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.2.5...v26.2.6) (2022-08-16) ## [26.2.5](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.2.4...v26.2.5) (2022-07-29) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index 6dae95be9..d29c82bf8 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "26.2.6" + "version": "26.3.0" } diff --git a/nix/docker/version.json b/nix/docker/version.json index 6dae95be9..d29c82bf8 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "26.2.6" + "version": "26.3.0" } diff --git a/package-lock.json b/package-lock.json index 9e23afa3e..22e81e2a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "26.2.6", + "version": "26.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 72b77c45a..bdc386973 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "26.2.6", + "version": "26.3.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 3a15969cc..ca3f97c9a 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 26.2.6 +version: 26.3.0 dependencies: - base - yesod