[ci] release (#5932)

This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @uppy/drag-drop@5.0.0

### Major Changes

- 3290864: All packages now have export maps. This is a breaking change
in two cases:

1. The css imports have changed from
`@uppy[package]/dist/styles.min.css` to
`@uppy[package]/css/styles.min.css`
2. You were importing something that wasn't exported from the root, for
instance `@uppy/core/lib/foo.js`. You can now only import things we
explicitly exported.

## @uppy/status-bar@5.0.0

### Major Changes

- 3290864: All packages now have export maps. This is a breaking change
in two cases:

1. The css imports have changed from
`@uppy[package]/dist/styles.min.css` to
`@uppy[package]/css/styles.min.css`
2. You were importing something that wasn't exported from the root, for
instance `@uppy/core/lib/foo.js`. You can now only import things we
explicitly exported.

## uppy@5.1.0

### Minor Changes

-   3290864: Bring back StatusBar and DragDrop into the CDN bundle

### Patch Changes

-   Updated dependencies [3290864]
    -   @uppy/status-bar@5.0.0
    -   @uppy/drag-drop@5.0.0

## @uppy/react@5.0.1

### Patch Changes

-   a063bc3: Remove status-bar from export map

## @uppy/vue@3.0.1

### Patch Changes

-   a063bc3: Remove status-bar from export map

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-08-27 17:59:16 +02:00 committed by GitHub
parent a063bc3e4a
commit 3d27be16ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 51 additions and 29 deletions

View file

@ -2,7 +2,7 @@
Hi, thanks for trying out the bundled version of the Uppy File Uploader. You can
use this from a CDN
(`<script src="https://releases.transloadit.com/uppy/v5.0.0/uppy.min.js"></script>`)
(`<script src="https://releases.transloadit.com/uppy/v5.1.0/uppy.min.js"></script>`)
or bundle it with your webapp.
Note that the recommended way to use Uppy is to install it with yarn/npm and use