From b6b2bf985968930c32b11cca1cb62cefb6e789bb Mon Sep 17 00:00:00 2001 From: grnd-alt Date: Tue, 1 Apr 2025 11:50:11 +0200 Subject: [PATCH] release/1.13.5 Signed-off-by: grnd-alt --- CHANGELOG.md | 14 ++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dae6e26de..6fb3fb2bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.13.5 +### Fixed +* [stable29] fix: design review issues by @backportbot in https://github.com/nextcloud/deck/pull/6857 + +### Maintenance +* chore(deps-dev): bump @nextcloud/cypress from 1.0.0-beta.13 to 1.0.0-beta.14 by @dependabot in https://github.com/nextcloud/deck/pull/6783 +* chore(deps-dev): bump @nextcloud/eslint-config from 8.4.1 to 8.4.2 by @dependabot in https://github.com/nextcloud/deck/pull/6782 +* [stable29] Update nextcloud/ocp dependency by @nextcloud-command in https://github.com/nextcloud/deck/pull/6790 +* chore(deps): bump @nextcloud/vue from 8.22.0 to 8.23.1 by @dependabot in https://github.com/nextcloud/deck/pull/6753 +* chore(deps): bump @nextcloud/event-bus from 3.3.1 to 3.3.2 by @dependabot in https://github.com/nextcloud/deck/pull/6810 +* [stable29] Update nextcloud/ocp dependency by @nextcloud-command in https://github.com/nextcloud/deck/pull/6824 +* Chore(deps): Bump @babel/runtime from 7.26.9 to 7.26.10 by @dependabot in https://github.com/nextcloud/deck/pull/6834 +* [stable29] Update nextcloud/ocp dependency by @nextcloud-command in https://github.com/nextcloud/deck/pull/6852 + ## 1.13.4 ### Fixed - fix: skip exporting a deleted card #6721 diff --git a/appinfo/info.xml b/appinfo/info.xml index 2c3c9a32b..1e66f7fd4 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.13.4 + 1.13.5 agpl Julius Härtl diff --git a/package-lock.json b/package-lock.json index fbee24c3a..ed624c249 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deck", - "version": "1.13.4", + "version": "1.13.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "deck", - "version": "1.13.4", + "version": "1.13.5", "license": "agpl", "dependencies": { "@babel/polyfill": "^7.12.1", diff --git a/package.json b/package.json index 27b191367..f73902a14 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.13.4", + "version": "1.13.5", "authors": [ { "name": "Julius Härtl",