Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: uppy@3.0.0-beta.3 #3918

Merged
merged 23 commits into from Jul 27, 2022
Merged

Release: uppy@3.0.0-beta.3 #3918

merged 23 commits into from Jul 27, 2022

Conversation

github-actions[bot]
Copy link
Contributor

Package Version Package Version
@uppy/aws-s3 3.0.0-beta.2 @uppy/react 3.0.0-beta.2
@uppy/aws-s3-multipart 3.0.0-beta.2 @uppy/remote-sources 1.0.0-beta.2
@uppy/companion 4.0.0-beta.2 @uppy/store-redux 3.0.0-beta.2
@uppy/compressor 1.0.0-beta.2 @uppy/transloadit 3.0.0-beta.3
@uppy/core 3.0.0-beta.2 @uppy/webcam 3.0.0-beta.2
@uppy/dashboard 3.0.0-beta.2 @uppy/xhr-upload 3.0.0-beta.2
@uppy/image-editor 2.0.0-beta.2 @uppy/robodog 3.0.0-beta.3
@uppy/locales 3.0.0-beta.3 uppy 3.0.0-beta.3

aduh95 and others added 20 commits July 11, 2022 11:07
#3872)


Co-authored-by: Artur Paikin <artur@arturpaikin.com>
| Package           | Version | Package           | Version |
| ----------------- | ------- | ----------------- | ------- |
| @uppy/transloadit |   2.3.3 | uppy              |  2.12.3 |
| @uppy/robodog     |   2.8.3 |                   |         |

- @uppy/transloadit: fix TypeError when file is cancelled asynchronously (Antoine du Hamel / #3872)
- @uppy/robodog,@uppy/transloadit: use modern syntax to simplify code (Antoine du Hamel / #3873)
- meta: fix `release-beta` automation (Antoine du Hamel)
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
…#3886)

* Fix outdated file ids and incorrect usage of files

* add e2e test

* Update packages/@uppy/transloadit/src/index.js

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
| Package            | Version | Package            | Version |
| ------------------ | ------- | ------------------ | ------- |
| @uppy/dashboard    |   2.4.0 | @uppy/robodog      |   2.9.0 |
| @uppy/image-editor |   1.4.0 | uppy               |  2.13.0 |
| @uppy/transloadit  |   2.3.4 |                    |         |

- @uppy/transloadit: fix outdated file ids and incorrect usage of files (Merlijn Vos / #3886)
- @uppy/image-editor: remove beta notice (Merlijn Vos / #3877)
- meta: Fix broken links in _posts/2019-08-1.3.md (YukeshShr / #3884)
- meta: Fix broken link in _posts/2017-03-0.15.md (YukeshShr / #3883)
- @uppy/image-editor: Add image editor cancel event (James R T / #3875)
* fix companion app type

fixes #3862

* remove unnecessary ts-ignores

* Revert "remove unnecessary ts-ignores"

This reverts commit 76ee67d.
…oved (#3893)


When starting an upload and removing it right away, it creates a race
condition when the assembly is created with no files and is never
closed. This commit ensures that the assembly is closed if all files
have been removed, or updated with the new expected number of
files otherwise.

Co-authored-by: Aaron Heimlich <aaron.heimlich@gmail.com>
| 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 / #3890)
- @uppy/transloadit: cancel assemblies when all its files have been removed (Antoine du Hamel / #3893)
- e2e: Add retries for flaky e2e test (Merlijn Vos / #3915)
- @uppy/dashboard,@uppy/image-editor,@uppy/remote-sources: Fix `uppy.close()` crashes when remote-sources or image-editor is installed (Merlijn Vos / #3914)
- @uppy/core: Add missing type for retry-all event (Luc Boissaye / #3901)
- @uppy/companion: Companion app type (Mikael Finstad / #3899)
- e2e: upgrade to Cypress 10 (Antoine du Hamel / #3896)
- meta: Fix website build (Murderlon)
- meta: Create new issue templates (Merlijn Vos / #3879)
packages/@uppy/companion/CHANGELOG.md Show resolved Hide resolved
packages/@uppy/core/CHANGELOG.md Show resolved Hide resolved
packages/@uppy/dashboard/CHANGELOG.md Show resolved Hide resolved
packages/@uppy/transloadit/CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
This is a release candidate for the following packages:

- `@uppy/aws-s3`: 3.0.0-beta.1 -> 3.0.0-beta.2
- `@uppy/aws-s3-multipart`: 3.0.0-beta.1 -> 3.0.0-beta.2
- `@uppy/companion`: 4.0.0-beta.1 -> 4.0.0-beta.2
- `@uppy/compressor`: 1.0.0-beta.1 -> 1.0.0-beta.2
- `@uppy/core`: 3.0.0-beta.1 -> 3.0.0-beta.2
- `@uppy/dashboard`: 3.0.0-beta.1 -> 3.0.0-beta.2
- `@uppy/image-editor`: 2.0.0-beta.1 -> 2.0.0-beta.2
- `@uppy/locales`: 3.0.0-beta.2 -> 3.0.0-beta.3
- `@uppy/react`: 3.0.0-beta.1 -> 3.0.0-beta.2
- `@uppy/remote-sources`: 1.0.0-beta.1 -> 1.0.0-beta.2
- `@uppy/store-redux`: 3.0.0-beta.1 -> 3.0.0-beta.2
- `@uppy/transloadit`: 3.0.0-beta.2 -> 3.0.0-beta.3
- `@uppy/webcam`: 3.0.0-beta.1 -> 3.0.0-beta.2
- `@uppy/xhr-upload`: 3.0.0-beta.1 -> 3.0.0-beta.2
- `@uppy/robodog`: 3.0.0-beta.2 -> 3.0.0-beta.3
- `uppy`: 3.0.0-beta.2 -> 3.0.0-beta.3
@github-actions github-actions bot merged commit 0dcf869 into 3.x Jul 27, 2022
@github-actions github-actions bot deleted the release-candidate branch July 27, 2022 18:03
Murderlon added a commit that referenced this pull request Aug 2, 2022
* 3.x: (32 commits)
  @uppy/screen-capture: fix TODOs (#3930)
  @uppy/status-bar: rename internal modules (#3929)
  @uppy/transloadit: remove static properties in favor of exports (#3927)
  @uppy/informer: simplify `render` method (#3931)
  @uppy/url: remove private methods from public API (#3934)
  @uppy/dashboard: change `copyToClipboard` signature (#3933)
  @uppy/drop-target: remove `isFileTransfer` from the public API (#3932)
  meta: improve beta release script
  Release: uppy@3.0.0-beta.3 (#3918)
  Release: uppy@2.13.1 (#3916)
  Fix exports in propTypes.js to fix website build
  @uppy/compressor: fix upload causing meta name to reset (#3890)
  @uppy/transloadit: cancel assemblies when all its files have been removed (#3893)
  Add retries for flaky e2e test (#3915)
  Fix `uppy.close()` crashes when remote-sources or image-editor is installed (#3914)
  webcam: Add support for mobileNativeCamera option to Webcam and Dashboard (#3844)
  aws-s3-multipart: make `headers` part indexed too in `prepareUploadParts` (#3895)
  Add missing type for retry-all event (#3901)
  Companion app type (#3899)
  e2e: upgrade to Cypress 10 (#3896)
  ...
Murderlon added a commit that referenced this pull request Aug 3, 2022
* 3.x: (30 commits)
  @uppy/screen-capture: fix TODOs (#3930)
  @uppy/status-bar: rename internal modules (#3929)
  @uppy/transloadit: remove static properties in favor of exports (#3927)
  @uppy/informer: simplify `render` method (#3931)
  @uppy/url: remove private methods from public API (#3934)
  @uppy/dashboard: change `copyToClipboard` signature (#3933)
  @uppy/drop-target: remove `isFileTransfer` from the public API (#3932)
  meta: improve beta release script
  Release: uppy@3.0.0-beta.3 (#3918)
  Release: uppy@2.13.1 (#3916)
  Fix exports in propTypes.js to fix website build
  @uppy/compressor: fix upload causing meta name to reset (#3890)
  @uppy/transloadit: cancel assemblies when all its files have been removed (#3893)
  Add retries for flaky e2e test (#3915)
  Fix `uppy.close()` crashes when remote-sources or image-editor is installed (#3914)
  Add missing type for retry-all event (#3901)
  Companion app type (#3899)
  e2e: upgrade to Cypress 10 (#3896)
  Fix website build
  Create new issue templates (#3879)
  ...
HeavenFox pushed a commit to docsend/uppy that referenced this pull request Jun 27, 2023
| Package                |      Version | Package                |      Version |
| ---------------------- | ------------ | ---------------------- | ------------ |
| @uppy/aws-s3           | 3.0.0-beta.2 | @uppy/react            | 3.0.0-beta.2 |
| @uppy/aws-s3-multipart | 3.0.0-beta.2 | @uppy/remote-sources   | 1.0.0-beta.2 |
| @uppy/companion        | 4.0.0-beta.2 | @uppy/store-redux      | 3.0.0-beta.2 |
| @uppy/compressor       | 1.0.0-beta.2 | @uppy/transloadit      | 3.0.0-beta.3 |
| @uppy/core             | 3.0.0-beta.2 | @uppy/webcam           | 3.0.0-beta.2 |
| @uppy/dashboard        | 3.0.0-beta.2 | @uppy/xhr-upload       | 3.0.0-beta.2 |
| @uppy/image-editor     | 2.0.0-beta.2 | @uppy/robodog          | 3.0.0-beta.3 |
| @uppy/locales          | 3.0.0-beta.3 | uppy                   | 3.0.0-beta.3 |

- @uppy/react: Fix exports in propTypes.js to fix website build (Murderlon)
- @uppy/dashboard,@uppy/webcam: Add support for `mobileNativeCamera` option to Webcam and Dashboard (Artur Paikin / transloadit#3844)
- @uppy/aws-s3-multipart: make `headers` part indexed too in `prepareUploadParts` (Merlijn Vos / transloadit#3895)
- @uppy/aws-s3,@uppy/core,@uppy/dashboard,@uppy/store-redux,@uppy/xhr-upload: upgrade `nanoid` to v4 (Antoine du Hamel / transloadit#3904)
- @uppy/companion: update minimal supported Node.js version in the docs (Antoine du Hamel / transloadit#3902)
- @uppy/companion: upgrade `redis` to version 4.x (Antoine du Hamel / transloadit#3589)
- @uppy/companion: remove unnecessary ts-ignores (Mikael Finstad / transloadit#3900)
- meta: use `node:` protocol when using Node.js built-in core modules (Antoine du Hamel / transloadit#3871)
- meta: upgrade to Vite v3 (Antoine du Hamel / transloadit#3882)
- @uppy/companion: remove `COMPANION_S3_GETKEY_SAFE_BEHAVIOR` env variable (Antoine du Hamel / transloadit#3869)
- meta: fix release script for major beta versions (Antoine du Hamel)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants