Skip to content

Commit

Permalink
Merge pull request #23 from stevent-team/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
GRA0007 authored Jul 17, 2023
2 parents 2951c75 + 948d99b commit 545f815
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-llamas-prove.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/purple-carrots-ring.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 545f815

Please sign in to comment.