Skip to content

Commit

Permalink
Release: uppy@2.12.2 (transloadit#3865)
Browse files Browse the repository at this point in the history
| Package              | Version | Package              | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/companion      |   3.7.0 | @uppy/transloadit    |   2.3.2 |
| @uppy/locales        |   2.1.1 | @uppy/robodog        |   2.8.2 |
| @uppy/provider-views |   2.1.2 | uppy                 |  2.12.2 |

- @uppy/provider-views: improve logging (Mikael Finstad / transloadit#3638)
- docs: de-dupe companion dev docs (Mikael Finstad / transloadit#3852)
- @uppy/companion: Getkey safe behavior (Mikael Finstad / transloadit#3592)
- website: fix broken links (YukeshShr / transloadit#3861)
- @uppy/companion: doc: fix Google Drive example (Antoine du Hamel / transloadit#3855)
- @uppy/locales,@uppy/transloadit: Fix undefined error in in onTusError (Merlijn Vos / transloadit#3848)
- @uppy/companion: build an ARM64 container (Stuart Auld / transloadit#3841)
- @uppy/locales: Add missing translations and reorder nl_NL locale (Kasper Meinema / transloadit#3839)
- docs: Fix typo in aws-s3-multipart.md (Ikko Ashimine / transloadit#3838)
- meta: do not rebase when preparing beta candidates (Antoine du Hamel)
- meta: fix hard-coded branch name in release script (Antoine du Hamel)
  • Loading branch information
github-actions[bot] authored Jul 6, 2022
1 parent 83eb792 commit 0717e2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @uppy/companion

## 3.7.0

Released: 2022-07-06
Included in: Uppy v2.12.2

- @uppy/companion: Getkey safe behavior (Mikael Finstad / #3592)
- @uppy/companion: doc: fix Google Drive example (Antoine du Hamel / #3855)
- @uppy/companion: build an ARM64 container (Stuart Auld / #3841)

## 3.6.0

Released: 2022-05-30
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": "3.6.0",
"version": "3.7.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",
Expand Down

0 comments on commit 0717e2b

Please sign in to comment.