mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
feat: add support to Nextcloud 33 on main
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
ecee5bbfd3
commit
4d75618e33
6 changed files with 8 additions and 7 deletions
1
.github/workflows/npm-audit-fix.yml
vendored
1
.github/workflows/npm-audit-fix.yml
vendored
|
|
@ -26,6 +26,7 @@ jobs:
|
|||
matrix:
|
||||
branches:
|
||||
- ${{ github.event.repository.default_branch }}
|
||||
- 'stable32'
|
||||
- 'stable31'
|
||||
- 'stable30'
|
||||
|
||||
|
|
|
|||
2
.github/workflows/update-nextcloud-ocp.yml
vendored
2
.github/workflows/update-nextcloud-ocp.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branches: ['main', 'master', 'stable31', 'stable30']
|
||||
branches: ['main', 'master', 'stable32', 'stable31', 'stable30']
|
||||
|
||||
name: update-nextcloud-ocp-${{ matrix.branches }}
|
||||
|
||||
|
|
|
|||
2
.github/workflows/update-psalm-baseline.yml
vendored
2
.github/workflows/update-psalm-baseline.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branches: ['main', 'stable31', 'stable30', 'stable29']
|
||||
branches: ['main', 'stable32', 'stable31', 'stable30']
|
||||
|
||||
name: update-psalm-baseline-${{ matrix.branches }}
|
||||
|
||||
|
|
|
|||
|
|
@ -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>12.0.0-dev.1</version>
|
||||
<version>13.0.0-dev.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="contact@librecode.coop" homepage="https://librecode.coop">LibreCode</author>
|
||||
<documentation>
|
||||
|
|
@ -45,7 +45,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform
|
|||
<donation type="stripe" title="Donate via Stripe">https://buy.stripe.com/eVqfZibhx8QO3LseWc2kw00</donation>
|
||||
<dependencies>
|
||||
<lib>openssl</lib>
|
||||
<nextcloud min-version="32" max-version="32"/>
|
||||
<nextcloud min-version="33" max-version="33"/>
|
||||
<architecture>x86_64</architecture>
|
||||
<architecture>aarch64</architecture>
|
||||
</dependencies>
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "libresign",
|
||||
"version": "12.0.0",
|
||||
"version": "13.0.0-dev.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "libresign",
|
||||
"version": "12.0.0",
|
||||
"version": "13.0.0-dev.0",
|
||||
"license": "agpl",
|
||||
"dependencies": {
|
||||
"@fontsource/dancing-script": "^5.2.6",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "libresign",
|
||||
"description": "A app for signing documents",
|
||||
"version": "12.0.0",
|
||||
"version": "13.0.0-dev.0",
|
||||
"license": "agpl",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue