Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed Jan 2, 2025
2 parents 97b4403 + 77c51b6 commit 0cbdadd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/silver-doors-nail.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/floating-ui-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @skeletonlabs/floating-ui-svelte

## 0.3.7

### Patch Changes

- 3511309: Added `main` to the package.json.

## 0.3.6

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/floating-ui-svelte/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -9,7 +9,9 @@
"postinstall": "svelte-kit sync",
"sync": "pnpm build"
},
"files": ["dist"],
"files": [
"dist"
],
"sideEffects": false,
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 0cbdadd

Please sign in to comment.