Skip to content

Commit 0d53537

Browse files
chore(release): 6.4.0 [skip ci]
# [6.4.0](v6.3.0...v6.4.0) (2025-03-04) ### Bug Fixes * clamp tweenProgress between 0 and tweenDuration ([f988305](f988305)) ### Features * adding tweenFrom property to allow smooth transition when parameters change ([dde31e0](dde31e0))
1 parent 641b351 commit 0d53537

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.4.0](https://github.com/alampros/react-confetti/compare/v6.3.0...v6.4.0) (2025-03-04)
2+
3+
4+
### Bug Fixes
5+
6+
* clamp tweenProgress between 0 and tweenDuration ([f988305](https://github.com/alampros/react-confetti/commit/f988305151150522111c7b846303ba2263fa85e9))
7+
8+
9+
### Features
10+
11+
* adding tweenFrom property to allow smooth transition when parameters change ([dde31e0](https://github.com/alampros/react-confetti/commit/dde31e0e28da164f7b9f3909e73baa6ffe24cf68))
12+
113
# [6.3.0](https://github.com/alampros/react-confetti/compare/v6.2.3...v6.3.0) (2025-03-01)
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.3.0",
3+
"version": "6.4.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)