Closed huntabyte closed 4 weeks ago
Latest commit: 0c32c4ad6f4422ce55b1b2dacf41204c966ba0be
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
svelte-sonner | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 6, 2024 11:19pm |
This is good to merge into main
@wobsoriano. Won't have any impact but we need it in main to kick off the next
release workflows when the time comes 😃
Planning to give the next
branch another look and come up with some API ideas for the stuff we don't yet have a solution for (component vs function for the promise
toast) and hopefully, we can get an next
release rolling to catch any bugs before eventually making it the main release.
Thanks @huntabyte! Learning a lot off changeset + versioning stuff with these updates
This PR adds the
next
branch to therelease.yml
workflow so that it is in place. We can soon do a prerelease@next
for the Svelte 5 version testing/usage prior to a full merge/release intomain
.I'll create the
next
branch from the existing forked branch I have in this project and move those changes into it. I currently have@next
deployments going forbits-ui,
form snap,
andpaneforge
, and changesets make it stupidly simple!