From f11a433365c34818976798106fc03a264e6ceaea Mon Sep 17 00:00:00 2001 From: zplata Date: Wed, 22 Feb 2023 19:03:57 +0000 Subject: [PATCH] chore: release 3.0.36 --- CHANGELOG.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 51 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 740bde0..3c16155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,59 @@ 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.35](https://github.com/rive-app/rive-react/compare/v3.0.28...v3.0.35) +#### [v3.0.36](https://github.com/rive-app/rive-react/compare/v3.0.35...v3.0.36) +- maint: bump wasm to support speed on states feature [`48a4726`](https://github.com/rive-app/rive-react/commit/48a4726d1f7a01088959d47580082e5ddfed1492) + +#### [v3.0.35](https://github.com/rive-app/rive-react/compare/v3.0.34...v3.0.35) + +> 17 January 2023 + +- chore: release 3.0.35 [`03f05f5`](https://github.com/rive-app/rive-react/commit/03f05f57b7f277d7d90701954b5ca09842bcaab6) - fix: update rive-wasm to try patching slow burn memory leak [`8b483b8`](https://github.com/rive-app/rive-react/commit/8b483b807b8207fe12c864e19f64592c0bedac46) +#### [v3.0.34](https://github.com/rive-app/rive-react/compare/v3.0.33...v3.0.34) + +> 16 December 2022 + +- chore: release 3.0.34 [`816fcfc`](https://github.com/rive-app/rive-react/commit/816fcfcdbcb9f2d8f83cc7887f43aae011dee3be) +- Bumping rive-app/canvas & webgl versions. [`6c28a87`](https://github.com/rive-app/rive-react/commit/6c28a8795eeabc10aa8bdcee99ee9754d924d0ae) + +#### [v3.0.33](https://github.com/rive-app/rive-react/compare/v3.0.32...v3.0.33) + +> 8 November 2022 + +- maint: bump wasm runtime and replace old skills rive file example [`acba24c`](https://github.com/rive-app/rive-react/commit/acba24c4ed4f703303615819678c7273c385286f) +- chore: release 3.0.33 [`6a57630`](https://github.com/rive-app/rive-react/commit/6a57630ae67df057472a6d40f354fcfe53cb5521) + +#### [v3.0.32](https://github.com/rive-app/rive-react/compare/v3.0.31...v3.0.32) + +> 21 October 2022 + +- chore: release 3.0.32 [`1e6eb5e`](https://github.com/rive-app/rive-react/commit/1e6eb5ec927aa0bb10ee1e7659c4824c64702f58) +- Bumping to latest Rive WASM to fix https://2dimensions.slack.com/archives/CLLCU09T6/p1666370141425879 [`6871a81`](https://github.com/rive-app/rive-react/commit/6871a81ebd17038426e7089ed836379d02a9c5fd) + +#### [v3.0.31](https://github.com/rive-app/rive-react/compare/v3.0.30...v3.0.31) + +> 21 October 2022 + +- chore: release 3.0.31 [`33053b3`](https://github.com/rive-app/rive-react/commit/33053b3b7f0ff6d99ce4383ecea1f031ccb587e0) +- bump runtimes to incorporate speed fix for state machines [`4040083`](https://github.com/rive-app/rive-react/commit/4040083d5a89510356e45433e5026664baf92a49) + +#### [v3.0.30](https://github.com/rive-app/rive-react/compare/v3.0.29...v3.0.30) + +> 20 October 2022 + +- chore: release 3.0.30 [`2153b81`](https://github.com/rive-app/rive-react/commit/2153b81e6b74d33d1e2f709291fad338dcbb85da) +- Bump dependencies to fix call to runtime cleanup [`6b1500e`](https://github.com/rive-app/rive-react/commit/6b1500e681ba8984d786eec4d414c4c8ad4b0268) + +#### [v3.0.29](https://github.com/rive-app/rive-react/compare/v3.0.28...v3.0.29) + +> 20 October 2022 + +- chore: release 3.0.29 [`503702c`](https://github.com/rive-app/rive-react/commit/503702cf1f963204e3519b9b3dbfea1bfa271d0a) +- Call cleanup on unmount [`7be20b0`](https://github.com/rive-app/rive-react/commit/7be20b0a874afab7f6a29122521f42c71a22aa51) + #### [v3.0.28](https://github.com/rive-app/rive-react/compare/v3.0.27...v3.0.28) > 20 October 2022 diff --git a/package.json b/package.json index 1f96b6b..e5c7a51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.35", + "version": "3.0.36", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",