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" },