Merge pull request #6744 from nextcloud/release/1.12.7

release/1.12.7
This commit is contained in:
grnd-alt
2025-02-13 15:44:36 +01:00
committed by GitHub
4 changed files with 18 additions and 5 deletions

View File

@@ -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

View File

@@ -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>

4
package-lock.json generated
View File

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

View File

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