From d8883aba2adefc354e14f285e7b3cb0328c6011e Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Mon, 27 Jan 2025 08:50:54 -0300 Subject: [PATCH] chore: say hello to Nextcloud 31 Signed-off-by: Vitor Mattos --- .github/workflows/npm-audit-fix.yml | 2 +- .github/workflows/update-nextcloud-ocp.yml | 2 +- .github/workflows/update-psalm-baseline.yml | 2 +- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index b8c6671e56..3f3d1c9fd3 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable30', 'stable29'] + branches: ['main', 'master', 'stable31', 'stable30', 'stable29'] name: npm-audit-fix-${{ matrix.branches }} diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index 7221019119..bb6a86cbda 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable30', 'stable29', 'stable28'] + branches: ['main', 'master', 'stable31', 'stable30', 'stable29'] name: update-nextcloud-ocp-${{ matrix.branches }} diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 3c57b9cf44..8c87b5d9e6 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ["main", "stable30", "stable29", "stable28"] + branches: ['main', 'stable31', 'stable30', 'stable29'] name: update-psalm-baseline-${{ matrix.branches }} diff --git a/CHANGELOG.md b/CHANGELOG.md index ebebddf766..dda802b661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ Types of changes: - *Security* in case of vulnerabilities. +## 11.0.0 - 2025-01-27 +## Feature +- Say hello to Nexcloud 31 + ## 10.6.0 - 2025-01-27 ### Features - feat: add extracerts to generated cert [#4427](https://github.com/LibreSign/libresign/pull/4427) diff --git a/appinfo/info.xml b/appinfo/info.xml index ffc269d424..2c63329150 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform * [Donate with GitHub Sponsor: ![Donate using GitHub Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/libresign) ]]> - 11.0.0-dev.2 + 12.0.0-dev agpl LibreCode diff --git a/package-lock.json b/package-lock.json index 508107a652..32b597934f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libresign", - "version": "11.0.0", + "version": "12.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libresign", - "version": "11.0.0", + "version": "12.0.0", "license": "agpl", "dependencies": { "@fontsource/dancing-script": "^5.1.1", diff --git a/package.json b/package.json index 82460a99b4..93a6f29c81 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "11.0.0", + "version": "12.0.0", "license": "agpl", "private": true, "scripts": {