Skip to content

Commit a93b47d

Browse files
chore(release): 6.2.0 [skip ci]
# [6.2.0](v6.1.0...v6.2.0) (2024-12-27) ### Features * update `peerDependencies` to support React 19 ([ce2d40a](ce2d40a)) * upgrade tooling ([9c84a99](9c84a99))
1 parent 7ad17c5 commit a93b47d

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [6.2.0](https://github.com/alampros/react-confetti/compare/v6.1.0...v6.2.0) (2024-12-27)
2+
3+
4+
### Features
5+
6+
* update `peerDependencies` to support React 19 ([ce2d40a](https://github.com/alampros/react-confetti/commit/ce2d40a65cfbb0fc491df550bd5a9caea149d82b))
7+
* upgrade tooling ([9c84a99](https://github.com/alampros/react-confetti/commit/9c84a9941b5efeec2082ee9d54f8e2655f990d2f))
8+
19
# [6.1.0](https://github.com/alampros/react-confetti/compare/v6.0.1...v6.1.0) (2022-05-20)
210

311

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-confetti",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "React component to draw confetti for your party.",
55
"main": "dist/index.js",
66
"repository": {
@@ -81,4 +81,4 @@
8181
"engines": {
8282
"node": ">=16"
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)