From d010a55cc0c065c353dd5424a6fef8a58f416c61 Mon Sep 17 00:00:00 2001 From: mjtalbot Date: Thu, 14 Jul 2022 12:26:10 +0000 Subject: [PATCH] chore: release 3.0.18 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6258e96..037bced 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.17](https://github.com/rive-app/rive-react/compare/v3.0.1...v3.0.17) +#### [v3.0.18](https://github.com/rive-app/rive-react/compare/v3.0.1...v3.0.18) -- removed polyfill in favour of DIY appraoch to reduce package size [`62b3a1d`](https://github.com/rive-app/rive-react/commit/62b3a1d8dc93c0dd29bfe814fcd870e73b33abd2) +- update canvas dimensions to use clientWidth and Height as opposed to BoundingClient, to avoid getting scaled information [`fd1c00a`](https://github.com/rive-app/rive-react/commit/fd1c00a995374634ec8552d20a0f7094fcb04e25) #### [v3.0.1](https://github.com/rive-app/rive-react/compare/v3.0.0...v3.0.1) diff --git a/package.json b/package.json index 05cc51d..3e7122a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.17", + "version": "3.0.18", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",