Skip to content

Commit

Permalink
chore: release 4.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HayesGordon committed Oct 30, 2024
1 parent e42f5e3 commit f9bad8b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion npm/react-canvas-lite/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion npm/react-canvas/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion npm/react-webgl/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion npm/react-webgl2/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f9bad8b

Please sign in to comment.