chore: say hello to Nextcloud 31

Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
Vitor Mattos 2025-01-27 08:50:54 -03:00
parent 9be7b1ba7c
commit d8883aba2a
No known key found for this signature in database
GPG key ID: B7AB4B76A7CA7318
7 changed files with 11 additions and 7 deletions

View file

@ -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 }}

View file

@ -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 }}

View file

@ -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 }}

View file

@ -17,6 +17,10 @@ Types of changes:
- *Security* in case of vulnerabilities.
<!-- changelog-linker -->
## 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)

View file

@ -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)
]]></description>
<version>11.0.0-dev.2</version>
<version>12.0.0-dev</version>
<licence>agpl</licence>
<author mail="contact@librecode.coop" homepage="https://librecode.coop">LibreCode</author>
<documentation>

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {