From b0e679d2f775fd710710743ca6217f19881397b8 Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 31 Mar 2022 18:41:41 +0200 Subject: [PATCH 1/2] v5.3.0 Signed-off-by: marco --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0fb0bdf6d8..ea70143b95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "5.2.1", + "version": "5.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "5.2.1", + "version": "5.3.0", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^1.2.3", diff --git a/package.json b/package.json index a2f7c765ea..d0b244c633 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "5.2.1", + "version": "5.3.0", "description": "Nextcloud vue components", "keywords": [ "vuejs", From bba35f9a4cfd968c18dbfd384c4707b115146cf8 Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 31 Mar 2022 19:11:10 +0200 Subject: [PATCH 2/2] Add changelog Signed-off-by: marco --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cb153512a..8dc17536d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [v5.3.0](https://github.com/nextcloud/nextcloud-vue/tree/v5.3.0) (2022-03-31) + +[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v5.2.1...v5.3.0) + +## Fixed bugs + +- Fix tertiary no background button color [\#2589](https://github.com/nextcloud/nextcloud-vue/pull/2589) ([marcoambrosini](https://github.com/marcoambrosini)) +- Fix tertiary buttons hover feedback [\#2583](https://github.com/nextcloud/nextcloud-vue/pull/2583) ([marcoambrosini](https://github.com/marcoambrosini)) +- Fix the ProgressBar display in the documentation [\#2564](https://github.com/nextcloud/nextcloud-vue/pull/2564) ([quentinguidee](https://github.com/quentinguidee)) + +## Closed pull requests + +- Add tertiary buttons with background and make them the default [\#2585](https://github.com/nextcloud/nextcloud-vue/pull/2585) ([marcoambrosini](https://github.com/marcoambrosini)) +- Update variables.css [\#2574](https://github.com/nextcloud/nextcloud-vue/pull/2574) ([skjnldsv](https://github.com/skjnldsv)) + + ## [v5.2.1](https://github.com/nextcloud/nextcloud-vue/tree/v5.2.1) (2022-03-24) Releasing this patch to re-trigger an npm package build since last release github was down