Skip to content

Commit

Permalink
Release: uppy@2.13.1 (transloadit#3916)
Browse files Browse the repository at this point in the history
| Package              | Version | Package              | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/companion      |   3.7.1 | @uppy/remote-sources |   0.1.1 |
| @uppy/compressor     |   0.3.1 | @uppy/transloadit    |   2.3.5 |
| @uppy/core           |   2.3.2 | @uppy/robodog        |   2.9.1 |
| @uppy/dashboard      |   2.4.1 | uppy                 |  2.13.1 |
| @uppy/image-editor   |   1.4.1 |                      |         |

- @uppy/compressor: fix upload causing meta name to reset (Justin / transloadit#3890)
- @uppy/transloadit: cancel assemblies when all its files have been removed (Antoine du Hamel / transloadit#3893)
- e2e: Add retries for flaky e2e test (Merlijn Vos / transloadit#3915)
- @uppy/dashboard,@uppy/image-editor,@uppy/remote-sources: Fix `uppy.close()` crashes when remote-sources or image-editor is installed (Merlijn Vos / transloadit#3914)
- @uppy/core: Add missing type for retry-all event (Luc Boissaye / transloadit#3901)
- @uppy/companion: Companion app type (Mikael Finstad / transloadit#3899)
- e2e: upgrade to Cypress 10 (Antoine du Hamel / transloadit#3896)
- meta: Fix website build (Murderlon)
- meta: Create new issue templates (Merlijn Vos / transloadit#3879)
  • Loading branch information
github-actions[bot] committed Jul 27, 2022
1 parent 8e17269 commit 4424502
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# @uppy/companion

## 3.7.1

Released: 2022-07-27
Included in: Uppy v2.13.1

- @uppy/companion: Companion app type (Mikael Finstad / #3899)

## 3.7.0

Released: 2022-07-06
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@uppy/companion",
"version": "3.7.0",
"version": "3.7.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 4424502

Please sign in to comment.