From 2e461c66b37d29b05ce3a0d02547db933b7dd33f Mon Sep 17 00:00:00 2001 From: HayesGordon Date: Wed, 30 Oct 2024 21:24:23 +0000 Subject: [PATCH] chore: release 4.15.2 --- CHANGELOG.md | 7 +++++++ npm/react-canvas-lite/package.json | 2 +- npm/react-canvas/package.json | 2 +- npm/react-webgl/package.json | 2 +- npm/react-webgl2/package.json | 2 +- package.json | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f3548..1bff19f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [v4.15.2](https://github.com/rive-app/rive-react/compare/v4.15.1...v4.15.2) + +- fix: account for scale factor in layout resizing [`bb07829`](https://github.com/rive-app/rive-react/commit/bb078296d0d694e5b6db0271bac52b207c5094ec) + #### [v4.15.1](https://github.com/rive-app/rive-react/compare/v4.15.0...v4.15.1) +> 30 October 2024 + +- chore: release 4.15.1 [`f9bad8b`](https://github.com/rive-app/rive-react/commit/f9bad8b62d3919fdbcfd6d5f62e77d8b920d5e8e) - fix: additional layout configuration that react needs [`83fa663`](https://github.com/rive-app/rive-react/commit/83fa6635ec5fc51e4651f0705fdb392f84d6421d) - fix: only perform layout resizing if the Layout object exists [`e42f5e3`](https://github.com/rive-app/rive-react/commit/e42f5e32d7968f26008d61248b74bb6c16d74647) diff --git a/npm/react-canvas-lite/package.json b/npm/react-canvas-lite/package.json index ce899a2..02f87a1 100644 --- a/npm/react-canvas-lite/package.json +++ b/npm/react-canvas-lite/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-canvas-lite", - "version": "4.15.1", + "version": "4.15.2", "description": "React wrapper around the @rive-app/canvas-lite library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", diff --git a/npm/react-canvas/package.json b/npm/react-canvas/package.json index 918827b..dec80f1 100644 --- a/npm/react-canvas/package.json +++ b/npm/react-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-canvas", - "version": "4.15.1", + "version": "4.15.2", "description": "React wrapper around the @rive-app/canvas library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", diff --git a/npm/react-webgl/package.json b/npm/react-webgl/package.json index 41af49f..6df4f99 100644 --- a/npm/react-webgl/package.json +++ b/npm/react-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-webgl", - "version": "4.15.1", + "version": "4.15.2", "description": "React wrapper around the @rive-app/webgl library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", diff --git a/npm/react-webgl2/package.json b/npm/react-webgl2/package.json index 6f32061..6ea186c 100644 --- a/npm/react-webgl2/package.json +++ b/npm/react-webgl2/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-webgl2", - "version": "4.15.1", + "version": "4.15.2", "description": "React wrapper around the @rive-app/webgl2 library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", diff --git a/package.json b/package.json index 43f2a6c..e8a26a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "4.15.1", + "version": "4.15.2", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",