File tree 3 files changed +11
-8
lines changed
packages/floating-ui-svelte
3 files changed +11
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @skeletonlabs/floating-ui-svelte
2
2
3
+ ## 0.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 6670b0d: Update svelte 5 peerDep from next to stable
8
+
3
9
## 0.3.2
4
10
5
11
### Patch Changes
32
38
- 3ae279e: Added ` useRole ` hook
33
39
- 8159907: Added the ` useHover ` hook
34
40
- 5cd74c9: feature: added the FloatingArrow component
35
- - 08a58ab: Added the ` useInteractions ` hook
41
+ - 08a58ab: Added the ` useInteractions ` hook
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @skeletonlabs/floating-ui-svelte" ,
3
- "version" : " 0.3.2 " ,
3
+ "version" : " 0.3.3 " ,
4
4
"scripts" : {
5
5
"build" : " svelte-package --input ./src" ,
6
6
"build:watch" : " pnpm build --watch" ,
9
9
"postinstall" : " svelte-kit sync" ,
10
10
"sync" : " pnpm build"
11
11
},
12
- "files" : [" dist" ],
12
+ "files" : [
13
+ " dist"
14
+ ],
13
15
"sideEffects" : false ,
14
16
"svelte" : " ./dist/index.js" ,
15
17
"types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments