We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97b4403 + 77c51b6 commit 0cbdaddCopy full SHA for 0cbdadd
.changeset/silver-doors-nail.md
packages/floating-ui-svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @skeletonlabs/floating-ui-svelte
2
3
+## 0.3.7
4
+
5
+### Patch Changes
6
7
+- 3511309: Added `main` to the package.json.
8
9
## 0.3.6
10
11
### Patch Changes
packages/floating-ui-svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@skeletonlabs/floating-ui-svelte",
- "version": "0.3.6",
+ "version": "0.3.7",
"scripts": {
"build": "svelte-package --input ./src",
"build:watch": "pnpm build --watch",
@@ -9,7 +9,9 @@
"postinstall": "svelte-kit sync",
"sync": "pnpm build"
},
12
- "files": ["dist"],
+ "files": [
13
+ "dist"
14
+ ],
15
"sideEffects": false,
16
"svelte": "./dist/index.js",
17
"types": "./dist/index.d.ts",
0 commit comments