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

release/1.12.7 #6744

Merged
merged 1 commit into from
Feb 13, 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
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.12.6
## 1.12.7

### Fixed
* fix: Use new query builder by @backportbot in https://github.com/nextcloud/deck/pull/6613
* Update TrelloJsonService.php by @backportbot in https://github.com/nextcloud/deck/pull/6644
* fix(sharing): list accounts with matches in email by @backportbot in https://github.com/nextcloud/deck/pull/6526
* fix: close modal after deleting card by @backportbot in https://github.com/nextcloud/deck/pull/6621
* fix: two close buttons on card modal by @backportbot in https://github.com/nextcloud/deck/pull/6661
* fix: Properly show attachment extension by @backportbot in https://github.com/nextcloud/deck/pull/6675

### Dependencies
* chore(deps): bump @nextcloud/vue from 8.21.0 to 8.22.0 by @dependabot in https://github.com/nextcloud/deck/pull/6633

**Full Changelog**: https://github.com/nextcloud/deck/compare/v1.12.6...v1.12.7

### Fixed

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.12.6</version>
<version>1.12.7</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.12.6",
"version": "1.12.7",
"authors": [
{
"name": "Julius Härtl",
Expand Down
Loading