Skip to content

Commit 45575c5

Browse files
Version Packages (#141)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6670b0d commit 45575c5

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.changeset/gorgeous-rocks-perform.md

-5
This file was deleted.

packages/floating-ui-svelte/CHANGELOG.md

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

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- 6670b0d: Update svelte 5 peerDep from next to stable
8+
39
## 0.3.2
410

511
### Patch Changes
@@ -32,4 +38,4 @@
3238
- 3ae279e: Added `useRole` hook
3339
- 8159907: Added the `useHover` hook
3440
- 5cd74c9: feature: added the FloatingArrow component
35-
- 08a58ab: Added the `useInteractions` hook
41+
- 08a58ab: Added the `useInteractions` hook

packages/floating-ui-svelte/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@skeletonlabs/floating-ui-svelte",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"scripts": {
55
"build": "svelte-package --input ./src",
66
"build:watch": "pnpm build --watch",
@@ -9,7 +9,9 @@
99
"postinstall": "svelte-kit sync",
1010
"sync": "pnpm build"
1111
},
12-
"files": ["dist"],
12+
"files": [
13+
"dist"
14+
],
1315
"sideEffects": false,
1416
"svelte": "./dist/index.js",
1517
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)