Skip to content

Commit

Permalink
Merge pull request #1869 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 30 support on master
  • Loading branch information
nickvergessen authored Mar 28, 2024
2 parents 1d6755e + 56fe44f commit caa978c
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 22 deletions.
7 changes: 3 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable28
target-branch: stable29
open-pull-requests-limit: 10
labels:
- 3. to review
Expand All @@ -56,7 +56,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable27
target-branch: stable28
open-pull-requests-limit: 10
labels:
- 3. to review
Expand All @@ -72,7 +72,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable26
target-branch: stable27
open-pull-requests-limit: 10
labels:
- 3. to review
Expand All @@ -81,4 +81,3 @@ updates:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']

name: update-nextcloud-ocp-${{ matrix.branches }}

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
📣 Announcement center: An announcement was posted by an admin]]></description>

<version>2.17.0</version>
<version>3.0.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>

Expand All @@ -30,7 +30,7 @@
<repository>https://github.com/nextcloud/notifications.git</repository>

<dependencies>
<nextcloud min-version="29" max-version="29" />
<nextcloud min-version="30" max-version="30" />
</dependencies>

<background-jobs>
Expand Down
4 changes: 2 additions & 2 deletions js/notifications-admin-settings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/notifications-admin-settings.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/notifications-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/notifications-main.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/notifications-settings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/notifications-settings.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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
@@ -1,7 +1,7 @@
{
"name": "notifications",
"description": "This app provides a backend and frontend for the notification API available in Nextcloud.",
"version": "2.17.0",
"version": "3.0.0",
"author": "Joas Schilling <[email protected]>",
"license": "agpl",
"private": true,
Expand Down

0 comments on commit caa978c

Please sign in to comment.