diff --git a/.changeset/lemon-llamas-prove.md b/.changeset/lemon-llamas-prove.md deleted file mode 100644 index 18746fc..0000000 --- a/.changeset/lemon-llamas-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stevent-team/react-party": patch ---- - -Update dependencies diff --git a/.changeset/purple-carrots-ring.md b/.changeset/purple-carrots-ring.md deleted file mode 100644 index 19b48a7..0000000 --- a/.changeset/purple-carrots-ring.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@stevent-team/react-party": patch ---- - -Don't initialize DOMMatrix in ref - -This would cause NextJS client components to try and call `new DOMMatrixReadOnly()` while statically rendering, which would error as DOMMatrix is not available in Node. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb8879..01d0fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @stevent-team/react-party +## 0.3.1 + +### Patch Changes + +- 590b6e3: Update dependencies +- 7f46497: Don't initialize DOMMatrix in ref + + This would cause NextJS client components to try and call `new DOMMatrixReadOnly()` while statically rendering, which would error as DOMMatrix is not available in Node. + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index 0fca462..6bc20a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stevent-team/react-party", - "version": "0.3.0", + "version": "0.3.1", "description": "Canvas confetti effect for React 🎉", "keywords": [ "react",