-
Notifications
You must be signed in to change notification settings - Fork 346
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 #1149
Conversation
17a050c
to
d3f50e3
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Caution Review failedThe pull request is closed. WalkthroughThis pull request removes a changeset file that documented the addition of quality parameters to the Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant API as openImagePicker
participant EP as ImagePicker Engine
U->>API: Call openImagePicker(quality)
API->>API: Validate quality parameter
API->>EP: Open image picker with quality setting
EP-->>API: Return selected image or error
API-->>U: Provide image result or error
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (32)
🪧 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 (
|
d1ff441
to
d7ea11a
Compare
f9e169c
to
92624f2
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/[email protected]
Patch Changes
#1144
511dc21
Thanks @ashaller2017! - Add quality params
to openImagePicker
Updated dependencies
[
80d12a3
]:@uploadthing/[email protected]
Patch Changes
80d12a3
Thanks @juliusmarminge! - fix: revert
strict peer dependency
[email protected]
Patch Changes
f9c0259
Thanks @juliusmarminge! - chore: make
genUploader(initOpts)
optional to match docsSummary by CodeRabbit
New Features
Chores
Revert