diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa7fda6..ad50b203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [v5.0.1](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.0.1) (2023-11-23) +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.0...v5.0.1) + +### :bug: Fixed bugs +* Do not load user config for each previews [\#1108](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1108) ([artonge](https://github.com/artonge)) + +### Changed +* Updated translations +* chore(deps-dev): Bump @types/gettext-parser from 4.0.3 to 4.0.4 +* chore(deps): Bump @vueuse/core from 10.5.0 to 10.6.0 +* chore(deps): Bump @types/toastify-js from 1.12.2 to 1.12.3 +* chore(deps): Bump axios from 1.4.0 to 1.6.1 + ## [v5.0.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.0.0) (2023-11-08) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.0-beta.6...v5.0.0) diff --git a/package-lock.json b/package-lock.json index c3a8557f..18e310a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/dialogs", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/dialogs", - "version": "5.0.0", + "version": "5.0.1", "license": "GPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.3.67", diff --git a/package.json b/package.json index 5363ec40..4639916d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/dialogs", - "version": "5.0.0", + "version": "5.0.1", "description": "Nextcloud dialog helpers", "types": "dist/index.d.ts", "main": "dist/index.cjs", @@ -102,4 +102,4 @@ "stylelint": { "extends": "@nextcloud/stylelint-config" } -} +} \ No newline at end of file