mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
[ci] release (#6087)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @uppy/image-generator@1.0.0 ### Major Changes -5684efa: Introduce @uppy/image-generator to generate images based on a prompt using Transloadit ### Patch Changes - Updated dependencies [5684efa] - Updated dependencies [5684efa] - @uppy/provider-views@5.2.1 - @uppy/transloadit@5.4.0 ## @uppy/locales@5.1.0 ### Minor Changes -5684efa: Introduce @uppy/image-generator to generate images based on a prompt using Transloadit ## @uppy/transloadit@5.4.0 ### Minor Changes -5684efa: Export Assembly, AssemblyError, Client ## uppy@5.2.0 ### Minor Changes -5684efa: Introduce @uppy/image-generator to generate images based on a prompt using Transloadit ### Patch Changes - Updated dependencies [5684efa] - Updated dependencies [5684efa] - Updated dependencies [5684efa] - @uppy/provider-views@5.2.1 - @uppy/webdav@1.1.1 - @uppy/transloadit@5.4.0 - @uppy/image-generator@1.0.0 - @uppy/locales@5.1.0 ## @uppy/provider-views@5.2.1 ### Patch Changes -5684efa: Refactor internal components ## @uppy/webdav@1.1.1 ### Patch Changes -5684efa: Refactor internal components - Updated dependencies [5684efa] - @uppy/provider-views@5.2.1 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
e4558362b8
commit
5c6337682e
17 changed files with 67 additions and 28 deletions
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"@uppy/provider-views": patch
|
||||
"@uppy/webdav": patch
|
||||
---
|
||||
|
||||
Refactor internal components
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@uppy/transloadit": minor
|
||||
---
|
||||
|
||||
Export Assembly, AssemblyError, Client
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"@uppy/image-generator": major
|
||||
"@uppy/locales": minor
|
||||
"uppy": minor
|
||||
---
|
||||
|
||||
Introduce @uppy/image-generator to generate images based on a prompt using Transloadit
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Hi, thanks for trying out the bundled version of the Uppy File Uploader. You can
|
||||
use this from a CDN
|
||||
(`<script src="https://releases.transloadit.com/uppy/v5.1.12/uppy.min.js"></script>`)
|
||||
(`<script src="https://releases.transloadit.com/uppy/v5.2.0/uppy.min.js"></script>`)
|
||||
or bundle it with your webapp.
|
||||
|
||||
Note that the recommended way to use Uppy is to install it with yarn/npm and use
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ npm install @uppy/core @uppy/dashboard @uppy/tus
|
|||
```
|
||||
|
||||
Add CSS
|
||||
[uppy.min.css](https://releases.transloadit.com/uppy/v5.1.12/uppy.min.css),
|
||||
[uppy.min.css](https://releases.transloadit.com/uppy/v5.2.0/uppy.min.css),
|
||||
either to your HTML page’s `<head>` 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
|
||||
<!-- 1. Add CSS to `<head>` -->
|
||||
<link
|
||||
href="https://releases.transloadit.com/uppy/v5.1.12/uppy.min.css"
|
||||
href="https://releases.transloadit.com/uppy/v5.2.0/uppy.min.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
|
|
@ -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.12/uppy.min.mjs'
|
||||
} from 'https://releases.transloadit.com/uppy/v5.2.0/uppy.min.mjs'
|
||||
|
||||
const uppy = new Uppy()
|
||||
uppy.use(Dashboard, { target: '#files-drag-drop' })
|
||||
|
|
|
|||
14
packages/@uppy/image-generator/CHANGELOG.md
Normal file
14
packages/@uppy/image-generator/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# @uppy/image-generator
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 5684efa: Introduce @uppy/image-generator to generate images based on a prompt using Transloadit
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [5684efa]
|
||||
- Updated dependencies [5684efa]
|
||||
- @uppy/provider-views@5.2.1
|
||||
- @uppy/transloadit@5.4.0
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/image-generator",
|
||||
"description": "AI-powered image generation for Uppy",
|
||||
"version": "0.0.0",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @uppy/locales
|
||||
|
||||
## 5.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 5684efa: Introduce @uppy/image-generator to generate images based on a prompt using Transloadit
|
||||
|
||||
## 5.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/locales",
|
||||
"description": "Uppy language packs",
|
||||
"version": "5.0.1",
|
||||
"version": "5.1.0",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @uppy/provider-views
|
||||
|
||||
## 5.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5684efa: Refactor internal components
|
||||
|
||||
## 5.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/provider-views",
|
||||
"description": "View library for Uppy remote provider plugins.",
|
||||
"version": "5.2.0",
|
||||
"version": "5.2.1",
|
||||
"license": "MIT",
|
||||
"style": "dist/style.min.css",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @uppy/transloadit
|
||||
|
||||
## 5.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 5684efa: Export Assembly, AssemblyError, Client
|
||||
|
||||
## 5.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -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.3.0",
|
||||
"version": "5.4.0",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @uppy/webdav
|
||||
|
||||
## 1.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5684efa: Refactor internal components
|
||||
- Updated dependencies [5684efa]
|
||||
- @uppy/provider-views@5.2.1
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/webdav",
|
||||
"description": "Import files from WebDAV into Uppy.",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"license": "MIT",
|
||||
"types": "types/index.d.ts",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,22 @@
|
|||
# uppy
|
||||
|
||||
## 5.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 5684efa: Introduce @uppy/image-generator to generate images based on a prompt using Transloadit
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [5684efa]
|
||||
- Updated dependencies [5684efa]
|
||||
- Updated dependencies [5684efa]
|
||||
- @uppy/provider-views@5.2.1
|
||||
- @uppy/webdav@1.1.1
|
||||
- @uppy/transloadit@5.4.0
|
||||
- @uppy/image-generator@1.0.0
|
||||
- @uppy/locales@5.1.0
|
||||
|
||||
## 5.1.12
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -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.12",
|
||||
"version": "5.2.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "lib/index.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue