diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ae1568..5755cc5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,25 @@ All notable changes to this project will be documented in this file. +## 5.3.6 +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.5...v5.3.6) + +### Breaking + +In v5.3.3 breaking changes were introduced as it dropped support for Nextcloud 28 and older on public shares. +This reverts the changes to the DAV handling, for Nextcloud 29+ please use the now released version v6.0.0+. + +### Changed +* chore: Enhance docs about generic dialogs and export all related types [\#1380](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1380) \([susnux](https://github.com/susnux)\) +* Migrate REUSE to TOML format [\#1386](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1386) \([AndyScherzinger](https://github.com/AndyScherzinger)\) +* chore(deps): Bump @nextcloud/typings to 1.9.1 +* chore(deps): Bump @nextcloud/sharing to 0.2.3 +* chore(deps): Bump fast-xml-parser to 4.4.1 +* chore(deps): Bump @nextcloud/files to 3.8.0 +* chore(deps): Bump @vueuse/core to 10.11.1 +* chore(deps): Bump webdav to 5.7.1 +* chore(deps): Bump axios to 1.7.4 + ## 5.3.5 [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.4...v5.3.5) diff --git a/package-lock.json b/package-lock.json index a3b45428..e4a40fc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/dialogs", - "version": "5.3.5", + "version": "5.3.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/dialogs", - "version": "5.3.5", + "version": "5.3.6", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/js": "^7.4.47", diff --git a/package.json b/package.json index 8aff51f7..924f7701 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/dialogs", - "version": "5.3.5", + "version": "5.3.6", "description": "Nextcloud dialog helpers", "types": "dist/index.d.ts", "main": "dist/index.cjs",