Skip to content

Commit

Permalink
release/1.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
grnd-alt committed Feb 13, 2025
1 parent 312393e commit 781fe1f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
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

0 comments on commit 781fe1f

Please sign in to comment.