[full-ci] Update web 5.2.0 (#3262)

* bump web 5.2.0

* update accounts yarn lock
This commit is contained in:
Florian Schade
2022-03-03 19:39:55 +01:00
committed by GitHub
parent d04f54e92f
commit 19980d9274
7 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ CORE_COMMITID=4512f46e7196a8c1f1cfc56ec397628cbf540407
CORE_BRANCH=master
# The test runner source for UI tests
WEB_COMMITID=1318eaad950cbeaaf6e30bcbfe998515a932be23
WEB_COMMITID=b240ba9117e998edc0cd7d1d5586ba19591e1511
WEB_BRANCH=master
+1 -1
View File
@@ -80,7 +80,7 @@
"xml-js": "^1.6.11"
},
"peerDependencies": {
"owncloud-design-system": "^12.1.0"
"owncloud-design-system": "^12.2.2"
},
"packageManager": "yarn@3.1.0"
}
+1 -1
View File
@@ -8347,7 +8347,7 @@ __metadata:
vuex: ^3.5.1
xml-js: ^1.6.11
peerDependencies:
owncloud-design-system: ^12.1.0
owncloud-design-system: ^12.2.2
languageName: unknown
linkType: soft
-8
View File
@@ -1,8 +0,0 @@
Enhancement: Update ownCloud Web to v5.1.0
Tags: web
We updated ownCloud Web to v5.1.0. Please refer to the changelog (linked) for details on the web release.
https://github.com/owncloud/ocis/pull/3202
https://github.com/owncloud/web/releases/tag/v5.1.0
+9
View File
@@ -0,0 +1,9 @@
Enhancement: Update ownCloud Web to v5.2.0
Tags: web
We updated ownCloud Web to v5.2.0. Please refer to the changelog (linked) for details on the web release.
https://github.com/owncloud/web/pull/6506
https://github.com/owncloud/ocis/pull/3202
https://github.com/owncloud/web/releases/tag/v5.2.0
+1 -1
View File
@@ -80,6 +80,6 @@
"xml-js": "^1.6.11"
},
"peerDependencies": {
"owncloud-design-system": "^12.1.0"
"owncloud-design-system": "^12.2.2"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v5.2.0-rc.2
WEB_ASSETS_VERSION = v5.2.0
include ../.make/recursion.mk