From 9f6d33e3374fed6bdd1704e5b551376db549acec Mon Sep 17 00:00:00 2001 From: grnd-alt Date: Mon, 28 Jul 2025 14:52:32 +0200 Subject: [PATCH] release/1.14.6 Signed-off-by: grnd-alt --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4155e43f8..672fea488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.14.6 +### Fixed +* [stable30] fix: update DeleteCron to remove deleted lists by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7028 +* [stable30] fix: not show Share with a Deck card for unauthorized users by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7060 +* [stable30] fix: add retry and show warning on description saving error by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7090 +* [stable30] fix: styling for new stack input field by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7112 +* [stable30] fix:allow foreign label deletion by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7129 +* [stable30] fix: acl check when delete, update board acl by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7133 + ## 1.14.5 ### Fixed * [stable30] Clear selected stack when selected board changed by @backportbot in https://github.com/nextcloud/deck/pull/6914 diff --git a/appinfo/info.xml b/appinfo/info.xml index 970e5137d..36c1515a0 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -20,7 +20,7 @@ - 🚀 Get your project organized - 1.14.5 + 1.14.6 agpl Julius Härtl diff --git a/package-lock.json b/package-lock.json index d7eda6cdb..4a1b95913 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deck", - "version": "1.14.5", + "version": "1.14.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deck", - "version": "1.14.5", + "version": "1.14.6", "license": "agpl", "dependencies": { "@babel/polyfill": "^7.12.1", diff --git a/package.json b/package.json index 52861948c..d2f66ffca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.14.5", + "version": "1.14.6", "authors": [ { "name": "Julius Härtl",