From 46096dc35f68128d721f658012cf1040f76e628e Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 28 Oct 2019 11:27:50 +0100 Subject: [PATCH] chore(release): 7.19.2 --- 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 1fa57179b..3eb57a932 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.19.2](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.19.1...v7.19.2) (2019-10-28) + + +### Bug Fixes + +* **datepicker:** fix for empty or browser-filled inputs ([3c24e5f](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/3c24e5f)) + + + ### [7.19.1](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.19.0...v7.19.1) (2019-10-25) diff --git a/package-lock.json b/package-lock.json index fd2a7eb32..05990c127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.19.1", + "version": "7.19.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b6b5193fa..2803e4270 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.19.1", + "version": "7.19.2", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index ba6557033..8a382e645 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 7.19.1 +version: 7.19.2 dependencies: - base >=4.9.1.0 && <5