Skip to content

Commit

Permalink
Release: uppy@3.3.1 (transloadit#4222)
Browse files Browse the repository at this point in the history
| Package                | Version | Package                | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/angular          |   0.5.1 | @uppy/companion-client |   3.1.1 |
| @uppy/aws-s3-multipart |   3.1.1 | @uppy/utils            |   5.1.1 |
| @uppy/companion        |   4.1.1 | uppy                   |   3.3.1 |

- @uppy/aws-s3-multipart: handle slow connections better (Antoine du Hamel / transloadit#4213)
- @uppy/companion-client: treat `*` the same as missing header (Antoine du Hamel / transloadit#4221)
- @uppy/utils: fix types (Antoine du Hamel / transloadit#4212)
- @uppy/companion: send expire info for non-multipart uploads (Antoine du Hamel / transloadit#4214)
- docs: fix `allowedMetaFields` documentation (Antoine du Hamel / transloadit#4216)
- meta: add more bundlers for automated testing (Antoine du Hamel / transloadit#4100)
- @uppy/aws-s3-multipart: Fix typo in url check (Christian Franke / transloadit#4211)
- meta: use current version of packages when testing bundlers (Antoine du Hamel / transloadit#4208)
- meta: do not use the set-output command in workflows (Antoine du Hamel / transloadit#4175)
  • Loading branch information
github-actions[bot] committed Nov 16, 2022
1 parent 64f4692 commit 68ff3da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uppy/companion

## 4.1.1

Released: 2022-11-16
Included in: Uppy v3.3.1

- @uppy/companion: send expire info for non-multipart uploads (Antoine du Hamel / #4214)

## 4.1.0

Released: 2022-11-10
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uppy/companion",
"version": "4.1.0",
"version": "4.1.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 68ff3da

Please sign in to comment.