Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ updates:
- dependencies

- package-ecosystem: composer
target-branch: 'stable5.3'
target-branch: 'stable5.4'
directories:
- '/'
- '/vendor-bin/*/'
Expand All @@ -68,7 +68,7 @@ updates:
- dependencies

- package-ecosystem: npm
target-branch: 'stable5.3'
target-branch: 'stable5.4'
directory: '/'
schedule:
interval: weekly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
pull_request:
branches:
- main
- stable5.3
- stable5.4

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ index c218bffb..1e0028ab 100644
- - stable34
- - stable33
+ - main
+ - stable5.3
+ - stable5.4

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-workflow-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- 'stable5.3'
- 'stable5.4'

name: Update workflows in ${{ matrix.branches }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-workflow-templates.yml.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index 85090be9..cf08bd3e 100644
- - 'stable34'
- - 'stable33'
- - 'stable32'
+ - 'stable5.3'
+ - 'stable5.4'

name: Update workflows in ${{ matrix.branches }}

2 changes: 1 addition & 1 deletion .tx/backport
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stable5.3
stable5.4
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
]]></description>

<version>5.4.0</version>
<version>5.5.0-dev</version>
<licence>AGPL-3.0-or-later</licence>

<author>Affan Hussain</author>
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@nextcloud/stylelint-config": "^3.2.2",
"@nextcloud/vite-config": "^2.5.2",
"@playwright/test": "^1.63.0",
"@types/node": "^26.5.0",
"@types/node": "^26.5.1",
"@types/qrcode": "^1.5.6",
"@vue/tsconfig": "^0.9.1",
"eslint-config-prettier": "^10.1.8",
Expand Down
Loading