Merge pull request #3847 from nextcloud/release/1.7.1

release/1.7.1
This commit is contained in:
Luka Trovic
2022-06-01 13:36:59 +02:00
committed by GitHub
4 changed files with 10 additions and 3 deletions

View File

@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
## 1.7.1
### Fixed
- Align Duedate-delete icon properly - fixes nextcloud/deck#3791 [#3817](https://github.com/nextcloud/deck/pull/3817)
- Increase file count after sharing [#3806](https://github.com/nextcloud/deck/pull/3806)
- Fetch full board data after cloning [#3781](https://github.com/nextcloud/deck/pull/3781)
## 1.7.0
### Added

View File

@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
<version>1.7.0</version>
<version>1.7.1</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "deck",
"version": "1.7.0",
"version": "1.7.1",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

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