From 5d2b8c596ef8b2561cf053beb99936441f3b2e4c Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 20 May 2026 16:23:58 +0200 Subject: [PATCH] chore: prepare v7.4.0 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 164e02447..9d3d321dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ All notable changes to this project will be documented in this file. +## [v7.4.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v7.3.0...v7.4.0) +### Added +* feat(ConflictPicker): allow to set overwrite flag \([\#2432](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2432)\) + +### Fixed +* fix(FilePicker): Round previews in filepicker dialog \([\#2397](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2397)\) +* fix(FilePicker): reset filter string when navigating \([\#2384](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2384)\) + +### Changed +* Updated translations +* Updated developer dependencies +* chore: add explicit types for public API \([\#2426](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2426)\) + ## [v7.3.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v7.2.0...v7.3.0) ### Changed * Migrated to `@nextcloud/files` v4.0.0 - reducing dependencies on apps targeting Nextcloud 33+ [\#2275](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2275).\ diff --git a/package-lock.json b/package-lock.json index f22e239f7..dfe16e116 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/dialogs", - "version": "7.3.0", + "version": "7.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/dialogs", - "version": "7.3.0", + "version": "7.4.0", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/js": "^7.4.47", diff --git a/package.json b/package.json index c3b5ee838..ad5be8879 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/dialogs", - "version": "7.3.0", + "version": "7.4.0", "description": "Nextcloud dialog helpers", "keywords": [ "nextcloud"