diff --git a/CHANGELOG.md b/CHANGELOG.md
index 858ca3c1..852cac40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,26 @@
All notable changes to this project will be documented in this file.
+## [v5.1.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.0.3) (2024-01-19)
+[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.3...v5.1.0)
+
+### :rocket: Enhancement
+* enh(FilePickerBuilder): Change error thrown when FilePicker is closed [\#1166](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1166) \([susnux](https://github.com/susnux)\)
+
+### :bug: Fixed bugs
+* fix(FilePicker): Adjust stylings after migration to `NcDialog` [\#1138](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1138) \([susnux](https://github.com/susnux)\)
+* fix(FilePicker): Set default of `path` to undefined to allow using the saved path [\#1137](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1137) \([susnux](https://github.com/susnux)\)
+* fix(FilePicker): Use `Node::path` for current path fixing an clicking favorite folders [\#1165](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1165) \([susnux](https://github.com/susnux)\)
+* fix(FilePicker): Stop click event on checkbox column to allow multiselect [\#1192](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1192) \([susnux](https://github.com/susnux)\)
+* fix(FilePicker): Adjust checkbox position [\#1193](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1193) \([susnux](https://github.com/susnux)\)
+* fix(FilePicker): Improve choose button text when selecting multiple [\#1191](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1191) \([susnux](https://github.com/susnux)\)
+* Remove unneeded `tab`, `tablist` and `aria-selected` roles from navigation [\#1180](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1180) \([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)\)
+* Remove `aria-label` from `
` [\#1179](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1179) \([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)\)
+
+### Changed
+* Updated translations
+* Updated dependencies
+
## [v5.0.3](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.0.3) (2023-11-27)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.2...v5.0.3)
diff --git a/package-lock.json b/package-lock.json
index e91df055..aa0b0f2a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@nextcloud/dialogs",
- "version": "5.0.3",
+ "version": "5.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@nextcloud/dialogs",
- "version": "5.0.3",
+ "version": "5.1.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@nextcloud/axios": "^2.4.0",
@@ -42,7 +42,7 @@
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.0.2",
- "vite": "^5.0.11",
+ "vite": "^5.0.12",
"vitest": "^1.2.1",
"vue-material-design-icons": "^5.2.0",
"vue-template-compiler": "^2.7.16"
@@ -17755,9 +17755,9 @@
}
},
"node_modules/vite": {
- "version": "5.0.11",
- "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.11.tgz",
- "integrity": "sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==",
+ "version": "5.0.12",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz",
+ "integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==",
"dev": true,
"dependencies": {
"esbuild": "^0.19.3",
diff --git a/package.json b/package.json
index aa3a5f06..65a11c0f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/dialogs",
- "version": "5.0.3",
+ "version": "5.1.0",
"description": "Nextcloud dialog helpers",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
@@ -87,7 +87,7 @@
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.0.2",
- "vite": "^5.0.11",
+ "vite": "^5.0.12",
"vitest": "^1.2.1",
"vue-material-design-icons": "^5.2.0",
"vue-template-compiler": "^2.7.16"