зеркало из https://github.com/nextcloud/text.git
feat(deps): Add Nextcloud 30 support on main
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
c995422a00
Коммит
f83efd5f91
|
@ -18,7 +18,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
|
||||
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
|
||||
|
||||
name: npm-audit-fix-${{ matrix.branches }}
|
||||
|
||||
|
|
|
@ -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 }}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.
|
||||
- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!
|
||||
]]></description>
|
||||
<version>3.10.0</version>
|
||||
<version>4.0.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="jus@bitgrid.net">Julius Härtl</author>
|
||||
<namespace>Text</namespace>
|
||||
|
@ -27,7 +27,7 @@
|
|||
<screenshot>https://raw.githubusercontent.com/nextcloud/text/main/img/screenshots/screenshot2.png</screenshot>
|
||||
<screenshot>https://raw.githubusercontent.com/nextcloud/text/main/img/screenshots/screenshot3.gif</screenshot>
|
||||
<dependencies>
|
||||
<nextcloud min-version="29" max-version="29" />
|
||||
<nextcloud min-version="30" max-version="30" />
|
||||
</dependencies>
|
||||
<background-jobs>
|
||||
<job>OCA\Text\Cron\Cleanup</job>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@nextcloud/text",
|
||||
"version": "3.10.0",
|
||||
"version": "4.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@nextcloud/text",
|
||||
"version": "3.10.0",
|
||||
"version": "4.0.0",
|
||||
"license": "agpl",
|
||||
"dependencies": {
|
||||
"@hedgedoc/markdown-it-task-lists": "^2.0.1",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@nextcloud/text",
|
||||
"description": "Collaborative document editing",
|
||||
"version": "3.10.0",
|
||||
"version": "4.0.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Julius Härtl",
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
},
|
||||
{
|
||||
"matchUpdateTypes": ["major"],
|
||||
"matchBaseBranches": ["stable28", "stable27", "stable26"],
|
||||
"matchBaseBranches": ["stable29", "stable28", "stable27", "stable26"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче