diff --git a/.changeset/curvy-buckets-matter.md b/.changeset/curvy-buckets-matter.md deleted file mode 100644 index 9585235..0000000 --- a/.changeset/curvy-buckets-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stevent-team/react-party": minor ---- - -Add more options for controlling the confetti spawn location and velocity diff --git a/.changeset/poor-teachers-work.md b/.changeset/poor-teachers-work.md deleted file mode 100644 index f282c6e..0000000 --- a/.changeset/poor-teachers-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stevent-team/react-party": minor ---- - -Add types to the npm package diff --git a/.changeset/shiny-zebras-change.md b/.changeset/shiny-zebras-change.md deleted file mode 100644 index b4bae48..0000000 --- a/.changeset/shiny-zebras-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stevent-team/react-party": patch ---- - -Fix using createConfetti's default params causing an unitialised variable error diff --git a/.changeset/tall-jars-beam.md b/.changeset/tall-jars-beam.md deleted file mode 100644 index 6c9f680..0000000 --- a/.changeset/tall-jars-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stevent-team/react-party": patch ---- - -Fix incorrect kill zone calculation diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c46846..0bb8879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @stevent-team/react-party +## 0.3.0 + +### Minor Changes + +- 1b8bcdb: Add more options for controlling the confetti spawn location and velocity +- 77e76fa: Add types to the npm package + +### Patch Changes + +- 6415bbe: Fix using createConfetti's default params causing an unitialised variable error +- 15c9137: Fix incorrect kill zone calculation + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index c6ecec9..bdb9178 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stevent-team/react-party", - "version": "0.2.0", + "version": "0.3.0", "description": "Canvas confetti effect for React 🎉", "keywords": [ "react",