-
Notifications
You must be signed in to change notification settings - Fork 334
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 #625
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 19, 2024 18:08
bfaeab4
to
26ade2f
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
February 22, 2024 21:43
6440b38
to
2cf417f
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 22, 2024 21:44
18a1412
to
5795862
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 25, 2024 06:49
d30446e
to
87de874
Compare
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 25, 2024 22:47
1f47661
to
3430f29
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 26, 2024 11:11
e1b49c2
to
81c1a65
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
February 26, 2024 19:21
ae771a9
to
0c223d0
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 26, 2024 20:59
669fc51
to
4a21c8f
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 26, 2024 21:37
c0f1dbb
to
9ccd8fb
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 27, 2024 18:39
57dc24e
to
edc4ba8
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 27, 2024 19:10
5140c5b
to
059d0e1
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 27, 2024 23:32
427f09f
to
55adf89
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 28, 2024 12:28
8cf0777
to
ffd6474
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 28, 2024 12:38
bba6182
to
990c392
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 28, 2024 13:05
51b80b6
to
0fa4bbf
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
February 28, 2024 20:37
a2ae8d5
to
8db9642
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 28, 2024 22:29
193e36a
to
363e0e3
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
February 28, 2024 22:36
656076b
to
8c98e68
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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]
Minor Changes
#643
ccdd847
Thanks @juliusmarminge! - add progress bar to UploadDropzone#642
4e1cb0d
Thanks @juliusmarminge! - feat(client): addskipPolling
optionPatch Changes
#633
60d18c0
Thanks @juliusmarminge! - chore: remove unused classNames utility#622
a4b7357
Thanks @juliusmarminge! - appendOnPaste and mode=auto not working together#630
28edc15
Thanks @juliusmarminge! - chore: enforce compatibleuploadthing
version for@uploadthing/react
#643
ccdd847
Thanks @juliusmarminge! - fix UploadButton progress text going under progress barUpdated dependencies [
f0a4ae4
,28edc15
]:[email protected]
Minor Changes
#619
7d23dd0
Thanks @juliusmarminge! - add version lock to ensureuploadthing/client
anduploadthing/server
uses same version#637
7fef94e
Thanks @juliusmarminge! - allow overriding filename when usingutapi.uploadFilesFromUrl
. This is useful when the pathname is too long, or when you just want to set your own name.you can also set a customId for the file by passing the
customId
option.#642
4e1cb0d
Thanks @juliusmarminge! - feat(client): addskipPolling
optionPatch Changes
#633
60d18c0
Thanks @juliusmarminge! - chore: remove unused classNames utility#607
8e9d502
Thanks @juliusmarminge! - fix url parsing and prefer x-forwarded-host before host header#630
28edc15
Thanks @juliusmarminge! - chore: enforce compatibleuploadthing
version for@uploadthing/react
#635
09dfa6a
Thanks @juliusmarminge! - chore: more elaborate log when dev callback fails#636
6ca94fc
Thanks @juliusmarminge! - fix: report failed PSP uplaods as failed to UploadThing#624
14d190d
Thanks @juliusmarminge! - export UTFiles from server entrypointUpdated dependencies [
f0a4ae4
,28edc15
]:@uploadthing/[email protected]
Patch Changes
#641
f0a4ae4
Thanks @juliusmarminge! - chore: move some types to@uploadthing/shared
#630
28edc15
Thanks @juliusmarminge! - chore: enforce compatibleuploadthing
version for@uploadthing/react
@uploadthing/[email protected]
Patch Changes
#633
60d18c0
Thanks @juliusmarminge! - chore: remove unused classNames utilityUpdated dependencies [
f0a4ae4
,28edc15
]: