diff --git a/.changeset/curvy-feet-chew.md b/.changeset/curvy-feet-chew.md index 4cfe7f172..7bb6c8b50 100644 --- a/.changeset/curvy-feet-chew.md +++ b/.changeset/curvy-feet-chew.md @@ -3,13 +3,10 @@ "@uppy/google-photos-picker": patch "@uppy/google-drive-picker": patch "@uppy/thumbnail-generator": patch -"@uppy/companion-client": patch "@uppy/golden-retriever": patch "@uppy/image-generator": patch -"@uppy/provider-views": patch "@uppy/remote-sources": patch "@uppy/screen-capture": patch -"@uppy/store-default": patch "@uppy/google-drive": patch "@uppy/image-editor": patch "@uppy/transloadit": patch @@ -31,7 +28,6 @@ "@uppy/webdav": patch "@uppy/audio": patch "@uppy/react": patch -"@uppy/utils": patch "@uppy/core": patch "@uppy/form": patch "@uppy/zoom": patch @@ -42,4 +38,4 @@ "uppy": patch --- -Bump shared runtime dependencies (preact, nanoid, lodash, classnames, shallow-equal, pretty-bytes, p-queue, tus-js-client, @transloadit/types @transloadit/prettier-bytes v1, is-mobile, exifr, compressorjs, rxjs, tslib). Also includes type-only fixes in `@uppy/companion`'s `jwt.ts` and `request.ts` to track `@types/jsonwebtoken` v9 and `@types/node`. \ No newline at end of file +Bump shared runtime dependencies (preact, nanoid, lodash, classnames, shallow-equal, pretty-bytes, p-queue, tus-js-client, @transloadit/types @transloadit/prettier-bytes v1, is-mobile, exifr, compressorjs, rxjs, tslib). Also includes type-only fixes in `@uppy/companion`'s `jwt.ts` and `request.ts` to track `@types/jsonwebtoken` v9 and `@types/node`. diff --git a/.changeset/lazy-berries-brake.md b/.changeset/lazy-berries-brake.md index 5aa8c52c5..bd4bd6e0c 100644 --- a/.changeset/lazy-berries-brake.md +++ b/.changeset/lazy-berries-brake.md @@ -1,5 +1,5 @@ --- -"@uppy/companion-client": patch +"@uppy/core": patch --- uploadRemoteFile() now queues token request and websocket request as a single job in the request queue. diff --git a/.changeset/mighty-deers-sin.md b/.changeset/mighty-deers-sin.md index 71159166a..980aaa29d 100644 --- a/.changeset/mighty-deers-sin.md +++ b/.changeset/mighty-deers-sin.md @@ -1,8 +1,8 @@ --- -"@uppy/companion-client": major +"@uppy/core": major "@uppy/companion": major --- Send token using websocket instead of window.opener. -Breaking in `@uppy/companion-client` because it needs newest version of Companion in order to work. +Breaking in `@uppy/core` because it needs newest version of Companion in order to work. Breaking in `@uppy/companion` because `companion.socket()` now requires `companionOptions` to be passed as the second argument.