techniq / svelte-ux

Collection of Svelte components, actions, stores, and utilities to build highly interactive applications.
https://svelte-ux.techniq.dev/
MIT License
663 stars 33 forks source link

Patch incorrect order of classnames (regression from #419) #421

Closed brandonmcconnell closed 2 weeks ago

brandonmcconnell commented 2 weeks ago

This resolves a regression re incorrect classname order, caught in this comment: https://github.com/techniq/svelte-ux/pull/419#issuecomment-2204019023

changeset-bot[bot] commented 2 weeks ago

⚠️ No Changeset found

Latest commit: 66e5dabe3e745f2f862fc54f3085179d7eb9119b

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.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

vercel[bot] commented 2 weeks ago

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

Name Status Preview Comments Updated (UTC)
svelte-ux ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 2, 2024 6:33pm
techniq commented 2 weeks ago

Thanks @brandonmcconnell. This strategy will be good to apply throughout as we get time.