Skip to content

Commit

Permalink
Bump SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
diocas committed Sep 5, 2022
1 parent b0c5aec commit 5818612
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
6 changes: 4 additions & 2 deletions changelog/5.5.0_2022-06-20/enhancement-update-sdk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Enhancement: Update SDK

We've updated the ownCloud SDK to version 3.0.0-alpha.10.
We've updated the ownCloud SDK to version 3.0.0-alpha.13.

- Change - Pass full trash bin path to methods of FilesTrash class: https://github.com/owncloud/owncloud-sdk/pull/1021
- Enhancement - Enforce share_type guest if applies: https://github.com/owncloud/owncloud-sdk/pull/1046
Expand All @@ -13,8 +13,10 @@ We've updated the ownCloud SDK to version 3.0.0-alpha.10.
- Enhancement - Add overwrite flag for file move: https://github.com/owncloud/owncloud-sdk/pull/1073
- Bugfix - Always add X-Request-ID: https://github.com/owncloud/owncloud-sdk/pull/1016
- Bugfix - Always add X-Requested-With header: https://github.com/owncloud/owncloud-sdk/pull/1020
- Bugfix - Do not load files from cache in public links: https://github.com/owncloud/owncloud-sdk/pull/1079

https://github.com/owncloud/web/pull/6820
https://github.com/owncloud/web/pull/6952
https://github.com/owncloud/web/pull/6994
https://github.com/owncloud/owncloud-sdk/releases/tag/v3.0.0-alpha.10
https://github.com/owncloud/web/pull/7075
https://github.com/owncloud/owncloud-sdk/releases/tag/v3.0.0-alpha.13
6 changes: 3 additions & 3 deletions packages/web-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@uppy/tus": "^3.0.1",
"@uppy/xhr-upload": "^3.0.1",
"@vue/composition-api": "^1.6.2",
"axios": "^0.27.1",
"axios": "^0.27.2",
"cross-fetch": "^3.0.6",
"easygettext": "https://github.com/owncloud/easygettext/archive/refs/tags/v2.18.1-oc.tar.gz",
"filesize": "^9.0.11",
Expand All @@ -31,7 +31,7 @@
"portal-vue": "^2.1.7",
"postcss-import": "^12.0.1",
"postcss-url": "^9.0.0",
"promise": "^8.0.3",
"promise": "^8.1.0",
"qs": "^6.10.3",
"sanitize-html": "^2.7.0",
"semver": "^7.3.7",
Expand All @@ -54,7 +54,7 @@
"vuex-extensions": "^1.1.5",
"vuex-router-sync": "^5.0.0",
"web-pkg": "*",
"webdav": "4.10.0",
"webdav": "^4.10.0",
"webfontloader": "^1.6.28",
"xml-js": "^1.6.11"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3472,7 +3472,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^0.27.1, axios@npm:^0.27.2":
"axios@npm:^0.27.2":
version: 0.27.2
resolution: "axios@npm:0.27.2"
dependencies:
Expand Down Expand Up @@ -10928,7 +10928,7 @@ __metadata:
languageName: node
linkType: hard

"promise@npm:^8.0.3":
"promise@npm:^8.1.0":
version: 8.1.0
resolution: "promise@npm:8.1.0"
dependencies:
Expand Down Expand Up @@ -13780,7 +13780,7 @@ __metadata:
"@uppy/tus": ^3.0.1
"@uppy/xhr-upload": ^3.0.1
"@vue/composition-api": ^1.6.2
axios: ^0.27.1
axios: ^0.27.2
cross-fetch: ^3.0.6
easygettext: "https://github.com/owncloud/easygettext/archive/refs/tags/v2.18.1-oc.tar.gz"
filesize: ^9.0.11
Expand All @@ -13798,7 +13798,7 @@ __metadata:
portal-vue: ^2.1.7
postcss-import: ^12.0.1
postcss-url: ^9.0.0
promise: ^8.0.3
promise: ^8.1.0
qs: ^6.10.3
sanitize-html: ^2.7.0
semver: ^7.3.7
Expand All @@ -13821,13 +13821,13 @@ __metadata:
vuex-extensions: ^1.1.5
vuex-router-sync: ^5.0.0
web-pkg: "*"
webdav: 4.10.0
webdav: ^4.10.0
webfontloader: ^1.6.28
xml-js: ^1.6.11
languageName: unknown
linkType: soft

"webdav@npm:4.10.0":
"webdav@npm:^4.10.0":
version: 4.10.0
resolution: "webdav@npm:4.10.0"
dependencies:
Expand Down

0 comments on commit 5818612

Please sign in to comment.