Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Dec 5, 2024
1 parent 8ebdf73 commit 5246775
Show file tree
Hide file tree
Showing 2 changed files with 56 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": patch
"@uppy/aws-s3": patch
"@uppy/box": patch
"@uppy/companion": minor
"@uppy/companion-client": minor
"@uppy/compressor": patch
"@uppy/core": minor
"@uppy/dashboard": patch
"@uppy/drag-drop": patch
"@uppy/drop-target": patch
"@uppy/dropbox": patch
"@uppy/facebook": patch
"@uppy/file-input": patch
"@uppy/form": patch
"@uppy/golden-retriever": patch
"@uppy/google-drive": minor
"@uppy/google-drive-picker": minor
"@uppy/google-photos": minor
"@uppy/google-photos-picker": minor
"@uppy/image-editor": patch
"@uppy/informer": patch
"@uppy/instagram": patch
"@uppy/locales": patch
"@uppy/onedrive": patch
"@uppy/progress-bar": patch
"@uppy/provider-views": minor
"@uppy/react": patch
"@uppy/remote-sources": patch
"@uppy/screen-capture": patch
"@uppy/status-bar": patch
"@uppy/store-default": patch
"@uppy/thumbnail-generator": patch
"@uppy/transloadit": patch
"@uppy/tus": patch
"@uppy/unsplash": patch
"@uppy/url": patch
"@uppy/utils": patch
"@uppy/vue": patch
"@uppy/webcam": patch
"@uppy/xhr-upload": patch
"@uppy/zoom": patch
"uppy": minor
13 changes: 13 additions & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- @uppy/companion-client: Fix allowed origins (Mikael Finstad / #5536)
- meta: Build lib refactor to esm (Mikael Finstad / #5537)
- @uppy/provider-views: Google picker scope (Mikael Finstad / #5535)
- @uppy/core,@uppy/provider-views: move useStore out of core (Mikael Finstad / #5533)
- @uppy/companion,@uppy/google-drive-picker,@uppy/google-photos-picker: Google Picker (Mikael Finstad / #5443)
- @uppy/aws-s3: console.error instead of throw for missing etag (Merlijn Vos / #5521)
- docs: Put docs back in uppy.io repository where they belong (Merlijn Vos / #5527)
- docs: typo (Azhar Rizqullah / #5523)
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520)
- meta: fix missing lint (Mikael Finstad / #5519)
- docs: Add Next.js docs (Merlijn Vos / #5502)
- e2e: try to fix flaky test (Mikael Finstad / #5512)
- meta: Fix broken lint on CI (Mikael Finstad / #5507)

0 comments on commit 5246775

Please sign in to comment.