diff --git a/CHANGELOG.md b/CHANGELOG.md index 3344fc5..eb1ed27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,45 @@ 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.1](https://github.com/rive-app/rive-react/compare/v1.0.5...v3.0.1) +#### [v3.0.2](https://github.com/rive-app/rive-react/compare/v3.0.1...v3.0.2) + +- Maint: Bump wasm dependencies [`f0e7092`](https://github.com/rive-app/rive-react/commit/f0e70924ec9849f45ecddda801ad63e1d87b1bdb) + +#### [v3.0.1](https://github.com/rive-app/rive-react/compare/v3.0.0...v3.0.1) + +> 26 April 2022 - Maint: Bump rive wasm to include fps counter API and take off major tag [`83c81b4`](https://github.com/rive-app/rive-react/commit/83c81b49c5a53c5ec9092b83607a78b6e4a69768) +- chore: release 3.0.1 [`f4eccbe`](https://github.com/rive-app/rive-react/commit/f4eccbe2ce8795f55a6bed7d8b17c2ac59c94c30) + +### [v3.0.0](https://github.com/rive-app/rive-react/compare/v2.0.0...v3.0.0) + +> 26 April 2022 + +- Fix animation playing with autoplay false when animation name passed [`aab811b`](https://github.com/rive-app/rive-react/commit/aab811b975d8832c2be14779675392a17b1db5ff) +- chore: release 3.0.0 [`5de40fa`](https://github.com/rive-app/rive-react/commit/5de40fad5b716be7dcec59c15422e9d41a4962b1) + +### [v2.0.0](https://github.com/rive-app/rive-react/compare/v1.0.7...v2.0.0) + +> 22 April 2022 + +- Breaking: Spread non-style props onto canvas element instead of containing div [`5c0b9cd`](https://github.com/rive-app/rive-react/commit/5c0b9cd613873ee565b4ec40d71042c3850a502c) +- Update: Adding build scripts to prepare for split of rive-react into 2 package derivatives for canvas and webgl [`5c4336b`](https://github.com/rive-app/rive-react/commit/5c4336b84fe55afea1ec9d5e42f530cf29d6d176) +- Change rive-react-* references to be the shortened namespace-named convention [`4429be4`](https://github.com/rive-app/rive-react/commit/4429be44f2af2b91d9d5e26a65b70e59d9647979) + +#### [v1.0.7](https://github.com/rive-app/rive-react/compare/v1.0.6...v1.0.7) + +> 20 April 2022 + +- chore: release 1.0.7 [`6e72ed5`](https://github.com/rive-app/rive-react/commit/6e72ed5271976e886a576f5a6c0d7162eedc81d8) +- Maint: Allow peer dep React to use v18.0+ [`464fa97`](https://github.com/rive-app/rive-react/commit/464fa97c207e780d31866ecad0437dc16aefd1f2) + +#### [v1.0.6](https://github.com/rive-app/rive-react/compare/v1.0.5...v1.0.6) + +> 14 April 2022 + +- chore: release 1.0.6 [`ac01b7e`](https://github.com/rive-app/rive-react/commit/ac01b7ec691c435371f9553df88144c75af18ed4) +- Maint: Bump webgl dependency up to 1.0.39 [`cd9baef`](https://github.com/rive-app/rive-react/commit/cd9baef25003b491d40d5649ba1d3b5f88bce870) #### [v1.0.5](https://github.com/rive-app/rive-react/compare/v1.0.4...v1.0.5) diff --git a/package.json b/package.json index cb39096..99083d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.1", + "version": "3.0.2", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",