Closed github-actions[bot] closed 6 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
skeleton-docs | ❌ Failed (Inspect) | 💬 Add feedback | Nov 18, 2024 10:49pm | |
skeleton-next | 🔄 Building (Inspect) | Visit Preview | 💬 Add feedback | Nov 18, 2024 10:49pm |
skeleton-themes | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 18, 2024 10:49pm |
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 next, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
next
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onnext
.⚠️⚠️⚠️⚠️⚠️⚠️
Releases
@skeletonlabs/skeleton-react@1.0.0-next.10
Patch Changes
bugfix: Minor bugfix to progressRing indeterminate class logic (#2968)
bugfix: Resolved Pagination alternative mode page count issue (#2956)
@skeletonlabs/skeleton-svelte@1.0.0-next.14
Patch Changes
bugfix: Resolved Pagination alternative mode page count issue (#2956)
bugfix: Adjust Svelte Switch to allow for
bind:checked
andonCheckedChange
at the same time. (#2967)chore: Implemented Svelte test specs for all components (#2968)
bugfix: resolved Svelte Pagination component reactivity issues (#2956)
onOpenChange
will no longer be internally overriden and thus fixbind:open
when used in conjunction withonOpenChange
. (#2970)