-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
releases: | ||
"@uppy/audio": patch | ||
"@uppy/aws-s3": patch | ||
"@uppy/box": patch | ||
"@uppy/companion": minor | ||
"@uppy/companion-client": minor | ||
"@uppy/compressor": patch | ||
"@uppy/core": minor | ||
"@uppy/dashboard": patch | ||
"@uppy/drag-drop": patch | ||
"@uppy/drop-target": patch | ||
"@uppy/dropbox": patch | ||
"@uppy/facebook": patch | ||
"@uppy/file-input": patch | ||
"@uppy/form": patch | ||
"@uppy/golden-retriever": patch | ||
"@uppy/google-drive": minor | ||
"@uppy/google-drive-picker": minor | ||
"@uppy/google-photos": minor | ||
"@uppy/google-photos-picker": minor | ||
"@uppy/image-editor": patch | ||
"@uppy/informer": patch | ||
"@uppy/instagram": patch | ||
"@uppy/locales": patch | ||
"@uppy/onedrive": patch | ||
"@uppy/progress-bar": patch | ||
"@uppy/provider-views": minor | ||
"@uppy/react": patch | ||
"@uppy/remote-sources": patch | ||
"@uppy/screen-capture": patch | ||
"@uppy/status-bar": patch | ||
"@uppy/store-default": patch | ||
"@uppy/thumbnail-generator": patch | ||
"@uppy/transloadit": patch | ||
"@uppy/tus": patch | ||
"@uppy/unsplash": patch | ||
"@uppy/url": patch | ||
"@uppy/utils": patch | ||
"@uppy/vue": patch | ||
"@uppy/webcam": patch | ||
"@uppy/xhr-upload": patch | ||
"@uppy/zoom": patch | ||
"uppy": minor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- @uppy/companion-client: Fix allowed origins (Mikael Finstad / #5536) | ||
- meta: Build lib refactor to esm (Mikael Finstad / #5537) | ||
- @uppy/provider-views: Google picker scope (Mikael Finstad / #5535) | ||
- @uppy/core,@uppy/provider-views: move useStore out of core (Mikael Finstad / #5533) | ||
- @uppy/companion,@uppy/google-drive-picker,@uppy/google-photos-picker: Google Picker (Mikael Finstad / #5443) | ||
- @uppy/aws-s3: console.error instead of throw for missing etag (Merlijn Vos / #5521) | ||
- docs: Put docs back in uppy.io repository where they belong (Merlijn Vos / #5527) | ||
- docs: typo (Azhar Rizqullah / #5523) | ||
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520) | ||
- meta: fix missing lint (Mikael Finstad / #5519) | ||
- docs: Add Next.js docs (Merlijn Vos / #5502) | ||
- e2e: try to fix flaky test (Mikael Finstad / #5512) | ||
- meta: Fix broken lint on CI (Mikael Finstad / #5507) |