Skip to content

Commit

Permalink
Merge pull request #6561 from owncloud/prepare-release-5.3.0
Browse files Browse the repository at this point in the history
Prepare 5.3.0 release
  • Loading branch information
Pascal Wengerter committed Mar 23, 2022
2 parents 5f66fbc + deb3524 commit 77faf98
Show file tree
Hide file tree
Showing 46 changed files with 14 additions and 13 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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

0 comments on commit 77faf98

Please sign in to comment.