Skip to content

Commit 1504d5c

Browse files
chore: release svelte-preprocess-delegate-events (#21)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1d82146 commit 1504d5c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

β€Ž.changeset/chilly-goats-tan.mdβ€Ž

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

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# svelte-preprocess-delegate-events
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#20](https://github.com/baseballyama/svelte-preprocess-delegate-events/pull/20) [`f4f5ee1`](https://github.com/baseballyama/svelte-preprocess-delegate-events/commit/f4f5ee14a4ad94635541aa51cf0d15e7cd56b9a2) Thanks [@baseballyama](https://github.com/baseballyama)! - feat: Support Element with `on:*` in `{#each}` block
8+
39
## 0.1.5
410

511
### Patch Changes

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-preprocess-delegate-events",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"description": "You can delegate events by on:* πŸŽ‰",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
Β (0)