From b9654506feca0cb648519dfcf44e9eff8f551a36 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sat, 13 Sep 2025 13:26:31 +0200 Subject: [PATCH 1/2] chore: adjust old changelog entry to comply with format Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89a5c25a9..333510b91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,16 +8,16 @@ All notable changes to this project will be documented in this file. ## [v6.3.1](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.3.0...v6.3.1) ### 🐛 Fixed bugs -* [stable6] fix: display guest name validity by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1837 +* fix: display guest name validity [\#1837](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1837) \([skjnldsv](https://github.com/skjnldsv)\) ## [v6.3.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.2.0...v6.3.0) ### 🚀 Enhancements -* [stable6] feat: add guest auth prompt component by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1759 +* feat: add guest auth prompt component [\#1759](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1759) \([skjnldsv](https://github.com/skjnldsv)\) ### 🐛 Fixed bugs -* [stable6] fix(FilePickerBuilder): correctly return array / plain value depending on multiselect by @backportbot in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1777 +* fix(FilePickerBuilder): correctly return array / plain value depending on multiselect [\#1777](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1777) \([backportbot](https://github.com/backportbot)\) ### Other Changes -* Updates for project Nextcloud dialogs library by @transifex-integration in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1740 -* Updates for project Nextcloud dialogs library by @transifex-integration in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1741 +* Updates for project Nextcloud dialogs library [\#1740](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1740) \([transifex-integration](https://github.com/transifex-integration)\) +* Updates for project Nextcloud dialogs library [\#1741](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1741) \([transifex-integration](https://github.com/transifex-integration)\) * Update @nextcloud/auth to 2.5.0 by @skjnldsv ## [v6.2.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.1.1...v6.2.0) From 3a1ce40b4a48a18fa1648285d88236a5a2913196 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sat, 13 Sep 2025 13:27:41 +0200 Subject: [PATCH 2/2] chore: prepare v6.3.2 Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 333510b91..a1106f3c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ All notable changes to this project will be documented in this file. +## [v6.3.2](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.3.1...v6.3.2) +### 🐛 Fixed bugs +* fix(PublicAuthPrompt): change default notice if identified [\#1841](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1841) \([skjnldsv](https://github.com/skjnldsv)\) +* style(toast): adjust colors for Nextcloud 32 [\#1913](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1913) +* fix(guestName): limit length to 64 characters [\#1921](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1921) +* fix(FilePicker): make move primary and copy secondary [\#1935](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1935) + +### Other Changes +* chore: bump node version [\#1937](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1937) \([susnux](https://github.com/susnux)\) + + ## [v6.3.1](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.3.0...v6.3.1) ### 🐛 Fixed bugs * fix: display guest name validity [\#1837](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1837) \([skjnldsv](https://github.com/skjnldsv)\) diff --git a/package-lock.json b/package-lock.json index a2b21220d..74fb50c9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/dialogs", - "version": "6.3.1", + "version": "6.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/dialogs", - "version": "6.3.1", + "version": "6.3.2", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/js": "^7.4.47", diff --git a/package.json b/package.json index 3ec80e97f..21869aeb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/dialogs", - "version": "6.3.1", + "version": "6.3.2", "description": "Nextcloud dialog helpers", "types": "dist/index.d.ts", "main": "dist/index.cjs",