Skip to content

Commit

Permalink
Release: uppy@3.0.0-beta.2 (transloadit#3868)
Browse files Browse the repository at this point in the history
| Package              |      Version | Package              |      Version |
| -------------------- | ------------ | -------------------- | ------------ |
| @uppy/companion      | 4.0.0-beta.1 | @uppy/transloadit    | 3.0.0-beta.2 |
| @uppy/locales        | 3.0.0-beta.2 | @uppy/robodog        | 3.0.0-beta.2 |
| @uppy/provider-views | 3.0.0-beta.2 | uppy                 | 3.0.0-beta.2 |

- example: fix `custom-provider` example (Antoine du Hamel / transloadit#3854)
- example: fix Vue3 example (Antoine du Hamel / transloadit#3774)
- @uppy/companion: remove deprecated duplicated metrics (Mikael Finstad / transloadit#3833)
- example: update CDN example (Antoine du Hamel / transloadit#3803)
- @uppy/companion: Companion 3 default to no s3 acl (Mikael Finstad / transloadit#3826)
- @uppy/companion: rewrite companion.app() to return an object (Mikael Finstad / transloadit#3827)
- @uppy/companion: remove companion provider compat api (Mikael Finstad / transloadit#3828)
- @uppy/companion: rewrite code for node >=14 (Mikael Finstad / transloadit#3829)
- @uppy/companion: remove chunkSize backwards compatibility (Mikael Finstad / transloadit#3830)
- @uppy/companion: Companion: make `emitSuccess` and `emitError` private (Mikael Finstad / transloadit#3832)
- @uppy/companion: do not use a default upload protocol (Mikael Finstad / transloadit#3834)
  • Loading branch information
github-actions[bot] committed Jul 6, 2022
1 parent 1d2df78 commit dff5d15
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# @uppy/companion

## 4.0.0-beta.1

Released: 2022-07-06
Included in: Uppy v3.0.0-beta.2

- @uppy/companion: remove deprecated duplicated metrics (Mikael Finstad / #3833)
- @uppy/companion: Companion 3 default to no s3 acl (Mikael Finstad / #3826)
- @uppy/companion: rewrite companion.app() to return an object (Mikael Finstad / #3827)
- @uppy/companion: remove companion provider compat api (Mikael Finstad / #3828)
- @uppy/companion: rewrite code for node >=14 (Mikael Finstad / #3829)
- @uppy/companion: remove chunkSize backwards compatibility (Mikael Finstad / #3830)
- @uppy/companion: Companion: make `emitSuccess` and `emitError` private (Mikael Finstad / #3832)
- @uppy/companion: do not use a default upload protocol (Mikael Finstad / #3834)

## 4.0.0-beta

Released: 2022-05-30
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@uppy/companion",
"version": "4.0.0-beta",
"version": "4.0.0-beta.1",
"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",
Expand Down

0 comments on commit dff5d15

Please sign in to comment.