From 33d4b2bf309681fd425fd8ad6b5ba9c4b9495de4 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 3 Jul 2024 11:23:01 +0200 Subject: [PATCH] chore: Prepare 5.3.5 Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76c17c13..31ae1568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ All notable changes to this project will be documented in this file. +## 5.3.5 +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.4...v5.3.5) + +### Fixed +* fix(FilePicker): Cleanup DAV handling and properly handle `currentFolder` [\#1378](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1378) \([susnux](https://github.com/susnux)\) + +### Changed +* Updated translations +* chore(deps): Bump @nextcloud/typings from 1.8.0 to 1.9.0 +* chore(deps-dev): Bump typedoc from 0.26.0 to 0.26.3 +* chore(deps-dev): Bump @zamiell/typedoc-plugin-not-exported from 0.2.0 to 0.3.0 +* chore(deps-dev): Bump vite from 5.3.1 to 5.3.2 + ## 5.3.4 [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.3...v5.3.4) diff --git a/package-lock.json b/package-lock.json index 0bb61e35..d2ab1ca5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/dialogs", - "version": "5.3.4", + "version": "5.3.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/dialogs", - "version": "5.3.4", + "version": "5.3.5", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/js": "^7.4.47", diff --git a/package.json b/package.json index b6c09ee9..b8ab277a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/dialogs", - "version": "5.3.4", + "version": "5.3.5", "description": "Nextcloud dialog helpers", "types": "dist/index.d.ts", "main": "dist/index.cjs",