Skip to content

Commit

Permalink
Version Packages (#158)
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 9, 2025
1 parent 3ab7653 commit 4a4e86b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/strong-parents-allow.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.9

### Patch Changes

- 3ab7653: Fix package installations by removing `postinstall` lifecycle script.

## 0.3.8

### 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,14 +1,16 @@
{
"name": "@skeletonlabs/floating-ui-svelte",
"version": "0.3.8",
"version": "0.3.9",
"scripts": {
"build": "svelte-package --input ./src",
"build:watch": "pnpm build --watch",
"test": "vitest run",
"test:watch": "pnpm test --watch",
"sync": "svelte-kit sync && pnpm build"
},
"files": ["dist"],
"files": [
"dist"
],
"sideEffects": false,
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 4a4e86b

Please sign in to comment.