From 9cebe7ac56c5b8b2912a83a853bec271685107c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 11 May 2023 19:02:40 +0200 Subject: [PATCH] Bump version to 1.9.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 7 +++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 955ec096f..183c7d8a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.9.2 + +### Fixed + +- fix: Properly overwrite z-index of datepicker above modal [#4665](https://github.com/nextcloud/deck/pull/4665) + + ## 1.9.1 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index e2ae2648e..b8e5d9de5 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.9.1 + 1.9.2 agpl Julius Härtl diff --git a/package.json b/package.json index ea8a51cf7..27c3aada9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.9.1", + "version": "1.9.2", "authors": [ { "name": "Julius Härtl",