-
Notifications
You must be signed in to change notification settings - Fork 326
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
chore(release): 📦 version packages #951
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
f5bd45c
to
bc6c06a
Compare
b533e92
to
6eac093
Compare
b738e2c
to
3c5d9a3
Compare
WalkthroughThe changes involve the removal of specific patches related to the "uploadthing" functionality, including fixes for the Next.js pages adapter and the Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant UploadThing
participant NextJS
Client->>UploadThing: Initiate Upload
UploadThing->>NextJS: Handle Upload Request
NextJS-->>UploadThing: Return Response
UploadThing-->>Client: Upload Success
Recent review detailsConfiguration used: CodeRabbit UI Files ignored due to path filters (1)
Files selected for processing (40)
Files not reviewed due to no reviewable changes (3)
Files skipped from review due to trivial changes (14)
Files skipped from review as they are similar to previous changes (23)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
706800e
to
aad1281
Compare
bf38529
to
08035f7
Compare
831f75f
to
a3c68df
Compare
ebe74ef
to
95ada1d
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@uploadthing/expo@7.0.2
Patch Changes
a07817e
]:@uploadthing/nuxt@7.0.2
Patch Changes
@uploadthing/react@7.0.2
Patch Changes
a07817e
]:@uploadthing/shared@7.0.2
Patch Changes
a07817e
Thanks @markflorkowski! - correct variable names to accurately reflect what they are@uploadthing/solid@7.0.2
Patch Changes
a07817e
]:@uploadthing/svelte@7.0.2
Patch Changes
a07817e
]:uploadthing@7.0.2
Patch Changes
a948109
Thanks @juliusmarminge! - fix express adapter checking content type on GET requests#946
5156179
Thanks @juliusmarminge! - fix: nextjs pages adapter response body regression#952
6236ad2
Thanks @juliusmarminge! - fix: runonUploadBegin
Updated dependencies [
a07817e
]:@uploadthing/vue@7.0.2
Patch Changes
a07817e
]:Summary by CodeRabbit
Release Notes
Bug Fixes
uploadthing
package, including fixes for the Express adapter and Next.js pages adapter response body.onUploadBegin
function to ensure it runs as intended during uploads.New Features
Documentation