Revert "[ci] release (#6144)"

This reverts commit e290a176e7.
This commit is contained in:
Murderlon 2026-01-23 12:52:09 +01:00
parent e290a176e7
commit 680052b3ce
No known key found for this signature in database
18 changed files with 31 additions and 58 deletions

View file

@ -103,7 +103,7 @@ npm install @uppy/core @uppy/dashboard @uppy/tus
```
Add CSS
[uppy.min.css](https://releases.transloadit.com/uppy/v5.2.3/uppy.min.css),
[uppy.min.css](https://releases.transloadit.com/uppy/v5.2.2/uppy.min.css),
either to your HTML pages `<head>` or include in JS, if your bundler of choice
supports it.
@ -117,7 +117,7 @@ CDN. In that case `Uppy` will attach itself to the global `window.Uppy` object.
```html
<!-- 1. Add CSS to `<head>` -->
<link
href="https://releases.transloadit.com/uppy/v5.2.3/uppy.min.css"
href="https://releases.transloadit.com/uppy/v5.2.2/uppy.min.css"
rel="stylesheet"
/>
@ -128,7 +128,7 @@ CDN. In that case `Uppy` will attach itself to the global `window.Uppy` object.
Uppy,
Dashboard,
Tus,
} from 'https://releases.transloadit.com/uppy/v5.2.3/uppy.min.mjs'
} from 'https://releases.transloadit.com/uppy/v5.2.2/uppy.min.mjs'
const uppy = new Uppy()
uppy.use(Dashboard, { target: '#files-drag-drop' })