Skip to content

Commit

Permalink
Release: uppy@2.3.2 (transloadit#3383)
Browse files Browse the repository at this point in the history
| Package         | Version | Package         | Version |
| --------------- | ------- | --------------- | ------- |
| @uppy/angular   |   0.2.8 | @uppy/vue       |   0.4.5 |
| @uppy/companion |   3.1.4 | uppy            |   2.3.2 |
| @uppy/svelte    |   1.0.7 |                 |         |

- meta: fix release script (Antoine du Hamel)
- @uppy/core: document file.name (Merlijn Vos / transloadit#3381)
- @uppy/angular,@uppy/companion,@uppy/svelte,@uppy/vue: add `.npmignore` files to ignore `.gitignore` when packing (Antoine du Hamel / transloadit#3380)
- meta: add VSCode workspace settings to `.gitignore` (Antoine du Hamel)
- @uppy/companion: Upgrade ws in companion (Merlijn Vos / transloadit#3377)
- meta: use ESBuild to bundle in E2E test suite (Antoine du Hamel / transloadit#3375)
- meta: update linter config to parse ESM files (Antoine du Hamel / transloadit#3371)
- meta: move dev workspace to `private/` (Antoine du Hamel / transloadit#3368)
- meta: use Vite for examples/dev (Antoine du Hamel / transloadit#3361)
- website: remove dependency on `crypto` in @uppy/transloadit example (Antoine du Hamel / transloadit#3367)
- meta: enable linter on website examples (Antoine du Hamel / transloadit#3366)
- meta: enable linter on mjs scripts (Antoine du Hamel / transloadit#3364)
- @uppy/angular: Fix module field in `package.json` (Merlijn Vos / transloadit#3365)
- meta: improve release script wording and formatting (Artur Paikin)
  • Loading branch information
github-actions[bot] committed Dec 21, 2021
1 parent bb05d34 commit a04bfb2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# @uppy/companion

## 3.1.4

Released: 2021-12-21
Included in: Uppy v2.3.2

- @uppy/angular,@uppy/companion,@uppy/svelte,@uppy/vue: add `.npmignore` files to ignore `.gitignore` when packing (Antoine du Hamel / #3380)
- @uppy/companion: Upgrade ws in companion (Merlijn Vos / #3377)

## 3.1.3

Released: 2021-12-09
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@uppy/companion",
"version": "3.1.3",
"version": "3.1.4",
"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 a04bfb2

Please sign in to comment.