Skip to content

Commit

Permalink
Merge pull request #3926 from nextcloud/v7.8.4
Browse files Browse the repository at this point in the history
chore(release): Bump version to 7.8.4
  • Loading branch information
nickvergessen authored Mar 24, 2023
2 parents 1f5a81c + 733ceb2 commit 39a14a1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## [v7.8.4](https://github.com/nextcloud/nextcloud-vue/tree/v7.8.4) (2023-03-24)

[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.8.3...v7.8.4)

### :bug: Fixed bugs

- Fix styles inheritance in `NcAvatar` when being mounted [\#3925](https://github.com/nextcloud/nextcloud-vue/pull/3925) ([Antreesy](https://github.com/Antreesy))
- fix\(NcRichContenteditable\): Fix tribute emoji complete interfering unexpectedly aka. 🇨🇨 [\#3924](https://github.com/nextcloud/nextcloud-vue/pull/3924) ([nickvergessen](https://github.com/nickvergessen))
- feat\(Emoji\): Suggest emojis based on text smiles [\#3923](https://github.com/nextcloud/nextcloud-vue/pull/3923) ([mejo-](https://github.com/mejo-))
- fix\(NcListItem\): Bring back correct href for router-link links [\#3922](https://github.com/nextcloud/nextcloud-vue/pull/3922) ([raimund-schluessler](https://github.com/raimund-schluessler))

## [v7.8.3](https://github.com/nextcloud/nextcloud-vue/tree/v7.8.3) (2023-03-23)

[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.8.2...v7.8.3)
Expand All @@ -11,7 +22,6 @@ All notable changes to this project will be documented in this file.
- fix\(NcRichContenteditable\): prevent tribute from opening on keyup [\#3917](https://github.com/nextcloud/nextcloud-vue/pull/3917) ([skjnldsv](https://github.com/skjnldsv))
- fix\(NcRichContenteditable\): Fix pasting XML and HTML content [\#3915](https://github.com/nextcloud/nextcloud-vue/pull/3915) ([nickvergessen](https://github.com/nickvergessen))


## [v7.8.2](https://github.com/nextcloud/nextcloud-vue/tree/v7.8.2) (2023-03-22)

[Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v7.8.1...v7.8.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/vue",
"version": "7.8.3",
"version": "7.8.4",
"description": "Nextcloud vue components",
"keywords": [
"vuejs",
Expand Down

0 comments on commit 39a14a1

Please sign in to comment.