Merge pull request #5314 from nextcloud/update-main-version

This commit is contained in:
Julius Härtl
2023-11-23 16:18:26 +01:00
committed by GitHub
6 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ updates:
- juliushaertl
- package-ecosystem: npm
target-branch: stable27
target-branch: stable28
versioning-strategy: lockfile-only
directory: "/"
schedule:
@@ -30,7 +30,7 @@ updates:
- dependencies
- package-ecosystem: npm
target-branch: stable26
target-branch: stable27
versioning-strategy: lockfile-only
directory: "/"
schedule:

View File

@@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["main", "master", "stable27", "stable26", "stable25", "stable24"]
branches: ["main", "master", "stable28", "stable27", "stable26", "stable25", "stable24"]
name: npm-audit-fix-${{ matrix.branches }}

View File

@@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["main", "master", "stable27", "stable26", "stable25"]
branches: ["main", "master", "stable28", "stable27", "stable26"]
name: update-nextcloud-ocp-${{ matrix.branches }}

View File

@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
<version>1.12.0-beta.3</version>
<version>1.13.0-dev</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>
@@ -38,7 +38,7 @@
<database min-version="9.4">pgsql</database>
<database>sqlite</database>
<database min-version="8.0">mysql</database>
<nextcloud min-version="28" max-version="28"/>
<nextcloud min-version="29" max-version="29"/>
</dependencies>
<background-jobs>
<job>OCA\Deck\Cron\DeleteCron</job>

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "deck",
"version": "1.12.0-beta.3",
"version": "1.13.0-dev",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "deck",
"version": "1.12.0-beta.3",
"version": "1.13.0-dev",
"license": "agpl",
"dependencies": {
"@babel/polyfill": "^7.12.1",

View File

@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.12.0-beta.3",
"version": "1.13.0-dev",
"authors": [
{
"name": "Julius Härtl",
@@ -106,4 +106,4 @@
"<rootDir>/node_modules/jest-serializer-vue"
]
}
}
}