Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
arturi committed Dec 12, 2023
1 parent eb8a806 commit 5a5a298
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .yarn/versions/next.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
releases:
"@uppy/aws-s3": minor
"@uppy/aws-s3-multipart": minor
"@uppy/box": minor
"@uppy/companion": minor
"@uppy/companion-client": minor
"@uppy/core": minor
"@uppy/dropbox": minor
"@uppy/facebook": minor
"@uppy/google-drive": minor
"@uppy/image-editor": minor
"@uppy/instagram": minor
"@uppy/onedrive": minor
"@uppy/provider-views": minor
"@uppy/store-default": minor
"@uppy/tus": minor
"@uppy/url": minor
"@uppy/utils": minor
"@uppy/xhr-upload": minor
"@uppy/zoom": minor
"uppy": minor
15 changes: 15 additions & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- @uppy/provider-views: fix uploadRemoteFile undefined (Mikael Finstad / #4814)
- @uppy/companion: fix double tus uploads (Mikael Finstad / #4816)
- @uppy/companion: fix accelerated endpoints for presigned POST (Mikael Finstad / #4817)
- @uppy/companion: fix `authProvider` property inconsistency (Mikael Finstad / #4672)
- @uppy/companion: send certain onedrive errors to the user (Mikael Finstad / #4671)
- meta: fix typo in `lockfile_check.yml` name (Antoine du Hamel)
- @uppy/aws-s3: change Companion URL in tests (Antoine du Hamel)
- @uppy/set-state: fix types (Antoine du Hamel)
- @uppy/companion: Provider user sessions (Mikael Finstad / #4619)
- meta: fix `js2ts` script on Node.js 20+ (Merlijn Vos / #4802)
- @uppy/companion-client: avoid unnecessary preflight requests (Antoine du Hamel / #4462)
- meta: Migrate to AWS-SDK V3 syntax (Artur Paikin / #4810)
- @uppy/utils: fix import in test files (Antoine du Hamel / #4806)
- @uppy/core: Fix onBeforeFileAdded with Golden Retriever (Merlijn Vos / #4799)
- @uppy/image-editor: respect `cropperOptions.initialAspectRatio` (Lucklj521 / #4805)

0 comments on commit 5a5a298

Please sign in to comment.