From 6cb87b43b54625f5adedd8947a6075183ed0bb61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 03:26:55 +0000 Subject: [PATCH] Version Packages --- .changeset/bright-buses-listen.md | 5 ----- packages/upup/package.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .changeset/bright-buses-listen.md diff --git a/.changeset/bright-buses-listen.md b/.changeset/bright-buses-listen.md deleted file mode 100644 index f534ecb9..00000000 --- a/.changeset/bright-buses-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"upup-react-file-uploader": major ---- - -This release moves the modern npm package line from 1.5.2 to 2.0.0 and adds optional image editing, bundled locale packs, resumable multipart uploads with pause/resume, richer progress and retry UX, Google Workspace export support, and stronger Google Drive, OneDrive, and Dropbox flows. Existing 1.5.2 integrations can adopt these capabilities incrementally; the locale to localePack rename only affects consumers who tested unpublished builds after 1.5.2. diff --git a/packages/upup/package.json b/packages/upup/package.json index 6a47142d..70d38bf2 100644 --- a/packages/upup/package.json +++ b/packages/upup/package.json @@ -2,7 +2,7 @@ "name": "upup-react-file-uploader", "author": "Devino Solutions", "license": "MIT", - "version": "1.5.2", + "version": "2.0.0", "publishConfig": { "access": "public" },