diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c10ac3804..9446e63540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. # Changelog +## [v7.11.6](https://github.com/nextcloud/nextcloud-vue/tree/v7.11.6) (2023-05-16) + +[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.11.5...v7.11.6) + +### :bug: Fixed bugs + +- fix\(NcResource\): Fix item alignment in the right sidebar [\#4124](https://github.com/nextcloud/nextcloud-vue/pull/4124) ([Pytal](https://github.com/Pytal)) + ## [v7.11.5](https://github.com/nextcloud/nextcloud-vue/tree/v7.11.5) (2023-05-15) [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.11.4...v7.11.5) diff --git a/package-lock.json b/package-lock.json index 5ee1ea6631..ab92090a7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "7.11.5", + "version": "7.11.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "7.11.5", + "version": "7.11.6", "license": "AGPL-3.0", "dependencies": { "@floating-ui/dom": "^1.1.0", diff --git a/package.json b/package.json index 524d30e1f4..cbf880335a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "7.11.5", + "version": "7.11.6", "description": "Nextcloud vue components", "keywords": [ "vuejs",