Skip to content

Commit

Permalink
chore(clickoutside): drop support for svelte 4 and below
Browse files Browse the repository at this point in the history
  • Loading branch information
vnphanquang committed May 17, 2024
1 parent 42a0b64 commit 8200be5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sweet-cooks-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@svelte-put/clickoutside": major
---

drop support for Svelte 4 and below
2 changes: 1 addition & 1 deletion packages/clickoutside/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@internals/tsconfig": "workspace:*"
},
"peerDependencies": {
"svelte": "^3.55.0 || ^4.0.0 || ^5.0.0"
"svelte": "^5.0.0"
},
"volta": {
"extends": "../../package.json"
Expand Down

0 comments on commit 8200be5

Please sign in to comment.