Skip to content

Commit

Permalink
chore: release 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zplata committed Jun 6, 2022
1 parent 0480dc9 commit 90c6d1e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,24 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v3.0.5](https://github.com/rive-app/rive-react/compare/v3.0.3...v3.0.5)
#### [v3.0.6](https://github.com/rive-app/rive-react/compare/v3.0.5...v3.0.6)

- Fix: A recent Bunchee patch version kind of breaks npm run build [`1a49e89`](https://github.com/rive-app/rive-react/commit/1a49e89c331e2325381d2f6a87780f2fd2939448)
- Maint: Roll canvas and webgl dependencies forward to support nested state machines [`0480dc9`](https://github.com/rive-app/rive-react/commit/0480dc92c842265d601d08b60fb49392969cfd9e)

#### [v3.0.5](https://github.com/rive-app/rive-react/compare/v3.0.4...v3.0.5)

> 26 May 2022
- chore: release 3.0.5 [`de24fa5`](https://github.com/rive-app/rive-react/commit/de24fa564117d4acbe60b4cf734abd9e951b30f1)
- Feat: Add stateMachines param to the default Rive component [`84d9730`](https://github.com/rive-app/rive-react/commit/84d9730767a62c63e743d5a04bba5b3d480ea38d)
- Maint: Bump wasm for another listener patch [`805afd5`](https://github.com/rive-app/rive-react/commit/805afd5dff2888294926c32ec07f5e24db804d09)

#### [v3.0.4](https://github.com/rive-app/rive-react/compare/v3.0.3...v3.0.4)

> 23 May 2022
- chore: release 3.0.4 [`9abee34`](https://github.com/rive-app/rive-react/commit/9abee34d12641f845b93febf438df0f77f72153f)
- Maint: Bump rive-wasm dependency for listener patches [`12801b1`](https://github.com/rive-app/rive-react/commit/12801b10cc8980339e5856d71d96da3c612cb291)

#### [v3.0.3](https://github.com/rive-app/rive-react/compare/v3.0.2...v3.0.3)

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": "rive-react",
"version": "3.0.5",
"version": "3.0.6",
"description": "React wrapper around the rive-js library",
"main": "dist/index.js",
"typings": "dist/types/index.d.ts",
Expand Down

0 comments on commit 90c6d1e

Please sign in to comment.