Skip to content

Commit e8e7d19

Browse files
authored
Merge pull request #6744 from nextcloud/release/1.12.7
release/1.12.7
2 parents 312393e + 5bc7e1c commit e8e7d19

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## 1.12.6
4+
## 1.12.7
5+
6+
### Fixed
7+
* fix: Use new query builder by @backportbot in https://github.com/nextcloud/deck/pull/6613
8+
* Update TrelloJsonService.php by @backportbot in https://github.com/nextcloud/deck/pull/6644
9+
* fix(sharing): list accounts with matches in email by @backportbot in https://github.com/nextcloud/deck/pull/6526
10+
* fix: close modal after deleting card by @backportbot in https://github.com/nextcloud/deck/pull/6621
11+
* fix: two close buttons on card modal by @backportbot in https://github.com/nextcloud/deck/pull/6661
12+
* fix: Properly show attachment extension by @backportbot in https://github.com/nextcloud/deck/pull/6675
13+
14+
### Dependencies
15+
* chore(deps): bump @nextcloud/vue from 8.21.0 to 8.22.0 by @dependabot in https://github.com/nextcloud/deck/pull/6633
16+
17+
**Full Changelog**: https://github.com/nextcloud/deck/compare/v1.12.6...v1.12.7
518

619
### Fixed
720

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- 🚀 Get your project organized
1717

1818
</description>
19-
<version>1.12.6</version>
19+
<version>1.12.7</version>
2020
<licence>agpl</licence>
2121
<author>Julius Härtl</author>
2222
<documentation>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deck",
33
"description": "",
4-
"version": "1.12.6",
4+
"version": "1.12.7",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)