Skip to content

Commit 4764cd5

Browse files
authored
Merge pull request #1429 from nextcloud-libraries/chore/v5.3.7
chore: Prepare v5.3.7
2 parents 6c5c29b + f4f8d4b commit 4764cd5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
All notable changes to this project will be documented in this file.
88

9+
## 5.3.7
10+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.6...v5.3.7)
11+
12+
### Fixed
13+
* fix: Fetch also current folder in DAV [\#1428](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1428) \([susnux](https://github.com/susnux)\)
14+
915
## 5.3.6
1016
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.5...v5.3.6)
1117

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,6 +1,6 @@
11
{
22
"name": "@nextcloud/dialogs",
3-
"version": "5.3.6",
3+
"version": "5.3.7",
44
"description": "Nextcloud dialog helpers",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)