Skip to content

Commit 31eb46d

Browse files
chore(release): 6.3.0 [skip ci]
# [6.3.0](v6.2.3...v6.3.0) (2025-03-01) ### Bug Fixes * prevent particle flicker on removal ([5cb5bd8](5cb5bd8)) ### Features * using elapsed time in physics updates ([d1626dc](d1626dc))
1 parent e447389 commit 31eb46d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [6.3.0](https://github.com/alampros/react-confetti/compare/v6.2.3...v6.3.0) (2025-03-01)
2+
3+
4+
### Bug Fixes
5+
6+
* prevent particle flicker on removal ([5cb5bd8](https://github.com/alampros/react-confetti/commit/5cb5bd87032705b90a8d85588d931b985a4127e5))
7+
8+
9+
### Features
10+
11+
* using elapsed time in physics updates ([d1626dc](https://github.com/alampros/react-confetti/commit/d1626dcd16758f627749a30794075663c5fce15f))
12+
113
## [6.2.3](https://github.com/alampros/react-confetti/compare/v6.2.2...v6.2.3) (2025-02-22)
214

315

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-confetti",
3-
"version": "6.2.3",
3+
"version": "6.3.0",
44
"description": "React component to draw confetti for your party.",
55
"main": "dist/react-confetti.cjs",
66
"module": "dist/react-confetti.mjs",

0 commit comments

Comments
 (0)