chore: release 3.0.18

This commit is contained in:
mjtalbot
2022-07-14 12:26:10 +00:00
parent fd1c00a995
commit d010a55cc0
2 changed files with 3 additions and 3 deletions

View File

@@ -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)

View File

@@ -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",