[ci] release (#5879)

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/dashboard@4.4.3

### Patch Changes

-   c15c6fd: Make each entry in `strings` in locale type optional
-   Updated dependencies [c15c6fd]
    -   @uppy/status-bar@4.2.3

## @uppy/locales@4.8.3

### Patch Changes

-   1a0beb9: Add all locales to globalThis.Uppy.locales.[locale-name]

## @uppy/status-bar@4.2.3

### Patch Changes

-   c15c6fd: Make each entry in `strings` in locale type optional

## uppy@4.18.1

### Patch Changes

-   Updated dependencies [c15c6fd]
-   Updated dependencies [1a0beb9]
    -   @uppy/status-bar@4.2.3
    -   @uppy/dashboard@4.4.3
    -   @uppy/locales@4.8.3

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-08-06 10:10:03 +02:00 committed by GitHub
parent 1a0beb9283
commit 8d39ba326c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 34 additions and 15 deletions

View file

@ -1,6 +0,0 @@
---
"@uppy/status-bar": patch
"@uppy/dashboard": patch
---
Make each entry in `strings` in locale type optional

View file

@ -1,5 +0,0 @@
---
"@uppy/locales": patch
---
Add all locales to globalThis.Uppy.locales.[locale-name]

View file

@ -1,5 +1,13 @@
# @uppy/dashboard
## 4.4.3
### Patch Changes
- c15c6fd: Make each entry in `strings` in locale type optional
- Updated dependencies [c15c6fd]
- @uppy/status-bar@4.2.3
## 4.4.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/dashboard",
"description": "Universal UI plugin for Uppy.",
"version": "4.4.2",
"version": "4.4.3",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",

View file

@ -1,5 +1,11 @@
# @uppy/locales
## 4.8.3
### Patch Changes
- 1a0beb9: Add all locales to globalThis.Uppy.locales.[locale-name]
## 4.8.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/locales",
"description": "Uppy language packs",
"version": "4.8.2",
"version": "4.8.3",
"license": "MIT",
"type": "module",
"main": "locale-pack/index.mjs",

View file

@ -1,5 +1,11 @@
# @uppy/status-bar
## 4.2.3
### Patch Changes
- c15c6fd: Make each entry in `strings` in locale type optional
## 4.2.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/status-bar",
"description": "A progress bar for Uppy, with many bells and whistles.",
"version": "4.2.2",
"version": "4.2.3",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",

View file

@ -1,5 +1,15 @@
# uppy
## 4.18.1
### Patch Changes
- Updated dependencies [c15c6fd]
- Updated dependencies [1a0beb9]
- @uppy/status-bar@4.2.3
- @uppy/dashboard@4.4.3
- @uppy/locales@4.8.3
## 4.19.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "uppy",
"description": "Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
"version": "4.18.0",
"version": "4.18.1",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.js",