Revert "[ci] release (#6162)"

This reverts commit 671e6b26f4.
This commit is contained in:
Murderlon 2026-02-03 10:51:07 +01:00
parent 671e6b26f4
commit 37f69d088d
No known key found for this signature in database
25 changed files with 43 additions and 104 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' })