diff --git a/CHANGELOG.md b/CHANGELOG.md index d814bb1..43f3548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.1](https://github.com/rive-app/rive-react/compare/v4.15.0...v4.15.1) + +- 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) + #### [v4.15.0](https://github.com/rive-app/rive-react/compare/v4.14.6...v4.15.0) +> 30 October 2024 + +- chore: release 4.15.0 [`bdd4c84`](https://github.com/rive-app/rive-react/commit/bdd4c84d8b32fafb775afcaded6c16ec158892bb) - feat: responsive layouts! [`414543d`](https://github.com/rive-app/rive-react/commit/414543d37dde248a7028d9d6a43c3c7dee3d49f6) #### [v4.14.6](https://github.com/rive-app/rive-react/compare/v4.14.5...v4.14.6) diff --git a/npm/react-canvas-lite/package.json b/npm/react-canvas-lite/package.json index bb2a4b6..ce899a2 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.0", + "version": "4.15.1", "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 0cd9644..918827b 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.0", + "version": "4.15.1", "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 b01b0ea..41af49f 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.0", + "version": "4.15.1", "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 6ed63bf..6f32061 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.0", + "version": "4.15.1", "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 b825ae2..43f2a6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "4.15.0", + "version": "4.15.1", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",