From 2f6849d4daa23d52a4318682775b405b32a8402e Mon Sep 17 00:00:00 2001 From: Prakash Date: Wed, 25 Mar 2026 20:18:18 +0530 Subject: [PATCH] add missing changeset for #6156 (#6242) context : https://transloadit.slack.com/archives/C0FMW9PSB/p1774438325564219 is this the right way to add missing changeset ? --- .changeset/giant-eyes-run.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/giant-eyes-run.md diff --git a/.changeset/giant-eyes-run.md b/.changeset/giant-eyes-run.md new file mode 100644 index 000000000..932d9e94a --- /dev/null +++ b/.changeset/giant-eyes-run.md @@ -0,0 +1,5 @@ +--- +"@uppy/transloadit": patch +--- + +Fix allowMultipleUploadBatches to prevent adding/removing files while an upload is in progress (#6156)