Skip to content

Commit b02cb96

Browse files
Merge pull request #816 from nextcloud/update-master-version
feat(deps): Add Nextcloud 33 support on master
2 parents 648378e + d756447 commit b02cb96

6 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/npm-audit-fix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
matrix:
2727
branches:
2828
- ${{ github.event.repository.default_branch }}
29+
- 'stable32'
2930
- 'stable31'
3031
- 'stable30'
3132

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<description>
1111
Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length
1212
</description>
13-
<version>4.0.0-dev.0</version>
13+
<version>5.0.0-dev.0</version>
1414
<licence>agpl</licence>
1515
<author>Bjoern Schiessle</author>
1616
<namespace>Password_Policy</namespace>
@@ -21,7 +21,7 @@
2121
<category>security</category>
2222
<bugs>https://github.com/nextcloud/password_policy/issues</bugs>
2323
<dependencies>
24-
<nextcloud min-version="32" max-version="32" />
24+
<nextcloud min-version="33" max-version="33" />
2525
</dependencies>
2626

2727
<settings>

js/password_policy-settings.mjs.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This file is generated from multiple sources. Included packages:
5757
- version: 7.5.4
5858
- license: MIT
5959
- password_policy
60-
- version: 4.0.0-dev.0
60+
- version: 5.0.0-dev.0
6161
- license: AGPL-3.0-or-later
6262
- tabbable
6363
- version: 6.2.0

js/password_policy-settings.mjs.map.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This file is generated from multiple sources. Included packages:
5757
- version: 7.5.4
5858
- license: MIT
5959
- password_policy
60-
- version: 4.0.0-dev.0
60+
- version: 5.0.0-dev.0
6161
- license: AGPL-3.0-or-later
6262
- tabbable
6363
- version: 6.2.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "password_policy",
33
"description": "Password Policy for nextcloud",
4-
"version": "4.0.0-dev.0",
4+
"version": "5.0.0-dev.0",
55
"author": "Nextcloud GmbH and Nextcloud contributors",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)