Closed Hugos68 closed 4 months ago
Latest commit: 2118f67f7f8ad4529ec7f552b6a318b68e6a3393
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) |
---|---|---|---|---|
floating-ui-svelte | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 2, 2024 7:28am |
Linked Issue
Closes #108
Description
svelte
to latest, no changes were required, but a bunch of bugs were fixed.@testing-library/svelte
to latest (see this comment)test.svelte.ts
file (which is a test only utils file) from getting published to npm.Changesets
We use Changesets to automatically create our changelog per each release. Any changes or additions to the Library assets in
/lib
must be documented with a new Changeset. This can be done as follows:pnpm changeset
to trigger the Changeset CLI.minor
orpatch
. Nevermajor
.feature:
,chore:
orbugfix:
..md
files are added to the/.changeset
directory.Checklist
Please read and apply all contribution requirements.
dev
branch (NEVERmaster
)pnpm format
pnpm lint
pnpm test