Skip to content

Commit 6292b89

Browse files
Doc site bump (#110)
* chore: Fix git checkout (#106) * fixes (#109) --------- Co-authored-by: CokaKoala <[email protected]>
1 parent 38a00b9 commit 6292b89

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20+
with:
21+
fetch-depth: 0
2022
- uses: pnpm/action-setup@v3
2123
with:
2224
version: ${{ env.pnpm_version }}

src/routes/(inner)/examples/popovers/Example.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
useRole,
1212
useDismiss,
1313
useClick,
14-
} from '$lib/index.js';
14+
} from '@skeletonlabs/floating-ui-svelte';
1515
1616
// State
1717
let open = $state(false);

src/routes/(inner)/examples/tooltips/Example.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
useInteractions,
1212
useRole,
1313
useDismiss,
14-
} from '$lib/index.js';
14+
} from '@skeletonlabs/floating-ui-svelte';
1515
1616
// State
1717
let open = $state(false);

0 commit comments

Comments
 (0)