release/1.13.5

Signed-off-by: grnd-alt <github@belakkaf.net>
This commit is contained in:
grnd-alt
2025-04-01 11:50:11 +02:00
parent b2d9d8c510
commit b6b2bf9859
4 changed files with 18 additions and 4 deletions

View File

@@ -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

View File

@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
<version>1.13.4</version>
<version>1.13.5</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>

4
package-lock.json generated
View File

@@ -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",

View File

@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.13.4",
"version": "1.13.5",
"authors": [
{
"name": "Julius Härtl",