Skip to content

Commit

Permalink
Merge pull request #4460 from nextcloud-libraries/v7.12.3
Browse files Browse the repository at this point in the history
chore(release): Bump version to 7.12.3
  • Loading branch information
nickvergessen committed Aug 24, 2023
2 parents 9c03fa0 + 0f7fc13 commit 7b87cf5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.

# Changelog

## [v7.12.3](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v7.12.3) (2023-08-24)

[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.12.2...v7.12.3)

## :bug: Fixed bugs
* [stable7] try to fix header size on mobile by @szaimen in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4421
* [stable7] fix(NcListItem): remove empty wrapper for additional elements from DOM if not needed by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4446
* [stable7] Prevent accessible name conflicts on action menu by @Pytal in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4450
* [stable7] fix(NcBreadcrumbs): adjust component for vue filepicker by @raimund-schluessler in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4452
* [stable7] fix: Rename name to title by @Pytal in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4455
* [stable7] fix(NcListItem): don't force blur action menu on tab by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4459
* [stable7] fix(NcRichText): keep newlines in rendered Markdown by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4462

## [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)
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.2",
"version": "7.12.3",
"description": "Nextcloud vue components",
"keywords": [
"vuejs",
Expand Down

0 comments on commit 7b87cf5

Please sign in to comment.