mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
chore: say hello to Nextcloud 31
Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
9be7b1ba7c
commit
d8883aba2a
7 changed files with 11 additions and 7 deletions
2
.github/workflows/npm-audit-fix.yml
vendored
2
.github/workflows/npm-audit-fix.yml
vendored
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
2
.github/workflows/update-nextcloud-ocp.yml
vendored
2
.github/workflows/update-nextcloud-ocp.yml
vendored
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
2
.github/workflows/update-psalm-baseline.yml
vendored
2
.github/workflows/update-psalm-baseline.yml
vendored
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform
|
|||
|
||||
* [Donate with GitHub Sponsor: ](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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue