15
CHANGELOG.md
15
CHANGELOG.md
@@ -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
|
||||
|
||||
|
||||
@@ -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
4
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "deck",
|
||||
"description": "",
|
||||
"version": "1.12.6",
|
||||
"version": "1.12.7",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Julius Härtl",
|
||||
|
||||
Reference in New Issue
Block a user