From a299e22816c30aad11b0159f93ca4847c5ab978d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 9 Oct 2019 17:21:35 +0200 Subject: [PATCH] chore(release): 7.11.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3d4d314..0ef86f473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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.11.0](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.10.0...v7.11.0) (2019-10-09) + + +### Bug Fixes + +* hlint ([b0b92b4](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/b0b92b4)) +* **async-table:** fix condition for uw-async-table class ([9a87730](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/9a87730)) +* **async-table:** uw-async-table instead of .uw-async-table ([a5d9bfc](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/a5d9bfc)) +* do not add async-table class to empty tables ([b8e2911](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/b8e2911)) +* **datepicker:** insert datepicker after the form ([b590995](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/b590995)) +* **datepicker:** manually add scroll offset based on scroll target ([3ecf834](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/3ecf834)) +* **datepicker:** no manual positioning; update tail.datetime ([3cd71d6](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/3cd71d6)) + + +### Features + +* **changelog:** bump ([a684b90](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/a684b90)) +* **courses:** course events ([fa7f771](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/fa7f771)) + + + ## [7.10.0](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.9.1...v7.10.0) (2019-10-09) diff --git a/package-lock.json b/package-lock.json index 67f276bd4..59aea76ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.10.0", + "version": "7.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fa0f1433b..bff2e3456 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.10.0", + "version": "7.11.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index d3d6392ae..a0f35a557 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 7.10.0 +version: 7.11.0 dependencies: - base >=4.9.1.0 && <5