From c38610faa3d91697990a34126a91db1716dc9f3e Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 22 Mar 2023 09:30:01 +0100 Subject: [PATCH] v7.8.2 Signed-off-by: Jonas --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 756e4cc48b..71fad732af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [v7.8.2](https://github.com/nextcloud/nextcloud-vue/tree/v7.8.2) (2023-03-22) + +[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.8.1...v7.8.2) + +### :bug: Fixed bugs + +- Fix missing NcVNodes import in NcListItem [\#3907](https://github.com/nextcloud/nextcloud-vue/pull/3907) ([julien-nc](https://github.com/julien-nc)) +- Fix doubling attrs in `NcPopover` and improve docs [\#3876](https://github.com/nextcloud/nextcloud-vue/pull/3876) ([ShGKme](https://github.com/ShGKme)) + +### Closed pull requests + +- Add missing trailing comma [\#3898](https://github.com/nextcloud/nextcloud-vue/pull/3898) ([raimund-schluessler](https://github.com/raimund-schluessler)) + ## [v7.8.1](https://github.com/nextcloud/nextcloud-vue/tree/v7.8.1) (2023-03-15) [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.8.0...v7.8.1) diff --git a/package-lock.json b/package-lock.json index 372f6fc646..b5f629411b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "7.8.1", + "version": "7.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "7.8.1", + "version": "7.8.2", "license": "AGPL-3.0", "dependencies": { "@floating-ui/dom": "^1.1.0", diff --git a/package.json b/package.json index 7c6cc57e38..dedd2f70e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "7.8.1", + "version": "7.8.2", "description": "Nextcloud vue components", "keywords": [ "vuejs",