diff --git a/CHANGELOG.md b/CHANGELOG.md index 2276825e..ae95abfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [v4.2.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v4.2.0) (2023-09-13) + +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.0-beta.5...v4.2.0) + +### :bug: Fixed bugs + +- \[stable4\] fix\(FilePicker\): Ensure file list header is shown on top of scrolled content rows [\#998](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/998) ([susnux](https://github.com/susnux)) +- \[stable4\] fix: breadcrumbs grow [\#996](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/996) ([susnux](https://github.com/susnux)) +- \[stable4\] fix\(Dialog\): Make the dialog flex column to show headline on top of content [\#995](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/995) ([susnux](https://github.com/susnux)) +- \[stable4\] Fix table alignment [\#994](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/994) ([susnux](https://github.com/susnux)) +- \[stable4\] Revert "fix: Patch `webdav` dependency for invalid `exports` field un… [\#985](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/985) ([skjnldsv](https://github.com/skjnldsv)) + ## v4.2.0-beta.5 (2023-09-05) ### :bug: Fixed bugs * [stable4] fix(FilePicker): Fix legacy entry point buttons when bundling with webpack by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/945 diff --git a/package-lock.json b/package-lock.json index 648b628a..bb5d17f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/dialogs", - "version": "4.2.0-beta.5", + "version": "4.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/dialogs", - "version": "4.2.0-beta.5", + "version": "4.2.0", "license": "GPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.2.96", diff --git a/package.json b/package.json index 04d91fe8..01a8d112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/dialogs", - "version": "4.2.0-beta.5", + "version": "4.2.0", "description": "Nextcloud dialog helpers", "types": "dist/index.d.ts", "main": "dist/index.cjs",