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

Prepare 5.3.0 release #6561

Merged
merged 5 commits into from
Mar 23, 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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Change: App context route to query instead of params
Enhancement: App context route to query instead of params

We've moved app context information (where you get redirected
when you close an app) into the query instead of a regular
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Enhancement: Update ODS to v13.0.0-rc.6
Enhancement: Update ODS to v13.0.0

We updated the ownCloud Design System to version 13.0.0-rc.6. Please refer to the full changelog in the ODS release (linked) for more details. Summary:
We updated the ownCloud Design System to version 13.0.0. Please refer to the full changelog in the ODS release (linked) for more details. Summary:

- Change - Default type of OcButton: https://github.com/owncloud/owncloud-design-system/pull/2009
- Change - Remove OcStatusIndicators from OcResource: https://github.com/owncloud/owncloud-design-system/pull/2014
Expand All @@ -18,4 +18,5 @@ We updated the ownCloud Design System to version 13.0.0-rc.6. Please refer to th
https://github.com/owncloud/web/pull/6540
https://github.com/owncloud/web/pull/6600
https://github.com/owncloud/web/pull/6584
https://github.com/owncloud/owncloud-design-system/releases/tag/v13.0.0-rc.6
https://github.com/owncloud/web/pull/6561
https://github.com/owncloud/owncloud-design-system/releases/tag/v13.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.2.0",
"version": "5.3.0",
"private": true,
"homepage": "https://github.com/owncloud/web",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-integration-oc10/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For feedback and bug reports, please use the [public issue tracker](https://gith
</description>
<licence>AGPL</licence>
<author>ownCloud</author>
<version>5.2.0</version>
<version>5.3.0</version>
<category>tools</category>
<website>https://github.com/owncloud/web</website>
<bugs>https://github.com/owncloud/web/issues</bugs>
Expand Down
2 changes: 1 addition & 1 deletion packages/web-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"luxon": "^2.3.0",
"marked": "^4.0.12",
"oidc-client": "1.11.5",
"owncloud-design-system": "^13.0.0-rc.6",
"owncloud-design-system": "^13.0.0",
"owncloud-sdk": "~3.0.0-alpha.2",
"p-queue": "^6.1.1",
"popper-max-size-modifier": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sonar.projectKey=owncloud_web
sonar.organization=owncloud-1
sonar.projectName=Web
sonar.projectVersion=5.2.0
sonar.projectVersion=5.3.0
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9552,9 +9552,9 @@ __metadata:
languageName: node
linkType: hard

"owncloud-design-system@npm:^13.0.0-rc.6":
version: 13.0.0-rc.6
resolution: "owncloud-design-system@npm:13.0.0-rc.6"
"owncloud-design-system@npm:^13.0.0":
version: 13.0.0
resolution: "owncloud-design-system@npm:13.0.0"
peerDependencies:
"@popperjs/core": ^2.4.0
"@vue/composition-api": ^1.4.3
Expand All @@ -9571,7 +9571,7 @@ __metadata:
vue-inline-svg: ^2.0.0
vue-select: ^3.12.0
webfontloader: ^1.6.28
checksum: 5ea70e5b03b0ec8be6fb33fbc06cb74eda574d877f673961221a9d209ed741a0c85d41c0e3e2063159e048c8909a410a2ef2d6d3b4ebfc61b22361abf65c3448
checksum: 49b8ca3e469555a6dcb3ca814a46980e2fc9cc1814df01c284dc4eaab3deef922a8cea07e7bb9070468c2513132e063ff5e6f4cc10f03427bfa0b2772100677b
languageName: node
linkType: hard

Expand Down Expand Up @@ -13544,7 +13544,7 @@ __metadata:
luxon: ^2.3.0
marked: ^4.0.12
oidc-client: 1.11.5
owncloud-design-system: ^13.0.0-rc.6
owncloud-design-system: ^13.0.0
owncloud-sdk: ~3.0.0-alpha.2
p-queue: ^6.1.1
popper-max-size-modifier: ^0.2.0
Expand Down