From fd1a1653b13c2fd15f2862e6c372a27fd49acd00 Mon Sep 17 00:00:00 2001 From: zplata Date: Tue, 4 Oct 2022 17:56:49 +0000 Subject: [PATCH] chore: release 3.0.27 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d85d08..d66dc61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ 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.26](https://github.com/rive-app/rive-react/compare/v3.0.23...v3.0.26) +#### [v3.0.27](https://github.com/rive-app/rive-react/compare/v3.0.23...v3.0.27) -- fix: Adjust canvas size if devicePixelRatio changes for any reaason [`2b1aa01`](https://github.com/rive-app/rive-react/commit/2b1aa01a87c14f71b980d160f6607edc12d3eed6) +- Fix: Bump wasm to accomodate clipping bug on nested artboards [`8d7f0ab`](https://github.com/rive-app/rive-react/commit/8d7f0ab28c8aa6af3abe5269e7b8980cc1a8dbe7) #### [v3.0.23](https://github.com/rive-app/rive-react/compare/v3.0.22...v3.0.23) diff --git a/package.json b/package.json index 6529d58..413b353 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.26", + "version": "3.0.27", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",