retarget changesets for packages merged into @uppy/core, there are old

changesets which mention the merged packages which would fail yarn
changeset, so replaced those packages with @uppy/core
This commit is contained in:
prakash 2026-06-30 16:38:59 +05:30
parent 6ebe5603a3
commit 5a6f6a1b50
No known key found for this signature in database
3 changed files with 4 additions and 8 deletions

View file

@ -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

View file

@ -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.

View file

@ -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.