Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Feb 28, 2024
1 parent 10c0853 commit 63c99f4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .yarn/versions/next.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
releases:
"@uppy/box": patch
"@uppy/companion-client": patch
"@uppy/core": patch
"@uppy/dashboard": patch
"@uppy/file-input": minor
"@uppy/form": minor
"@uppy/image-editor": patch
"@uppy/informer": minor
"@uppy/onedrive": patch
"@uppy/progress-bar": minor
"@uppy/provider-views": minor
"@uppy/status-bar": minor
"@uppy/utils": patch
"@uppy/xhr-upload": patch
"uppy": minor
17 changes: 17 additions & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- @uppy/form: migrate to TS (Merlijn Vos / #4937)
- @uppy/box: fetchPreAuthToken in box too (Mikael Finstad / #4969)
- @uppy/progress-bar: refactor to TypeScript (Mikael Finstad / #4921)
- @uppy/onedrive: fix custom oauth2 credentials for onedrive (Mikael Finstad / #4968)
- @uppy/companion-client,@uppy/utils,@uppy/xhr-upload: improvements for #4922 (Mikael Finstad / #4960)
- @uppy/utils: fix various type issues (Mikael Finstad / #4958)
- @uppy/provider-views: migrate to TS (Merlijn Vos / #4919)
- @uppy/utils: simplify `findDOMElements` (Mikael Finstad / #4957)
- @uppy/xhr-upload: fix getResponseData regression (Merlijn Vos / #4964)
- @uppy/informer: migrate to TS (Merlijn Vos / #4967)
- @uppy/core: remove unused import (Antoine du Hamel / #4972)
- @uppy/image-editor: remove default target (Merlijn Vos / #4966)
- @uppy/angular: Build fixes (Mikael Finstad / #4959)
- meta: Fix flaky e2e test (Murderlon)
- meta: fix e2e flake (Mikael Finstad / #4961)
- meta: add support for `Fragment` short syntax (Antoine du Hamel / #4953)
- @uppy/file-input: refactor to TypeScript (Antoine du Hamel / #4954)

0 comments on commit 63c99f4

Please sign in to comment.