From fb311da37cb4cf79256672339a21b2b9f6b81650 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Wed, 14 Sep 2022 09:27:37 -0700 Subject: [PATCH] Release v7.0.0-beta.4 Signed-off-by: Christopher Ng --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab52356b6f..6b625bdffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to this project will be documented in this file. +## [v7.0.0-beta.4](https://github.com/nextcloud/nextcloud-vue/tree/v7.0.0-beta.4) (2022-09-14) + +[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.0.0-beta.3...v7.0.0-beta.4) + +### :rocket: Enhancements + +- Add gap between nav entry [\#3235](https://github.com/nextcloud/nextcloud-vue/pull/3235) ([CarlSchwan](https://github.com/CarlSchwan)) + +### :bug: Fixed bugs + +- Fix NcEmptyContent used inside NcModal [\#3253](https://github.com/nextcloud/nextcloud-vue/pull/3253) ([nickvergessen](https://github.com/nickvergessen)) +- Add proper margin to the counter [\#3250](https://github.com/nextcloud/nextcloud-vue/pull/3250) ([marcoambrosini](https://github.com/marcoambrosini)) +- Fix avatar border color [\#3244](https://github.com/nextcloud/nextcloud-vue/pull/3244) ([nickvergessen](https://github.com/nickvergessen)) + +### Closed pull requests + +- Fix multiselect background color spilling outside the component [\#3252](https://github.com/nextcloud/nextcloud-vue/pull/3252) ([ChristophWurst](https://github.com/ChristophWurst)) +- Update design of related resources panel [\#3236](https://github.com/nextcloud/nextcloud-vue/pull/3236) ([Pytal](https://github.com/Pytal)) + + ## [v7.0.0-beta.3](https://github.com/nextcloud/nextcloud-vue/tree/v7.0.0-beta.3) (2022-09-12) [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.0.0-beta.2...v7.0.0-beta.3) diff --git a/package-lock.json b/package-lock.json index 1fdd651892..b8249d7127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "7.0.0-beta.3", + "version": "7.0.0-beta.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "7.0.0-beta.3", + "version": "7.0.0-beta.4", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index 2ec5e6f2b9..eb9594fa86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "7.0.0-beta.3", + "version": "7.0.0-beta.4", "description": "Nextcloud vue components", "keywords": [ "vuejs",