From bbd0d08fed0c3f3e5efd04f178e7a380951616ab Mon Sep 17 00:00:00 2001 From: bodymovin Date: Tue, 11 Feb 2025 20:20:14 +0000 Subject: [PATCH] chore: release 4.18.0 --- CHANGELOG.md | 8 ++++++++ npm/react-canvas-lite/package.json | 4 ++-- npm/react-canvas/package.json | 4 ++-- npm/react-webgl/package.json | 4 ++-- npm/react-webgl2/package.json | 4 ++-- package.json | 2 +- 6 files changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7484a5b..7318315 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.18.0](https://github.com/rive-app/rive-react/compare/v4.17.10...v4.18.0) + +- cleanup instance if use effect reruns and instance is not loaded [`ca10584`](https://github.com/rive-app/rive-react/commit/ca10584ed422be62e9eea2b7d05007cd2abd3870) +- update rive to 2.26.1 [`ef23793`](https://github.com/rive-app/rive-react/commit/ef23793d2629dee2eb448d0c825a3e7cdfb675d9) + #### [v4.17.10](https://github.com/rive-app/rive-react/compare/v4.17.9...v4.17.10) +> 27 January 2025 + +- chore: release 4.17.10 [`6fe765d`](https://github.com/rive-app/rive-react/commit/6fe765df84e996611b8878155ba0078ee9caff78) - chore: add React 19 support to package.json [`c62b80a`](https://github.com/rive-app/rive-react/commit/c62b80af09a3b42407dac8d9c63cd0e070738d82) #### [v4.17.9](https://github.com/rive-app/rive-react/compare/v4.17.8...v4.17.9) diff --git a/npm/react-canvas-lite/package.json b/npm/react-canvas-lite/package.json index d54e3af..eb26f53 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.17.10", + "version": "4.18.0", "description": "React wrapper around the @rive-app/canvas-lite library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/rive-app/rive-react#readme", "dependencies": { - "@rive-app/canvas-lite": "2.25.7" + "@rive-app/canvas-lite": "2.26.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0" diff --git a/npm/react-canvas/package.json b/npm/react-canvas/package.json index b510637..56970db 100644 --- a/npm/react-canvas/package.json +++ b/npm/react-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-canvas", - "version": "4.17.10", + "version": "4.18.0", "description": "React wrapper around the @rive-app/canvas library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/rive-app/rive-react#readme", "dependencies": { - "@rive-app/canvas": "2.25.7" + "@rive-app/canvas": "2.26.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0" diff --git a/npm/react-webgl/package.json b/npm/react-webgl/package.json index f7a4a5f..932bec2 100644 --- a/npm/react-webgl/package.json +++ b/npm/react-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-webgl", - "version": "4.17.10", + "version": "4.18.0", "description": "React wrapper around the @rive-app/webgl library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/rive-app/rive-react#readme", "dependencies": { - "@rive-app/webgl": "2.25.7" + "@rive-app/webgl": "2.26.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0" diff --git a/npm/react-webgl2/package.json b/npm/react-webgl2/package.json index 95cf263..902bb2f 100644 --- a/npm/react-webgl2/package.json +++ b/npm/react-webgl2/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-webgl2", - "version": "4.17.10", + "version": "4.18.0", "description": "React wrapper around the @rive-app/webgl2 library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/rive-app/rive-react#readme", "dependencies": { - "@rive-app/webgl2": "2.25.7" + "@rive-app/webgl2": "2.26.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0" diff --git a/package.json b/package.json index 04c4385..1999096 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "4.17.10", + "version": "4.18.0", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",