diff --git a/.changeset/thick-ears-tease.md b/.changeset/thick-ears-tease.md deleted file mode 100644 index b902ae7c2..000000000 --- a/.changeset/thick-ears-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@uppy/transloadit": patch ---- - -Move `transloadit` into `dependencies` so types are resolved without users having to install it manually. diff --git a/BUNDLE-README.md b/BUNDLE-README.md index 0b8dc9b26..aecae0327 100644 --- a/BUNDLE-README.md +++ b/BUNDLE-README.md @@ -2,7 +2,7 @@ Hi, thanks for trying out the bundled version of the Uppy File Uploader. You can use this from a CDN -(``) +(``) or bundle it with your webapp. Note that the recommended way to use Uppy is to install it with yarn/npm and use diff --git a/README.md b/README.md index b1e6e793e..096c5f1c1 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ npm install @uppy/core @uppy/dashboard @uppy/tus ``` Add CSS -[uppy.min.css](https://releases.transloadit.com/uppy/v5.1.4/uppy.min.css), +[uppy.min.css](https://releases.transloadit.com/uppy/v5.1.5/uppy.min.css), either to your HTML page’s `` or include in JS, if your bundler of choice supports it. @@ -117,7 +117,7 @@ CDN. In that case `Uppy` will attach itself to the global `window.Uppy` object. ```html @@ -128,7 +128,7 @@ CDN. In that case `Uppy` will attach itself to the global `window.Uppy` object. Uppy, Dashboard, Tus, - } from 'https://releases.transloadit.com/uppy/v5.1.4/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v5.1.5/uppy.min.mjs' const uppy = new Uppy() uppy.use(Dashboard, { target: '#files-drag-drop' }) diff --git a/packages/@uppy/transloadit/CHANGELOG.md b/packages/@uppy/transloadit/CHANGELOG.md index 245fb6e1f..6ab91e6bf 100644 --- a/packages/@uppy/transloadit/CHANGELOG.md +++ b/packages/@uppy/transloadit/CHANGELOG.md @@ -1,5 +1,11 @@ # @uppy/transloadit +## 5.1.2 + +### Patch Changes + +- 201c422: Move `transloadit` into `dependencies` so types are resolved without users having to install it manually. + ## 5.1.1 ### Patch Changes diff --git a/packages/@uppy/transloadit/package.json b/packages/@uppy/transloadit/package.json index a5534b308..0da943e35 100644 --- a/packages/@uppy/transloadit/package.json +++ b/packages/@uppy/transloadit/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/transloadit", "description": "The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more", - "version": "5.1.1", + "version": "5.1.2", "license": "MIT", "type": "module", "sideEffects": false, diff --git a/packages/uppy/CHANGELOG.md b/packages/uppy/CHANGELOG.md index 5fbd78a40..70339d259 100644 --- a/packages/uppy/CHANGELOG.md +++ b/packages/uppy/CHANGELOG.md @@ -1,5 +1,12 @@ # uppy +## 5.1.5 + +### Patch Changes + +- Updated dependencies [201c422] + - @uppy/transloadit@5.1.2 + ## 5.1.4 ### Patch Changes diff --git a/packages/uppy/package.json b/packages/uppy/package.json index 4f9d4e46b..e9dc9424f 100644 --- a/packages/uppy/package.json +++ b/packages/uppy/package.json @@ -1,7 +1,7 @@ { "name": "uppy", "description": "Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:", - "version": "5.1.4", + "version": "5.1.5", "license": "MIT", "main": "lib/index.js", "module": "lib/index.js",