Skip to content

Commit bcc8032

Browse files
authored
Merge pull request #7963 from nextcloud/release/v1.17.2
release/v1.17.2
2 parents fe62086 + d7cd847 commit bcc8032

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
## 1.17.2
9+
10+
### Fixed
11+
* [stable33] owner should not get updated when updating card by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7852
12+
* [stable33] fix(comments): use message source when updating a message by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7884
13+
* [stable33] fix: call findBoardId with int by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7898
14+
* [stable33] fix: set max comment retrieval limit to 200 by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7912
815

916
## 1.17.1
1017

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- 🚀 Get your project organized
2121

2222
</description>
23-
<version>1.17.1</version>
23+
<version>1.17.2</version>
2424
<licence>agpl</licence>
2525
<author>Julius Härtl</author>
2626
<namespace>Deck</namespace>

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.17.1",
4+
"version": "1.17.2",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)