Skip to content

Commit fb31def

Browse files
committed
build: added missing changes from main
1 parent 416b690 commit fb31def

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

components/svelte/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
**Note:** Version bump only for package @tsparticles/svelte
99

10-
11-
12-
13-
1410
# [3.0.0](https://github.com/tsparticles/svelte/compare/v2.12.0...v3.0.0) (2023-12-24)
1511

1612
### Features

components/svelte/src/lib/Particles.svelte

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
export let id = 'tsparticles';
1919
2020
const dispatch = createEventDispatcher<{
21-
particlesLoaded: { container: Container }
22-
}>(), particlesLoadedEvent = 'particlesLoaded';
21+
particlesLoaded: { container: Container };
22+
}>(),
23+
particlesLoadedEvent = 'particlesLoaded';
2324
2425
let oldId = id;
2526

0 commit comments

Comments
 (0)