diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f6074ea1..eecf670a63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +# Changelog + +## [v7.11.3](https://github.com/nextcloud/nextcloud-vue/tree/v7.11.3) (2023-05-08) + +[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.11.2...v7.11.3) + +### :bug: Fixed bugs + +- fix\(NcAppSidebarTabs\): Revert major UI change (moved to version 8.0.x) [\#4044](https://github.com/nextcloud/nextcloud-vue/pull/4044) ([skjnldsv](https://github.com/skjnldsv)) +- fix\(NcRichContenteditable\): Fix avatar overlayed with empty space whe… [\#4043](https://github.com/nextcloud/nextcloud-vue/pull/4043) ([nickvergessen](https://github.com/nickvergessen)) + +### Closed pull requests + +- Fix regression of click-outside-options mixin not working since using `@vueuse` [\#4046](https://github.com/nextcloud/nextcloud-vue/pull/4046) ([susnux](https://github.com/susnux)) + ## [v7.11.2](https://github.com/nextcloud/nextcloud-vue/tree/v7.11.2) (2023-05-05) [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.11.1...v7.11.2) diff --git a/package-lock.json b/package-lock.json index 4874c69cb4..cec966c3d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "7.11.2", + "version": "7.11.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "7.11.2", + "version": "7.11.3", "license": "AGPL-3.0", "dependencies": { "@floating-ui/dom": "^1.1.0", diff --git a/package.json b/package.json index 6ef29f222f..8a68f1f2c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "7.11.2", + "version": "7.11.3", "description": "Nextcloud vue components", "keywords": [ "vuejs",