From f4f8d4bb7f5b5827de0ba515e4fa3cdfc1829636 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 21 Aug 2024 13:31:20 +0200 Subject: [PATCH] chore: Prepare v5.3.7 Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5755cc5a..568a966c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. +## 5.3.7 +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.6...v5.3.7) + +### Fixed +* fix: Fetch also current folder in DAV [\#1428](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1428) \([susnux](https://github.com/susnux)\) + ## 5.3.6 [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.5...v5.3.6) diff --git a/package-lock.json b/package-lock.json index e4a40fc9..0c960ce4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/dialogs", - "version": "5.3.6", + "version": "5.3.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/dialogs", - "version": "5.3.6", + "version": "5.3.7", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/js": "^7.4.47", diff --git a/package.json b/package.json index 924f7701..7c9b64ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/dialogs", - "version": "5.3.6", + "version": "5.3.7", "description": "Nextcloud dialog helpers", "types": "dist/index.d.ts", "main": "dist/index.cjs",