From 42c01d7c3b93194d96aefdd7413daf14af749b29 Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Sun, 29 May 2022 22:39:56 +0200 Subject: [PATCH] changes for 1.6.3 Signed-off-by: Luka Trovic --- CHANGELOG.md | 10 ++++++++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 719083956..d6874d737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.6.3 + +### Fixed + +- Align Duedate-delete icon properly - fixes nextcloud/deck#3791 [#3816](https://github.com/nextcloud/deck/pull/3816) +- Increase file count after sharing [#3805](https://github.com/nextcloud/deck/pull/3805) +- Show cards after moving into another list [#3795](https://github.com/nextcloud/deck/pull/3795) +- Fetch full board data after cloning [#3780](https://github.com/nextcloud/deck/pull/3780) +- Handle qb mapper exception messages properly [#3770](https://github.com/nextcloud/deck/pull/3770) + ## 1.6.2 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 075d59010..88db9eba9 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.6.2 + 1.6.3 agpl Julius Härtl Deck diff --git a/package-lock.json b/package-lock.json index eeefaf30a..838d66aff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "deck", - "version": "1.6.0", + "version": "1.6.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 88de870fc..1cc143886 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.6.2", + "version": "1.6.3", "authors": [ { "name": "Julius Härtl",