Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): bump version to 1.13.4 #6779

Merged
merged 1 commit into from
Feb 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog
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
Copy link
Contributor

@elzody elzody Feb 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It probably makes more sense in the future to merge all the dependency updates into one note here, since they can be redundant, but either way is good

- 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
### Fixed
- fix: board bubble preview widget #6476
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- 🚀 Get your project organized

</description>
<version>1.13.3</version>
<version>1.13.4</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.13.3",
"version": "1.13.4",
"authors": [
{
"name": "Julius Härtl",
Expand Down
Loading