diff --git a/BUNDLE-README.md b/BUNDLE-README.md index 84907410cf..f233e502a2 100644 --- a/BUNDLE-README.md +++ b/BUNDLE-README.md @@ -2,7 +2,7 @@ Hi, thanks for trying out the bundled version of the Uppy File Uploader. You can use this from a CDN -(``) +(``) or bundle it with your webapp. Note that the recommended way to use Uppy is to install it with yarn/npm and use diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ec06c163..46b56ca7e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,55 @@ Please add your entries in this format: In the current stage we aim to release a new version at least every month. +## 4.0.0 + +Released: 2024-07-10 + +| Package | Version | Package | Version | +| ------------------------- | ------- | ------------------------- | ------- | +| @uppy/angular | 0.7.0 | @uppy/onedrive | 4.0.0 | +| @uppy/audio | 2.0.0 | @uppy/progress-bar | 4.0.0 | +| @uppy/aws-s3 | 4.0.0 | @uppy/provider-views | 4.0.0 | +| @uppy/aws-s3-multipart | 4.0.0 | @uppy/react | 4.0.0 | +| @uppy/box | 3.0.0 | @uppy/react-native | 0.6.0 | +| @uppy/companion | 5.0.0 | @uppy/redux-dev-tools | 4.0.0 | +| @uppy/companion-client | 4.0.0 | @uppy/remote-sources | 2.0.0 | +| @uppy/compressor | 2.0.0 | @uppy/screen-capture | 4.0.0 | +| @uppy/core | 4.0.0 | @uppy/status-bar | 4.0.0 | +| @uppy/dashboard | 4.0.0 | @uppy/store-default | 4.0.0 | +| @uppy/drag-drop | 4.0.0 | @uppy/store-redux | 4.0.0 | +| @uppy/drop-target | 3.0.0 | @uppy/svelte | 4.0.0 | +| @uppy/dropbox | 4.0.0 | @uppy/thumbnail-generator | 4.0.0 | +| @uppy/facebook | 4.0.0 | @uppy/transloadit | 4.0.0 | +| @uppy/file-input | 4.0.0 | @uppy/tus | 4.0.0 | +| @uppy/form | 4.0.0 | @uppy/unsplash | 4.0.0 | +| @uppy/golden-retriever | 4.0.0 | @uppy/url | 4.0.0 | +| @uppy/google-drive | 4.0.0 | @uppy/utils | 6.0.0 | +| @uppy/google-photos | 0.2.0 | @uppy/vue | 2.0.0 | +| @uppy/image-editor | 3.0.0 | @uppy/webcam | 4.0.0 | +| @uppy/informer | 4.0.0 | @uppy/xhr-upload | 4.0.0 | +| @uppy/instagram | 4.0.0 | @uppy/zoom | 3.0.0 | +| @uppy/locales | 4.0.0 | uppy | 4.0.0 | + +- meta: Bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (dependabot[bot] / #5314) +- meta: Bump docker/build-push-action from 6.2.0 to 6.3.0 (dependabot[bot] / #5313) +- @uppy/core: bring back resetProgress (Merlijn Vos / #5320) +- docs: add note regarding `COMPANION_CLIENT_ORIGINS_REGEX` (Antoine du Hamel / #5322) +- @uppy/companion: make streaming upload default to `true` (Mikael Finstad / #5315) +- docs: change slug for aws docs (Merlijn Vos / #5321) +- @uppy/core: export UppyOptions, UppyFile, Meta, Body (Merlijn Vos / #5319) +- meta: fix React linter rules (Antoine du Hamel / #5317) +- meta: enforce use of extension in import type declarations (Antoine du Hamel / #5316) +- @uppy/companion: remove `oauthOrigin` (Antoine du Hamel / #5311) +- docs,@uppy/companion-client: don't close socket when pausing (Mikael Finstad / #4821) +- @uppy/aws-s3: fix signing on client for bucket name with dots (Antoine du Hamel / #5312) +- @uppy/react: introduce useUppyEvent (Merlijn Vos / #5264) +- @uppy/companion: do not list Node.js 20.12 as compatible (Antoine du Hamel / #5309) +- @uppy/provider-views: `.openFolder()` - return progress indication (Evgenia Karunus / #5306) +- examples,@uppy/companion: Release: uppy@3.27.3 (github-actions[bot] / #5304) +- @uppy/companion: fix `TypeError` when parsing request (Antoine du Hamel / #5303) + + ## 4.0.0-beta.14 Released: 2024-07-02 diff --git a/README.md b/README.md index 2ead422eda..e00b149af2 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ npm install @uppy/core @uppy/dashboard @uppy/tus ``` Add CSS -[uppy.min.css](https://releases.transloadit.com/uppy/v4.0.0-beta.14/uppy.min.css), +[uppy.min.css](https://releases.transloadit.com/uppy/v4.0.0/uppy.min.css), either to your HTML page’s `` or include in JS, if your bundler of choice supports it. @@ -102,7 +102,7 @@ object. ```html @@ -113,7 +113,7 @@ object. Uppy, Dashboard, Tus, - } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.14/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v4.0.0/uppy.min.mjs' const uppy = new Uppy() uppy.use(Dashboard, { target: '#files-drag-drop' }) @@ -302,7 +302,7 @@ Use Uppy in your project? - + @@ -319,55 +319,56 @@ Use Uppy in your project? - - - + + + - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
arturigoto-bus-stopkvzaduh95ifedapoolarewajuhedgerh
MurderlonAJvanLoonnqstmifigithub-actions[bot]lakesare
MurderlonmifinqstAJvanLoongithub-actions[bot]lakesare
dependabot[bot]kiloreuxsamuelayosadovnychyirichardwillarsajkachnic
zcallanYukeshShrjankooliverpoolBotzmcallistertyler
mokutsu-courseradschmidtDJWassinkmrbatistataoqftimodwhit
AndrwMbehnammodiBePo65bradedelmancamiloforerocommand-tab
craig-jenningsdavekissdenysdesignethanwillisfrobinsonjrichmeij
richartkeilpaescujmsandmartiuslimMartin005mskelton
mactavishzlafedogrockerjedwoodgeertclerxjasonbosco
ghasrfakhrirartrossngscherromanrobwilson1SxDx
reforaulibanezluarmreman8519Pzocoppadmavilasom
mactavishzlafedogrockerjedwoodjasonboscogeertclerx
ghasrfakhrirossngscherromanrobwilson1SxDxrefo
raulibanezluarmreman8519pedantic-gitPzocoppadmavilasom
phillipalexanderpmusarajpedrofsplnetopatricklindsaypascalwengerter
JimmyLvTashowstajstrayersjauldsteverob
amaituquigebowaptikSpazzMarticusszhsergei-zelinsky
sebasegovia01sdebackerRattonesamuelcolburnfortunto2GNURub
ParsaArvanehPAken-kuromilannakummkopinskymhulethrsh
mauricioribeiromatthewhartstongemjesuelemattfikmateuscruzmasumulu28
masaokmartin-brennanmarcusforsbergmarcosthejewmperrandoonhate
Tashowstajstrayersjauldsteverobamaitu
quigebowaptikSpazzMarticusszhsergei-zelinskysebasegovia01
sdebackerRattonesamuelcolburnfortunto2GNURubrart
ParsaArvanehPAachmiralken-kuromilannakummkopinskymhulet
hrshmauricioribeiromatthewhartstongemjesuelemattfikmateuscruz
masumulu28masaokmartin-brennanmarcusforsbergmarcosthejewmperrando
cryptic022Ozodbek1405leftdevelnil1511coreprocessnicojones
trungcva10a6tnnaveed-ahmadpleasespammelatermarton-laszlo-attilanavruzmmogzol
shahimcltmnafeesboudraMitchell8210achmiralnetdown
mosi-khamaddy-jomdxiaohumagumbojx-zyfkode-ninja
sontixyoujur-ngjohnmanjiro13jyoungbloodgreen-mikegaelicwinter
francklfingulelliotsayesdzcpydkisiczanzlender
olitomasyoann-hellopretvedran555tusharjkhuntthanhthotstduhpf
slawexxx44rtaiebrmoura-92rlebosserhymesluntta
phil714ordagoodselsevierninesaltneuronet77willycamargo
weston-sankey-mark43dwnstenagyvstiigvalentinolivially
bodryitrivikrtop-mastertvaliasektomekptomsaleeba
WIStudenttmaierTiarhaitwarloptcgjcraigcbrunner
codehero7386christianwengertcgoinglovecanvasbhc0b41avalla
argghalfatvagreene-courseraaduh95-test-accountsartoshi-foot-daozackbloom
zlawson-utzachconneryafkariYehudaKremerxhocquetsercraig
ardeoisCommanderRootczjcbush06Aarbelcfra
cspranceprattcmpsubvertallchrischarlybillaudCretezychao
cellvinchungcartfiskcyubryanjswiftbedgerottoeliOcs
yoldarefbautistaemuellEdgarSantiago93sweetrojeetiss
DennisKofflardhoangsvitdavilima6akizorKaminskiDaniellCantabar
mrboomerdanilatdanschalowdanmichaeloCruaierfunctino
amitporttekacsDogfaloalirezahiaalepisalexnj
asmt3ahmadissaadritasharmaAdrreiadityapatadiaadamvigneault
ajh-sradamdottvabannachsuperhawk610ajschmidt8wbaaron
Quorafindbducharmeazizkazeembaayhankesiciogluavneetmalhotra
atsawinash-jc-allenapuyouarthurdennerAbourasstyndria
anthony0030andychongyzandrii-bodnarsuperandrew213radarherekevin-west-10x
kergekacsafiresharkstudioskaspermeinematykaroljveltenmellow-fellow
jmontoyaajcalonsojbelejjszobodyjorgeepcjondewoo
jonathanarbelyjsanchez034Jokcychromacomaprofsmallpinemarc-mabe
Lucklj521lucax88xlucaperretombrlouimdolphinigle
leomelzerleods92galli-leodvirylarowlanleaanthony
hoangbitslabohkip81kyleparisielkebabkidonngIanVS
huydodHussainAlkhalifahHughbertDhiromi2424giacomocerquoneroenschg
gjungbgeoffapplefordgabiganamfuadscodesdtrucsferdiusa
fgallinariGkleinerevaepexaEnricoSottileelliotdickisontheJoeBiz
Jmalesjessica-courseravithjanwiltsjanklimojamestiotio
jcjmccleanJbithellJakubHaladejjakemcallistergaejabongJacobMGEvans
mazorussGreenJimmyintenziveNaxYoishendyweb
trungcva10a6tnnaveed-ahmadnadeemcpleasespammelatermarton-laszlo-attilanavruzm
mogzolshahimcltmnafeesboudraMitchell8210JimmyLv
netdownmosi-khamaddy-jomdxiaohumagumbojx-zyf
kode-ninjasontixyoujur-ngjohnmanjiro13jyoungbloodgreen-mike
gaelicwinterfrancklfingulelliotsayesdzcpydkisic
zanzlenderolitomasyoann-hellopretvedran555tusharjkhuntthanhthot
stduhpfslawexxx44rtaiebrmoura-92rlebosserhymes
lunttaphil714ordagoodselsevierninesaltneuronet77
willycamargoweston-sankey-mark43dwnstenagyvstiigvalentinoli
viallybodryitrivikrtop-mastertvaliasektomekp
tomsaleebaWIStudenttmaierTiarhaitwarloptcgj
craigcbrunnercodehero7386christianwengertcgoinglovecanvasbhc0b41
avallaargghalfatvagreene-courseraaduh95-test-accountsartoshi-foot-dao
zackbloomzlawson-utzachconneryafkariYehudaKremerxhocquet
eliOcsardeoisCommanderRootczjcbush06Aarbel
cfracspranceprattcmpsubvertallchrischarlybillaudCretezy
chaocellvinchungcartfiskcyubryanjswiftbedgerotto
wbaaronyoldarefbautistaemuellEdgarSantiago93sweetro
jeetissDennisKofflardhoangsvitdavilima6akizorKaminskiDaniell
CantabarmrboomerdanilatdanschalowdanmichaeloCruaier
sercraigfunctinoamitporttekacsDogfaloalirezahi
aalepisalexnjasmt3ahmadissaadritasharmaAdrrei
adityapatadiaadamvigneaultajh-sradamdottvabannachsuperhawk610
ajschmidt8Quorafindbducharmeazizkazeembaayhankesicioglu
avneetmalhotraThe-Flashatsawinash-jc-allenapuyouarthurdenner
Abourasstyndriaanthony0030andychongyzandrii-bodnarsuperandrew213
radarhereonhatekevin-west-10xkergekacsafiresharkstudioskaspermeinema
tykaroljveltenmellow-fellowjmontoyaajcalonsojbelej
jszobodyjorgeepcjondewoojonathanarbelyjsanchez034Jokcy
chromacomaprofsmallpinemarc-mabeLucklj521lucax88xlucaperret
ombrlouimdolphinigleleomelzerleods92galli-leo
dvirylarowlanleaanthonyhoangbitslabohkip81kyleparisi
elkebabkidonngIanVShuydodHussainAlkhalifahHughbertD
hiromi2424giacomocerquoneroenschggjungbgeoffapplefordgabiganam
fuadscodesdtrucsferdiusafgallinariGkleinerevaepexa
EnricoSottileelliotdickisontheJoeBizJmalesjessica-courseravith
janwiltsjanklimojamestiotiojcjmccleanJbithellJakubHaladej
jakemcallistergaejabongJacobMGEvansmazorussGreenJimmyintenzive
NaxYoishendyweb
diff --git a/examples/cdn-example/index.html b/examples/cdn-example/index.html index fd5f8391b8..81e951d926 100644 --- a/examples/cdn-example/index.html +++ b/examples/cdn-example/index.html @@ -5,7 +5,7 @@ @@ -19,7 +19,7 @@ Dashboard, Webcam, Tus, - } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.14/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v4.0.0/uppy.min.mjs' const uppy = new Uppy({ debug: true, autoProceed: false }) .use(Dashboard, { trigger: '#uppyModalOpener' }) diff --git a/examples/uppy-with-companion/client/index.html b/examples/uppy-with-companion/client/index.html index 328a116a1e..534e8e35ba 100644 --- a/examples/uppy-with-companion/client/index.html +++ b/examples/uppy-with-companion/client/index.html @@ -5,7 +5,7 @@ @@ -19,7 +19,7 @@ Instagram, GoogleDrive, Tus, - } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.14/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v4.0.0/uppy.min.mjs' const uppy = new Uppy({ debug: true, autoProceed: false }) .use(Dashboard, { trigger: '#uppyModalOpener' }) diff --git a/packages/@uppy/angular/projects/uppy/angular/package.json b/packages/@uppy/angular/projects/uppy/angular/package.json index d694115c69..f86fa09afe 100644 --- a/packages/@uppy/angular/projects/uppy/angular/package.json +++ b/packages/@uppy/angular/projects/uppy/angular/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/angular", "description": "Angular component wrappers around Uppy's official UI plugins.", - "version": "0.7.0-beta.5", + "version": "0.7.0", "license": "MIT", "homepage": "https://uppy.io", "keywords": [ @@ -34,6 +34,5 @@ "@uppy/status-bar": "workspace:^", "@uppy/utils": "workspace:^" }, - "sideEffects": false, - "stableVersion": "0.6.1" + "sideEffects": false } diff --git a/packages/@uppy/audio/package.json b/packages/@uppy/audio/package.json index eb6e147cda..8996225c5c 100644 --- a/packages/@uppy/audio/package.json +++ b/packages/@uppy/audio/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/audio", "description": "Uppy plugin that records audio using the device’s microphone.", - "version": "2.0.0-beta.7", + "version": "2.0.0", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", @@ -36,6 +36,5 @@ }, "publishConfig": { "access": "public" - }, - "stableVersion": "1.1.8" + } } diff --git a/packages/@uppy/aws-s3-multipart/package.json b/packages/@uppy/aws-s3-multipart/package.json index d5e3fe0bda..98579cea8d 100644 --- a/packages/@uppy/aws-s3-multipart/package.json +++ b/packages/@uppy/aws-s3-multipart/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/aws-s3-multipart", "description": "Upload to Amazon S3 with Uppy and S3's Multipart upload strategy", - "version": "4.0.0-beta.6", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -24,6 +24,5 @@ }, "dependencies": { "@uppy/aws-s3": "workspace:^" - }, - "stableVersion": "3.11.0" + } } diff --git a/packages/@uppy/aws-s3/CHANGELOG.md b/packages/@uppy/aws-s3/CHANGELOG.md index 30da7cac62..62077d817d 100644 --- a/packages/@uppy/aws-s3/CHANGELOG.md +++ b/packages/@uppy/aws-s3/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/aws-s3 +## 4.0.0 + +Released: 2024-07-10 +Included in: Uppy v4.0.0 + +- @uppy/aws-s3: fix signing on client for bucket name with dots (Antoine du Hamel / #5312) + ## 4.0.0-beta.7 Released: 2024-06-18 diff --git a/packages/@uppy/aws-s3/package.json b/packages/@uppy/aws-s3/package.json index 5672c86130..3744ef8621 100644 --- a/packages/@uppy/aws-s3/package.json +++ b/packages/@uppy/aws-s3/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/aws-s3", "description": "Upload to Amazon S3 with Uppy", - "version": "4.0.0-beta.8", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -35,6 +35,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.6.2" + } } diff --git a/packages/@uppy/box/package.json b/packages/@uppy/box/package.json index 9498cd85ef..2bca2412ba 100644 --- a/packages/@uppy/box/package.json +++ b/packages/@uppy/box/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/box", "description": "Import files from Box, into Uppy.", - "version": "3.0.0-beta.8", + "version": "3.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -30,6 +30,5 @@ }, "publishConfig": { "access": "public" - }, - "stableVersion": "2.3.0" + } } diff --git a/packages/@uppy/companion-client/CHANGELOG.md b/packages/@uppy/companion-client/CHANGELOG.md index e75deaaefb..556362c6c8 100644 --- a/packages/@uppy/companion-client/CHANGELOG.md +++ b/packages/@uppy/companion-client/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/companion-client +## 4.0.0 + +Released: 2024-07-10 +Included in: Uppy v4.0.0 + +- docs,@uppy/companion-client: don't close socket when pausing (Mikael Finstad / #4821) + ## 4.0.0-beta.7 Released: 2024-06-04 diff --git a/packages/@uppy/companion-client/package.json b/packages/@uppy/companion-client/package.json index 2fbd2741b0..23161d2f63 100644 --- a/packages/@uppy/companion-client/package.json +++ b/packages/@uppy/companion-client/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/companion-client", "description": "Client library for communication with Companion. Intended for use in Uppy plugins.", - "version": "4.0.0-beta.9", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -30,6 +30,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.8.0" + } } diff --git a/packages/@uppy/companion/CHANGELOG.md b/packages/@uppy/companion/CHANGELOG.md index d381bdd3c6..2aaa9da295 100644 --- a/packages/@uppy/companion/CHANGELOG.md +++ b/packages/@uppy/companion/CHANGELOG.md @@ -1,5 +1,16 @@ # @uppy/companion +## 5.0.0 + +Released: 2024-07-10 +Included in: Uppy v4.0.0 + +- @uppy/companion: make streaming upload default to `true` (Mikael Finstad / #5315) +- @uppy/companion: remove `oauthOrigin` (Antoine du Hamel / #5311) +- @uppy/companion: do not list Node.js 20.12 as compatible (Antoine du Hamel / #5309) +- examples,@uppy/companion: Release: uppy@3.27.3 (github-actions[bot] / #5304) +- @uppy/companion: fix `TypeError` when parsing request (Antoine du Hamel / #5303) + ## 5.0.0-beta.12 Released: 2024-07-02 diff --git a/packages/@uppy/companion/package.json b/packages/@uppy/companion/package.json index 09d6f77254..d246cccac7 100644 --- a/packages/@uppy/companion/package.json +++ b/packages/@uppy/companion/package.json @@ -1,6 +1,6 @@ { "name": "@uppy/companion", - "version": "5.0.0-beta.12", + "version": "5.0.0", "description": "OAuth helper and remote fetcher for Uppy's (https://uppy.io) extensible file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Dropbox and Google Drive, S3 and more :dog:", "main": "lib/companion.js", "types": "lib/companion.d.ts", @@ -111,6 +111,5 @@ }, "installConfig": { "hoistingLimits": "workspaces" - }, - "stableVersion": "4.13.0" + } } diff --git a/packages/@uppy/compressor/package.json b/packages/@uppy/compressor/package.json index 62c9ac9c33..18331e80cf 100644 --- a/packages/@uppy/compressor/package.json +++ b/packages/@uppy/compressor/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/compressor", "description": "Uppy plugin that compresses images before upload, saving up to 60% in size", - "version": "2.0.0-beta.8", + "version": "2.0.0", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", @@ -36,6 +36,5 @@ }, "devDependencies": { "vitest": "^1.2.1" - }, - "stableVersion": "1.1.2" + } } diff --git a/packages/@uppy/core/CHANGELOG.md b/packages/@uppy/core/CHANGELOG.md index 49432be5c5..593808c303 100644 --- a/packages/@uppy/core/CHANGELOG.md +++ b/packages/@uppy/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @uppy/core +## 4.0.0 + +Released: 2024-07-10 +Included in: Uppy v4.0.0 + +- @uppy/core: bring back resetProgress (Merlijn Vos / #5320) +- @uppy/core: export UppyOptions, UppyFile, Meta, Body (Merlijn Vos / #5319) + ## 4.0.0-beta.9 Released: 2024-06-04 diff --git a/packages/@uppy/core/package.json b/packages/@uppy/core/package.json index 192fb876dd..cca52bac42 100644 --- a/packages/@uppy/core/package.json +++ b/packages/@uppy/core/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/core", "description": "Core module for the 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.0.0-beta.12", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", @@ -34,6 +34,5 @@ }, "devDependencies": { "vitest": "^1.2.1" - }, - "stableVersion": "3.10.0" + } } diff --git a/packages/@uppy/dashboard/package.json b/packages/@uppy/dashboard/package.json index dd0e285dda..a28bfae32f 100644 --- a/packages/@uppy/dashboard/package.json +++ b/packages/@uppy/dashboard/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/dashboard", "description": "Universal UI plugin for Uppy.", - "version": "4.0.0-beta.11", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", @@ -45,6 +45,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.8.0" + } } diff --git a/packages/@uppy/drag-drop/package.json b/packages/@uppy/drag-drop/package.json index 06ac96dc77..362138f03e 100644 --- a/packages/@uppy/drag-drop/package.json +++ b/packages/@uppy/drag-drop/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/drag-drop", "description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.", - "version": "4.0.0-beta.5", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", @@ -30,6 +30,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.1.0" + } } diff --git a/packages/@uppy/drop-target/package.json b/packages/@uppy/drop-target/package.json index 891e9b8a16..555c7f5b69 100644 --- a/packages/@uppy/drop-target/package.json +++ b/packages/@uppy/drop-target/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/drop-target", "description": "Lets your users drag and drop files on a DOM element", - "version": "3.0.0-beta.6", + "version": "3.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -31,6 +31,5 @@ }, "publishConfig": { "access": "public" - }, - "stableVersion": "2.0.5" + } } diff --git a/packages/@uppy/dropbox/package.json b/packages/@uppy/dropbox/package.json index 60c90c59ae..0f64815fd7 100644 --- a/packages/@uppy/dropbox/package.json +++ b/packages/@uppy/dropbox/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/dropbox", "description": "Import files from Dropbox, into Uppy.", - "version": "4.0.0-beta.9", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -27,6 +27,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.3.0" + } } diff --git a/packages/@uppy/facebook/package.json b/packages/@uppy/facebook/package.json index 09b3c52ebd..117f79b9a9 100644 --- a/packages/@uppy/facebook/package.json +++ b/packages/@uppy/facebook/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/facebook", "description": "Import files from Facebook, into Uppy.", - "version": "4.0.0-beta.7", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -27,6 +27,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.3.0" + } } diff --git a/packages/@uppy/file-input/package.json b/packages/@uppy/file-input/package.json index 00c3718c55..9d0160b460 100644 --- a/packages/@uppy/file-input/package.json +++ b/packages/@uppy/file-input/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/file-input", "description": "Simple UI of a file input button that works with Uppy right out of the box", - "version": "4.0.0-beta.6", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", @@ -27,6 +27,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.1.0" + } } diff --git a/packages/@uppy/form/package.json b/packages/@uppy/form/package.json index 806884e04c..b76e5af283 100644 --- a/packages/@uppy/form/package.json +++ b/packages/@uppy/form/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/form", "description": "Connect Uppy to an existing HTML
.", - "version": "4.0.0-beta.6", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -25,6 +25,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.2.0" + } } diff --git a/packages/@uppy/golden-retriever/package.json b/packages/@uppy/golden-retriever/package.json index cb7f52ed99..20d745b0c9 100644 --- a/packages/@uppy/golden-retriever/package.json +++ b/packages/@uppy/golden-retriever/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/golden-retriever", "description": "The GoldenRetriever Uppy plugin saves selected files in browser cache to seamlessly resume uploding after browser crash or accidentally closed tab", - "version": "4.0.0-beta.6", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -28,6 +28,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.2.0" + } } diff --git a/packages/@uppy/google-drive/package.json b/packages/@uppy/google-drive/package.json index f99ee3be2a..8cb05b95b9 100644 --- a/packages/@uppy/google-drive/package.json +++ b/packages/@uppy/google-drive/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/google-drive", "description": "The Google Drive plugin for Uppy lets users import files from their Google Drive account", - "version": "4.0.0-beta.1", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -28,6 +28,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.5.0" + } } diff --git a/packages/@uppy/google-photos/package.json b/packages/@uppy/google-photos/package.json index 4191aca387..0641f661fc 100644 --- a/packages/@uppy/google-photos/package.json +++ b/packages/@uppy/google-photos/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/google-photos", "description": "The Google Photos plugin for Uppy lets users import photos from their Google Photos account", - "version": "0.2.0-beta.2", + "version": "0.2.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -28,6 +28,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "0.1.0" + } } diff --git a/packages/@uppy/image-editor/package.json b/packages/@uppy/image-editor/package.json index 5d051a6f56..e7ba7c6185 100644 --- a/packages/@uppy/image-editor/package.json +++ b/packages/@uppy/image-editor/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/image-editor", "description": "Image editor and cropping UI", - "version": "3.0.0-beta.6", + "version": "3.0.0", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", @@ -35,6 +35,5 @@ }, "publishConfig": { "access": "public" - }, - "stableVersion": "2.4.4" + } } diff --git a/packages/@uppy/informer/package.json b/packages/@uppy/informer/package.json index 3064ab7f41..1f710fe4be 100644 --- a/packages/@uppy/informer/package.json +++ b/packages/@uppy/informer/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/informer", "description": "A notification and error pop-up bar for Uppy.", - "version": "4.0.0-beta.2", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", @@ -28,6 +28,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.1.0" + } } diff --git a/packages/@uppy/instagram/package.json b/packages/@uppy/instagram/package.json index ba07f6bb91..e76a2d4c3d 100644 --- a/packages/@uppy/instagram/package.json +++ b/packages/@uppy/instagram/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/instagram", "description": "Import photos and videos from Instagram, into Uppy.", - "version": "4.0.0-beta.7", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -30,6 +30,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.3.0" + } } diff --git a/packages/@uppy/locales/package.json b/packages/@uppy/locales/package.json index afee8f7d2b..46ab7eea63 100644 --- a/packages/@uppy/locales/package.json +++ b/packages/@uppy/locales/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/locales", "description": "Uppy language packs", - "version": "4.0.0-beta.4", + "version": "4.0.0", "license": "MIT", "type": "module", "keywords": [ @@ -19,6 +19,5 @@ }, "dependencies": { "@uppy/utils": "workspace:^" - }, - "stableVersion": "3.5.3" + } } diff --git a/packages/@uppy/onedrive/package.json b/packages/@uppy/onedrive/package.json index bdd6fe9bc1..69b6b9c736 100644 --- a/packages/@uppy/onedrive/package.json +++ b/packages/@uppy/onedrive/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/onedrive", "description": "Import files from OneDrive, into Uppy.", - "version": "4.0.0-beta.8", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -27,6 +27,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.3.0" + } } diff --git a/packages/@uppy/progress-bar/package.json b/packages/@uppy/progress-bar/package.json index d7b9517804..d39cb4f594 100644 --- a/packages/@uppy/progress-bar/package.json +++ b/packages/@uppy/progress-bar/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/progress-bar", "description": "A progress bar UI for Uppy", - "version": "4.0.0-beta.4", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", @@ -28,6 +28,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.1.1" + } } diff --git a/packages/@uppy/provider-views/CHANGELOG.md b/packages/@uppy/provider-views/CHANGELOG.md index fc68dba478..6394bce971 100644 --- a/packages/@uppy/provider-views/CHANGELOG.md +++ b/packages/@uppy/provider-views/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/provider-views +## 4.0.0 + +Released: 2024-07-10 +Included in: Uppy v4.0.0 + +- @uppy/provider-views: `.openFolder()` - return progress indication (Evgenia Karunus / #5306) + ## 4.0.0-beta.11 Released: 2024-07-02 diff --git a/packages/@uppy/provider-views/package.json b/packages/@uppy/provider-views/package.json index 3932cbaec7..5b3b26e561 100644 --- a/packages/@uppy/provider-views/package.json +++ b/packages/@uppy/provider-views/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/provider-views", "description": "View library for Uppy remote provider plugins.", - "version": "4.0.0-beta.11", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", @@ -30,6 +30,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.11.0" + } } diff --git a/packages/@uppy/react-native/package.json b/packages/@uppy/react-native/package.json index 89f08bdba9..e253c51508 100644 --- a/packages/@uppy/react-native/package.json +++ b/packages/@uppy/react-native/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/react-native", "description": "React Native Uppy UI components", - "version": "0.5.2", + "version": "0.6.0", "main": "file-picker/index.js", "license": "MIT", "keywords": [ diff --git a/packages/@uppy/react/CHANGELOG.md b/packages/@uppy/react/CHANGELOG.md index ca7c9bef20..bde9e91920 100644 --- a/packages/@uppy/react/CHANGELOG.md +++ b/packages/@uppy/react/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/react +## 4.0.0 + +Released: 2024-07-10 +Included in: Uppy v4.0.0 + +- @uppy/react: introduce useUppyEvent (Merlijn Vos / #5264) + ## 4.0.0-beta.8 Released: 2024-06-27 diff --git a/packages/@uppy/react/package.json b/packages/@uppy/react/package.json index b5ff06ce18..0dd77f5777 100644 --- a/packages/@uppy/react/package.json +++ b/packages/@uppy/react/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/react", "description": "React component wrappers around Uppy's official UI plugins.", - "version": "4.0.0-beta.8", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -57,6 +57,5 @@ "@uppy/status-bar": { "optional": true } - }, - "stableVersion": "3.3.0" + } } diff --git a/packages/@uppy/redux-dev-tools/package.json b/packages/@uppy/redux-dev-tools/package.json index 259f5fd884..8ca097925c 100644 --- a/packages/@uppy/redux-dev-tools/package.json +++ b/packages/@uppy/redux-dev-tools/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/redux-dev-tools", "description": "Redux developer tools plugin for Uppy that simply syncs Uppy’s state with redux-devtools browser or JS extensions, and allows for basic time travel", - "version": "4.0.0-beta.2", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -22,6 +22,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.0.3" + } } diff --git a/packages/@uppy/remote-sources/package.json b/packages/@uppy/remote-sources/package.json index d0f3fd3c30..54e55e9457 100644 --- a/packages/@uppy/remote-sources/package.json +++ b/packages/@uppy/remote-sources/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/remote-sources", "description": "Uppy plugin that includes all remote sources that Uppy+Companion offer, like Instagram, Google Drive, Dropox, Box, Unsplash, Url etc", - "version": "2.0.0-beta.5", + "version": "2.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -48,6 +48,5 @@ "devDependencies": { "resize-observer-polyfill": "^1.5.1", "vitest": "^1.2.1" - }, - "stableVersion": "1.2.0" + } } diff --git a/packages/@uppy/screen-capture/package.json b/packages/@uppy/screen-capture/package.json index db67a097f8..2e6af6d3f9 100644 --- a/packages/@uppy/screen-capture/package.json +++ b/packages/@uppy/screen-capture/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/screen-capture", "description": "Uppy plugin that captures video from display or application.", - "version": "4.0.0-beta.6", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", @@ -32,6 +32,5 @@ }, "publishConfig": { "access": "public" - }, - "stableVersion": "3.2.0" + } } diff --git a/packages/@uppy/status-bar/package.json b/packages/@uppy/status-bar/package.json index dbb3a8ccb7..03f07f670f 100644 --- a/packages/@uppy/status-bar/package.json +++ b/packages/@uppy/status-bar/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/status-bar", "description": "A progress bar for Uppy, with many bells and whistles.", - "version": "4.0.0-beta.9", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", @@ -33,6 +33,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.3.1" + } } diff --git a/packages/@uppy/store-default/package.json b/packages/@uppy/store-default/package.json index 9dfb323007..b97677ae30 100644 --- a/packages/@uppy/store-default/package.json +++ b/packages/@uppy/store-default/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/store-default", "description": "The default simple object-based store for Uppy.", - "version": "4.0.0-beta.2", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -20,6 +20,5 @@ "repository": { "type": "git", "url": "git+https://github.com/transloadit/uppy.git" - }, - "stableVersion": "3.2.2" + } } diff --git a/packages/@uppy/store-redux/package.json b/packages/@uppy/store-redux/package.json index 98c514d930..557cf6ddb0 100644 --- a/packages/@uppy/store-redux/package.json +++ b/packages/@uppy/store-redux/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/store-redux", "description": "Make Uppy use your existing Redux store.", - "version": "4.0.0-beta.3", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -25,6 +25,5 @@ "devDependencies": { "redux": "^4.0.0", "vitest": "^1.2.1" - }, - "stableVersion": "3.0.7" + } } diff --git a/packages/@uppy/svelte/package.json b/packages/@uppy/svelte/package.json index 0b15538f6d..e207152628 100644 --- a/packages/@uppy/svelte/package.json +++ b/packages/@uppy/svelte/package.json @@ -2,7 +2,7 @@ "name": "@uppy/svelte", "description": "Uppy plugin that helps integrate Uppy into your Svelte project.", "type": "module", - "version": "4.0.0-beta.4", + "version": "4.0.0", "scripts": { "build": "rollup -c", "prepublishOnly": "yarn run build", @@ -57,6 +57,5 @@ "src", "lib", "typings" - ], - "stableVersion": "3.1.3" + ] } diff --git a/packages/@uppy/thumbnail-generator/package.json b/packages/@uppy/thumbnail-generator/package.json index cc7ca701a7..9a1ff94133 100644 --- a/packages/@uppy/thumbnail-generator/package.json +++ b/packages/@uppy/thumbnail-generator/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/thumbnail-generator", "description": "Uppy plugin that generates small previews of images to show on your upload UI.", - "version": "4.0.0-beta.4", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -31,6 +31,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.1.0" + } } diff --git a/packages/@uppy/transloadit/package.json b/packages/@uppy/transloadit/package.json index 26a69901b8..0f53d2373b 100644 --- a/packages/@uppy/transloadit/package.json +++ b/packages/@uppy/transloadit/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/transloadit", "description": "The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more", - "version": "4.0.0-beta.10", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -39,6 +39,5 @@ "devDependencies": { "vitest": "^1.2.1", "whatwg-fetch": "^3.6.2" - }, - "stableVersion": "3.6.0" + } } diff --git a/packages/@uppy/tus/package.json b/packages/@uppy/tus/package.json index b7a8cef566..3cd9c9701e 100644 --- a/packages/@uppy/tus/package.json +++ b/packages/@uppy/tus/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/tus", "description": "Resumable uploads for Uppy using Tus.io", - "version": "4.0.0-beta.6", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -31,6 +31,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.5.4" + } } diff --git a/packages/@uppy/unsplash/package.json b/packages/@uppy/unsplash/package.json index 643b7f2d81..dd5eabca5f 100644 --- a/packages/@uppy/unsplash/package.json +++ b/packages/@uppy/unsplash/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/unsplash", "description": "Import files from Unsplash, the free stock photography resource, into Uppy", - "version": "4.0.0-beta.8", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -30,6 +30,5 @@ }, "publishConfig": { "access": "public" - }, - "stableVersion": "3.3.0" + } } diff --git a/packages/@uppy/url/package.json b/packages/@uppy/url/package.json index 6024fec634..00e602f321 100644 --- a/packages/@uppy/url/package.json +++ b/packages/@uppy/url/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/url", "description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!", - "version": "4.0.0-beta.8", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", @@ -29,6 +29,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.6.0" + } } diff --git a/packages/@uppy/utils/package.json b/packages/@uppy/utils/package.json index 37d534ab4f..3d5a8e9c4f 100644 --- a/packages/@uppy/utils/package.json +++ b/packages/@uppy/utils/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/utils", "description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.", - "version": "6.0.0-beta.9", + "version": "6.0.0", "license": "MIT", "type": "module", "keywords": [ @@ -79,6 +79,5 @@ "devDependencies": { "@types/lodash": "^4.14.199", "vitest": "^1.2.1" - }, - "stableVersion": "5.7.5" + } } diff --git a/packages/@uppy/vue/package.json b/packages/@uppy/vue/package.json index 78e9849c02..0b24ab9b22 100644 --- a/packages/@uppy/vue/package.json +++ b/packages/@uppy/vue/package.json @@ -1,6 +1,6 @@ { "name": "@uppy/vue", - "version": "2.0.0-beta.4", + "version": "2.0.0", "license": "MIT", "type": "module", "main": "lib/index.js", @@ -38,6 +38,5 @@ }, "publishConfig": { "access": "public" - }, - "stableVersion": "1.1.2" + } } diff --git a/packages/@uppy/webcam/package.json b/packages/@uppy/webcam/package.json index d88a938d13..414e73e0e3 100644 --- a/packages/@uppy/webcam/package.json +++ b/packages/@uppy/webcam/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/webcam", "description": "Uppy plugin that takes photos or records videos using the device's camera.", - "version": "4.0.0-beta.9", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", @@ -35,6 +35,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.4.0" + } } diff --git a/packages/@uppy/xhr-upload/package.json b/packages/@uppy/xhr-upload/package.json index 5e36bc143d..dfd31236c8 100644 --- a/packages/@uppy/xhr-upload/package.json +++ b/packages/@uppy/xhr-upload/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/xhr-upload", "description": "Plain and simple classic HTML multipart form uploads with Uppy, as well as uploads using the HTTP PUT method.", - "version": "4.0.0-beta.7", + "version": "4.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -33,6 +33,5 @@ }, "peerDependencies": { "@uppy/core": "workspace:^" - }, - "stableVersion": "3.6.4" + } } diff --git a/packages/@uppy/zoom/package.json b/packages/@uppy/zoom/package.json index 5811823eff..d058d85130 100644 --- a/packages/@uppy/zoom/package.json +++ b/packages/@uppy/zoom/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/zoom", "description": "Import files from zoom, into Uppy.", - "version": "3.0.0-beta.7", + "version": "3.0.0", "license": "MIT", "main": "lib/index.js", "type": "module", @@ -30,6 +30,5 @@ }, "publishConfig": { "access": "public" - }, - "stableVersion": "2.3.0" + } } diff --git a/packages/uppy/package.json b/packages/uppy/package.json index 11304835ba..1db84724ba 100644 --- a/packages/uppy/package.json +++ b/packages/uppy/package.json @@ -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.0.0-beta.14", + "version": "4.0.0", "license": "MIT", "main": "index.mjs", "module": "index.mjs", @@ -67,6 +67,5 @@ "@uppy/webcam": "workspace:^", "@uppy/xhr-upload": "workspace:^", "@uppy/zoom": "workspace:^" - }, - "stableVersion": "3.24.0" + } }