Skip to content

Commit

Permalink
Version Packages (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 1, 2025
1 parent f32dd0d commit 548ab2b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/silly-donkeys-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-tables-press.md

This file was deleted.

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

## 0.3.4

### Patch Changes

- f32dd0d: Add missing `FloatingArrowProps` export.
- 56a804b: Ensures referenced dom elements are synced externally.

## 0.3.3

### 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.3",
"version": "0.3.4",
"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 548ab2b

Please sign in to comment.