Skip to content

Commit 4a4e86b

Browse files
Version Packages (#158)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3ab7653 commit 4a4e86b

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

Diff for: .changeset/strong-parents-allow.md

-5
This file was deleted.

Diff for: packages/floating-ui-svelte/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @skeletonlabs/floating-ui-svelte
22

3+
## 0.3.9
4+
5+
### Patch Changes
6+
7+
- 3ab7653: Fix package installations by removing `postinstall` lifecycle script.
8+
39
## 0.3.8
410

511
### Patch Changes

Diff for: packages/floating-ui-svelte/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "@skeletonlabs/floating-ui-svelte",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"scripts": {
55
"build": "svelte-package --input ./src",
66
"build:watch": "pnpm build --watch",
77
"test": "vitest run",
88
"test:watch": "pnpm test --watch",
99
"sync": "svelte-kit sync && pnpm build"
1010
},
11-
"files": ["dist"],
11+
"files": [
12+
"dist"
13+
],
1214
"sideEffects": false,
1315
"svelte": "./dist/index.js",
1416
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)