Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[full-ci] Update web 5.2.0 #3262

Merged
merged 2 commits into from
Mar 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion accounts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 0 additions & 8 deletions changelog/unreleased/update-web-5.1.0.md

This file was deleted.

9 changes: 9 additions & 0 deletions changelog/unreleased/update-web-5.2.0.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
"xml-js": "^1.6.11"
},
"peerDependencies": {
"owncloud-design-system": "^12.1.0"
"owncloud-design-system": "^12.2.2"
}
}
2 changes: 1 addition & 1 deletion web/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down