Skip to content

Commit 548ab2b

Browse files
Version Packages (#146)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f32dd0d commit 548ab2b

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

Diff for: .changeset/silly-donkeys-suffer.md

-5
This file was deleted.

Diff for: .changeset/twelve-tables-press.md

-5
This file was deleted.

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

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

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- f32dd0d: Add missing `FloatingArrowProps` export.
8+
- 56a804b: Ensures referenced dom elements are synced externally.
9+
310
## 0.3.3
411

512
### Patch Changes

Diff for: 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.3",
3+
"version": "0.3.4",
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)