bump version to 1.13.4

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2025-02-21 15:56:01 +01:00
parent a1afdbe5c9
commit 827720c4ef
4 changed files with 24 additions and 4 deletions

View File

@@ -1,6 +1,26 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## 1.13.4
### Fixed
- fix: skip exporting a deleted card #6721
- fix: Properly show attachment extension #6672
- fix: two close buttons on card modal #6660
- Update TrelloJsonService.php #6645
- fix: close modal after deleting card #6620
- fix: Use new query builder #6614
- fix(sharing): list accounts with matches in email #6525
- Fix npm audit #6568
- Fix npm audit #6491
### Maintenance
- Update nextcloud/ocp dependency #6768
- Update nextcloud/ocp dependency #6737
- Update nextcloud/ocp dependency #6717
- Update nextcloud/ocp dependency #6699
- Update nextcloud/ocp dependency #6655
- Update nextcloud/ocp dependency #6586
## 1.13.3 ## 1.13.3
### Fixed ### Fixed
- fix: board bubble preview widget #6476 - fix: board bubble preview widget #6476

View File

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

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "deck", "name": "deck",
"version": "1.13.3", "version": "1.13.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "deck", "name": "deck",
"version": "1.13.3", "version": "1.13.4",
"license": "agpl", "license": "agpl",
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.12.1", "@babel/polyfill": "^7.12.1",

View File

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