Skip to content

Commit fd0a602

Browse files
Version Packages (#151)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a367fa4 commit fd0a602

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.changeset/nine-beers-collect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/floating-ui-svelte/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @skeletonlabs/floating-ui-svelte
22

3+
## 0.3.6
4+
5+
### Patch Changes
6+
7+
- a367fa4: Restructure `@floating-ui/dom` re-exports.
8+
39
## 0.3.5
410

511
### Patch Changes

packages/floating-ui-svelte/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@skeletonlabs/floating-ui-svelte",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
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)