Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed May 3, 2024
1 parent 55f621c commit 62839cb
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .yarn/versions/next.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
releases:
"@uppy/audio": major
"@uppy/aws-s3": major
"@uppy/aws-s3-multipart": major
"@uppy/box": major
"@uppy/companion": major
"@uppy/companion-client": major
"@uppy/compressor": major
"@uppy/core": major
"@uppy/dashboard": major
"@uppy/drag-drop": major
"@uppy/dropbox": major
"@uppy/facebook": major
"@uppy/file-input": major
"@uppy/form": major
"@uppy/golden-retriever": major
"@uppy/google-drive": major
"@uppy/image-editor": major
"@uppy/informer": major
"@uppy/instagram": major
"@uppy/locales": major
"@uppy/onedrive": major
"@uppy/progress-bar": major
"@uppy/provider-views": major
"@uppy/react": major
"@uppy/redux-dev-tools": major
"@uppy/remote-sources": major
"@uppy/screen-capture": major
"@uppy/status-bar": major
"@uppy/store-default": major
"@uppy/store-redux": major
"@uppy/svelte": major
"@uppy/thumbnail-generator": major
"@uppy/transloadit": major
"@uppy/tus": major
"@uppy/unsplash": major
"@uppy/url": major
"@uppy/utils": major
"@uppy/vue": major
"@uppy/webcam": major
"@uppy/xhr-upload": major
"@uppy/zoom": major
"uppy": major
9 changes: 9 additions & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- @uppy/core: make UppyEventMap more readable (Murderlon)
- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon)
- @uppy/aws-s3-multipart: Format (Murderlon)
- meta: enable prettier for markdown (Merlijn Vos / #5133)
- @uppy/xhr-upload: do not throw when res is missing url (Merlijn Vos / #5132)
- @uppy/companion: coerce `requestUrl` to a string (Antoine du Hamel / #5128)
- meta: enforce use of `.js` extension in `import type` declarations (Antoine du Hamel / #5126)
- @uppy/core: add instance ID to generated IDs (Merlijn Vos / #5080)
- @uppy/core: reference updated i18n in Restricter (Merlijn Vos / #5118)

0 comments on commit 62839cb

Please sign in to comment.