Skip to content
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 2 commits into from
Feb 28, 2024
Merged

Conversation

t3dotgg
Copy link
Member

@t3dotgg t3dotgg commented Feb 19, 2024

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

Patch Changes

[email protected]

Minor Changes

  • #619 7d23dd0 Thanks @juliusmarminge! - add version lock to ensure uploadthing/client and uploadthing/serveruses same version

  • #637 7fef94e Thanks @juliusmarminge! - allow overriding filename when using utapi.uploadFilesFromUrl. This is useful when the pathname is too long, or when you just want to set your own name.

    utapi.uploadFilesFromUrl({
      url: "https://example.com/super-long-pathname-that-exceeds-the-limit.jpg",
      name: "my-custom-name.jpg",
    });

    you can also set a customId for the file by passing the customId option.

    utapi.uploadFilesFromUrl({
      url: "https://example.com/foo.jpg",
      customId: "my-custom-id",
    });
  • #642 4e1cb0d Thanks @juliusmarminge! - feat(client): add skipPolling option

Patch Changes

@uploadthing/[email protected]

Patch Changes

@uploadthing/[email protected]

Patch Changes

Copy link

vercel bot commented Feb 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-uploadthing ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 28, 2024 10:39pm

@juliusmarminge
Copy link
Collaborator

juliusmarminge commented Feb 25, 2024

DO NOT MERGE BEFORE FIXING #632 (comment)

@github-actions github-actions bot force-pushed the changeset-release/main branch from 1f47661 to 3430f29 Compare February 25, 2024 22:47
@github-actions github-actions bot force-pushed the changeset-release/main branch from e1b49c2 to 81c1a65 Compare February 26, 2024 11:11
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from ae771a9 to 0c223d0 Compare February 26, 2024 19:21
@github-actions github-actions bot force-pushed the changeset-release/main branch from 669fc51 to 4a21c8f Compare February 26, 2024 20:59
@github-actions github-actions bot force-pushed the changeset-release/main branch from c0f1dbb to 9ccd8fb Compare February 26, 2024 21:37
@github-actions github-actions bot force-pushed the changeset-release/main branch from 57dc24e to edc4ba8 Compare February 27, 2024 18:39
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5140c5b to 059d0e1 Compare February 27, 2024 19:10
@juliusmarminge juliusmarminge removed the ❌❗ DO NOT MERGE DO NOT MERGE label Feb 27, 2024
@github-actions github-actions bot force-pushed the changeset-release/main branch from 427f09f to 55adf89 Compare February 27, 2024 23:32
@github-actions github-actions bot force-pushed the changeset-release/main branch from 656076b to 8c98e68 Compare February 28, 2024 22:36
@markflorkowski markflorkowski merged commit ccb58b0 into main Feb 28, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants