Skip to content

Commit

Permalink
Merge pull request #4409 from nextcloud-libraries/v7.12.2
Browse files Browse the repository at this point in the history
7.12.2
  • Loading branch information
Altahrim committed Aug 11, 2023
2 parents 1bf8c86 + c546467 commit 0e372a5
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-generate.yml
Expand Up @@ -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
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/vue",
"version": "7.12.1",
"version": "7.12.2",
"description": "Nextcloud vue components",
"keywords": [
"vuejs",
Expand Down

0 comments on commit 0e372a5

Please sign in to comment.