From fa2b41e58635840bb2c39bec8f016140b2237e6a Mon Sep 17 00:00:00 2001 From: Benjamin Gaussorgues Date: Fri, 11 Aug 2023 11:23:30 +0200 Subject: [PATCH 1/2] 7.12.2 Signed-off-by: Benjamin Gaussorgues --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 989cb3202b..56441767c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file. # Changelog +## [v7.12.2](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.12.2) (2023-08-11) + +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.12.1...v7.12.2) + +### :boom: Breaking changes + +- chore: Drop `install` entry point and replace it with an Vue Plugin [\#4349](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4349) ([susnux](https://github.com/susnux)) + +### :rocket: Enhancements + +- fix\(NcButton\): Improve alignment documentation to show all variants. [\#4392](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4392) ([susnux](https://github.com/susnux)) +- NcButton: Add alignment property to change icon and text ordering [\#4366](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4366) ([susnux](https://github.com/susnux)) + +### :bug: Fixed bugs + +- fix\(l10n\): Remove quoting character [\#4396](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4396) ([rakekniven](https://github.com/rakekniven)) +- fix\(NcModal\): prev/next color and sizing fix [\#4368](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4368) ([skjnldsv](https://github.com/skjnldsv)) +- fix\(NcListItem\) - define a single place for NcActions to render [\#4356](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4356) ([Antreesy](https://github.com/Antreesy)) +- fix\(NcModal\): Close button should be visible even if modal content is scrolled [\#4350](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4350) ([susnux](https://github.com/susnux)) + +### Closed pull requests + +- fix\(NcButton\): correctly emit click event [\#4398](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4398) ([raimund-schluessler](https://github.com/raimund-schluessler)) +- fix\(ci\): Set github user after project was moved [\#4387](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4387) ([susnux](https://github.com/susnux)) +- chore: Fix URLs after package was transfered [\#4377](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4377) ([susnux](https://github.com/susnux)) +- fix\(cypress\): Escape glob pattern in cypress script to remove warning [\#4354](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4354) ([susnux](https://github.com/susnux)) +- feat\(NcButton\): Add `pressed` state for stateful buttons [\#4344](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4344) ([susnux](https://github.com/susnux)) + ## [v7.12.1](https://github.com/nextcloud/nextcloud-vue/tree/v7.12.1) (2023-07-11) [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.12.0...v7.12.1) diff --git a/package-lock.json b/package-lock.json index 06d3aaddb0..475cda73b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "7.12.1", + "version": "7.12.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "7.12.1", + "version": "7.12.2", "license": "AGPL-3.0", "dependencies": { "@floating-ui/dom": "^1.1.0", diff --git a/package.json b/package.json index 87b7739965..035ffe3260 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "7.12.1", + "version": "7.12.2", "description": "Nextcloud vue components", "keywords": [ "vuejs", From c5464678b246d6c60c031cbb9b3f80824d4fbe50 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 2 Aug 2023 01:18:35 +0200 Subject: [PATCH 2/2] fix(ci): Set github user after project was moved Signed-off-by: Ferdinand Thiessen Signed-off-by: Benjamin Gaussorgues --- .github/workflows/changelog-generate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog-generate.yml b/.github/workflows/changelog-generate.yml index 87e047cc48..e9a83196f1 100644 --- a/.github/workflows/changelog-generate.yml +++ b/.github/workflows/changelog-generate.yml @@ -33,7 +33,7 @@ jobs: with: args: > -t ${{ secrets.GITHUB_TOKEN }} - --user nextcloud + --user nextcloud-libraries --project nextcloud-vue --no-issues --no-issues-wo-labels