Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4c884d08e3 | ||
|
|
8c96a909f9 | ||
|
|
e8e7d19606 | ||
|
|
5bc7e1c081 |
15
CHANGELOG.md
15
CHANGELOG.md
@@ -1,7 +1,20 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
- 🚀 Get your project organized
|
- 🚀 Get your project organized
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<version>1.12.6</version>
|
<version>1.12.7</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Julius Härtl</author>
|
<author>Julius Härtl</author>
|
||||||
<documentation>
|
<documentation>
|
||||||
|
|||||||
992
package-lock.json
generated
992
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "deck",
|
"name": "deck",
|
||||||
"description": "",
|
"description": "",
|
||||||
"version": "1.12.6",
|
"version": "1.12.7",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Julius Härtl",
|
"name": "Julius Härtl",
|
||||||
|
|||||||
Reference in New Issue
Block a user