From ecc9cbab330e9d209b802298afdf6a2580e8bd2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 8 Dec 2023 15:27:44 +0100 Subject: [PATCH] chore(release): Bump version to 1.12.0-beta.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 17 +++++++++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3c800d33..8a0333ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.12.0-beta.5 + +### Added + +- Keyboard shortcuts [#5358](https://github.com/nextcloud/deck/pull/5358) + +### Fixed + +- fix: allow null label colors in trello json importer [#5355](https://github.com/nextcloud/deck/pull/5355) +- fix: Get proper rich object for card actions [#5352](https://github.com/nextcloud/deck/pull/5352) + +### Dependencies + +- Update nextcloud/ocp dependency @nextcloud-command [#5343](https://github.com/nextcloud/deck/pull/5343) +- Chore(deps): Bump @babel/runtime from 7.23.4 to 7.23.5 @dependabot[bot] [#5338](https://github.com/nextcloud/deck/pull/5338) + + ## 1.12.0-beta.4 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index be962b032..219bc8d0b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.12.0-beta.4 + 1.12.0-beta.5 agpl Julius Härtl diff --git a/package.json b/package.json index 4d7de2093..f7335aaef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.12.0-beta.4", + "version": "1.12.0-beta.5", "authors": [ { "name": "Julius Härtl",