From a0f2789a0a9de9b9ddaf6a330889bae4cabc914a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 5 Oct 2019 11:45:03 +0200 Subject: [PATCH] chore(release): 7.8.4 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9998891ee..129e2a4de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +### [7.8.4](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.8.3...v7.8.4) (2019-10-05) + + +### Bug Fixes + +* **course-user:** handle allocations when deregistering single users ([ef5bb70](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/ef5bb70)) + + + ### [7.8.3](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.8.2...v7.8.3) (2019-10-05) diff --git a/package-lock.json b/package-lock.json index 49eaf1e2e..600cec1e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.8.3", + "version": "7.8.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2798dfaa3..8a3f15101 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.8.3", + "version": "7.8.4", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index de6499070..15f6120d7 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 7.8.3 +version: 7.8.4 dependencies: - base >=4.9.1.0 && <5