Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releasing v7.12.4 #4472

Merged
merged 3 commits into from Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/release.yml
@@ -0,0 +1,33 @@
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
changelog:
exclude:
authors:
- dependabot
- dependabot[bot]
- nextcloud-bot
- nextcloud-command
labels:
- automated
- dependencies
- duplicate
- invalid
- l10n
- question
- wontfix

categories:
- title: 🔐 Security
labels:
- security
- title: 💥 Breaking Changes
labels:
- breaking
- title: 🚀 Enhancements
labels:
- enhancement
- title: 🐛 Fixed bugs
labels:
- bug
- title: Other Changes
labels:
- "*"
60 changes: 0 additions & 60 deletions .github/workflows/changelog-generate.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/command-l10n-update.yml
Expand Up @@ -15,11 +15,6 @@ jobs:
head_ref: ${{ steps.comment-branch.outputs.head_ref }}

steps:
- name: Check actor permission
uses: skjnldsv/check-actor-permission@v2
with:
require: write

- name: Add reaction on start
uses: peter-evans/create-or-update-comment@v3
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/npm-publish.yml
Expand Up @@ -15,11 +15,6 @@ jobs:

name: Build and publish to npm
steps:
- name: Check actor permission level
uses: skjnldsv/check-actor-permission@v2
with:
require: admin

- name: Checkout
uses: actions/checkout@v3

Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file.

# Changelog

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

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

### :bug: Fixed bugs
* [stable7] fix(NcRichText) - don't populate a first newline to properly parse blockqoute tags by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4471

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