From 6fe765df84e996611b8878155ba0078ee9caff78 Mon Sep 17 00:00:00 2001 From: damzobridge Date: Mon, 27 Jan 2025 23:34:24 +0000 Subject: [PATCH] chore: release 4.17.10 --- CHANGELOG.md | 7 +++++++ 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, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af60e9..7484a5b 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.17.10](https://github.com/rive-app/rive-react/compare/v4.17.9...v4.17.10) + +- 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) +> 27 January 2025 + +- chore: release 4.17.9 [`777337c`](https://github.com/rive-app/rive-react/commit/777337c4814ecc16f09a7971f3fabccc4be48b33) - update rive to 2.25.7 [`da4b597`](https://github.com/rive-app/rive-react/commit/da4b5978e7a558bba0d10ca18ef3053deac88691) #### [v4.17.8](https://github.com/rive-app/rive-react/compare/v4.17.7...v4.17.8) diff --git a/npm/react-canvas-lite/package.json b/npm/react-canvas-lite/package.json index 43019af..d54e3af 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.9", + "version": "4.17.10", "description": "React wrapper around the @rive-app/canvas-lite library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", @@ -21,6 +21,6 @@ "@rive-app/canvas-lite": "2.25.7" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0" } } \ No newline at end of file diff --git a/npm/react-canvas/package.json b/npm/react-canvas/package.json index 3fea490..b510637 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.9", + "version": "4.17.10", "description": "React wrapper around the @rive-app/canvas library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", @@ -21,6 +21,6 @@ "@rive-app/canvas": "2.25.7" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0" } } \ No newline at end of file diff --git a/npm/react-webgl/package.json b/npm/react-webgl/package.json index b60c8a8..f7a4a5f 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.9", + "version": "4.17.10", "description": "React wrapper around the @rive-app/webgl library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", @@ -21,6 +21,6 @@ "@rive-app/webgl": "2.25.7" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0" } } \ No newline at end of file diff --git a/npm/react-webgl2/package.json b/npm/react-webgl2/package.json index 6e64d19..95cf263 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.9", + "version": "4.17.10", "description": "React wrapper around the @rive-app/webgl2 library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", @@ -21,6 +21,6 @@ "@rive-app/webgl2": "2.25.7" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0" } } \ No newline at end of file diff --git a/package.json b/package.json index 4f6dd25..0dcf6d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "4.17.9", + "version": "4.17.10", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",