Skip to content

Commit f3f29b1

Browse files
authored
Merge pull request #2421 from nextcloud/update-master-version
feat(deps): Add Nextcloud 31 support on master
2 parents cd86a02 + 1c57225 commit f3f29b1

10 files changed

+16
-14
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
24+
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
2525

2626
name: npm-audit-fix-${{ matrix.branches }}
2727

appinfo/info.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<name>Viewer</name>
66
<summary>Simple file viewer with slideshow for media</summary>
77
<description><![CDATA[Show your latest holiday photos and videos like in the movies, show a glimpse of your latest novel directly from your Nextcloud, choose the best GIF of your collection thanks to the direct preview of your favorites files and many more!]]></description>
8-
<version>3.0.0</version>
8+
<version>4.0.0</version>
99
<licence>agpl</licence>
1010
<author mail="skjnldsv@protonmail.com">John Molakvoæ</author>
1111
<namespace>Viewer</namespace>
1212
<category>tools</category>
1313
<bugs>https://github.com/nextcloud/viewer</bugs>
1414
<screenshot>https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Viewer/viewer.png</screenshot>
1515
<dependencies>
16-
<nextcloud min-version="30" max-version="30" />
16+
<nextcloud min-version="31" max-version="31" />
1717
</dependencies>
1818
<default_enable />
1919
</info>

js/index-CDRms4XZ.chunk.mjs js/index-CegslqU0.chunk.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*! third party licenses: js/vendor.LICENSE.txt */
22
const appName = "viewer";
3-
const appVersion = "3.0.0";
3+
const appVersion = "4.0.0";
44
import { g as getDefaultExportFromCjs, p as process$1, c as commonjsGlobal } from "./viewer-main.mjs";
55
function _typeof(o) {
66
"@babel/helpers - typeof";

js/index-CDRms4XZ.chunk.mjs.map js/index-CegslqU0.chunk.mjs.map

+1-1
Large diffs are not rendered by default.

js/index.esm-DMW2M4EO.chunk.mjs js/index.esm-CewDJXBi.chunk.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*! third party licenses: js/vendor.LICENSE.txt */
22
const appName = "viewer";
3-
const appVersion = "3.0.0";
3+
const appVersion = "4.0.0";
44
function _defineProperty$1(e, t, i) {
55
return (t = _toPropertyKey(t)) in e ? Object.defineProperty(e, t, { value: i, enumerable: true, configurable: true, writable: true }) : e[t] = i, e;
66
}

js/index.esm-DMW2M4EO.chunk.mjs.map js/index.esm-CewDJXBi.chunk.mjs.map

+1-1
Large diffs are not rendered by default.

js/viewer-main.mjs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*! third party licenses: js/vendor.LICENSE.txt */
22
const appName = "viewer";
3-
const appVersion = "3.0.0";
3+
const appVersion = "4.0.0";
44
const global$1 = globalThis || void 0 || self;
55
var define_global_process_env_default = {};
66
/*!
@@ -121421,7 +121421,7 @@ const _sfc_main$3 = {
121421121421
const FilerobotImageEditor = (await __vitePreload(async () => {
121422121422
const { default: __vite_default__ } = await import(
121423121423
/* webpackChunkName: 'filerobot' */
121424-
"./index-CDRms4XZ.chunk.mjs"
121424+
"./index-CegslqU0.chunk.mjs"
121425121425
);
121426121426
return { default: __vite_default__ };
121427121427
}, true ? [] : void 0, import.meta.url)).default;
@@ -121927,7 +121927,7 @@ const Images = {
121927121927
};
121928121928
const VuePlyr$1 = () => __vitePreload(() => import(
121929121929
/* webpackChunkName: 'plyr' */
121930-
"./index.esm-DMW2M4EO.chunk.mjs"
121930+
"./index.esm-CewDJXBi.chunk.mjs"
121931121931
), true ? [] : void 0, import.meta.url);
121932121932
const blankVideo = h$2("viewer", "blank.mp4");
121933121933
const _sfc_main$1 = {
@@ -122079,7 +122079,7 @@ const Videos = {
122079122079
};
122080122080
const VuePlyr = () => __vitePreload(() => import(
122081122081
/* webpackChunkName: 'plyr' */
122082-
"./index.esm-DMW2M4EO.chunk.mjs"
122082+
"./index.esm-CewDJXBi.chunk.mjs"
122083122083
), true ? [] : void 0, import.meta.url);
122084122084
const _sfc_main = {
122085122085
name: "Audios",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "viewer",
33
"description": "Simple file viewer with slideshow for media",
4-
"version": "3.0.0",
4+
"version": "4.0.0",
55
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
66
"contributors": [
77
"John Molakvoæ <skjnldsv@protonmail.com>"

renovate.json

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"ignoreUnstable": false,
2020
"baseBranches": [
2121
"master",
22+
"stable30",
2223
"stable29",
2324
"stable28"
2425
],
@@ -67,6 +68,7 @@
6768
"major"
6869
],
6970
"matchBaseBranches": [
71+
"stable30",
7072
"stable29",
7173
"stable28"
7274
],

0 commit comments

Comments
 (0)