Revert "[ci] release (#6153)"

This reverts commit 0ee8fef148.
This commit is contained in:
Murderlon 2026-01-29 17:32:56 +01:00
parent 0ee8fef148
commit c0a8776484
No known key found for this signature in database
25 changed files with 43 additions and 104 deletions

View file

@ -0,0 +1,5 @@
---
"@uppy/locales": patch
---
Update cs_CZ dropPaste keys to use the correct variables.

View file

@ -0,0 +1,6 @@
---
"@uppy/components": patch
"@uppy/vue": patch
---
- Fix Vue components to work with kebab-case props (`:edit-file` instead of `:editFile`)

View file

@ -0,0 +1,5 @@
---
"@uppy/tus": patch
---
Fix Node.js support by conditionally setting a property which does not exist in Node.js instead of crashing.

View file

@ -0,0 +1,5 @@
---
"@uppy/transloadit": minor
---
Migrate from 'transloadit' to '@transloadit/types' to get the types. No need to drag in the entire SDK.

View file

@ -0,0 +1,9 @@
---
"@uppy/image-editor": minor
"@uppy/components": minor
"@uppy/svelte": minor
"@uppy/react": minor
"@uppy/vue": minor
---
Introduce `useImageEditor` to build your own UI for using our image editor in React, Vue, and Svelte.