File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
packages/floating-ui-svelte Expand file tree Collapse file tree 3 files changed +10
-7
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.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 3ab7653: Fix package installations by removing ` postinstall ` lifecycle script.
8
+
3
9
## 0.3.8
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @skeletonlabs/floating-ui-svelte" ,
3
- "version" : " 0.3.8 " ,
3
+ "version" : " 0.3.9 " ,
4
4
"scripts" : {
5
5
"build" : " svelte-package --input ./src" ,
6
6
"build:watch" : " pnpm build --watch" ,
7
7
"test" : " vitest run" ,
8
8
"test:watch" : " pnpm test --watch" ,
9
9
"sync" : " svelte-kit sync && pnpm build"
10
10
},
11
- "files" : [" dist" ],
11
+ "files" : [
12
+ " dist"
13
+ ],
12
14
"sideEffects" : false ,
13
15
"svelte" : " ./dist/index.js" ,
14
16
"types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments