From 224a7687373bfc8ef05bfb4604f5b1e2be9e4cdd Mon Sep 17 00:00:00 2001 From: bodymovin Date: Tue, 14 Jan 2025 14:58:56 +0000 Subject: [PATCH] chore: release 4.17.6 --- 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 a0168c5..15a142c 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.6](https://github.com/rive-app/rive-react/compare/v4.17.5...v4.17.6) + +- update rive to 2.25.4 [`c085bd5`](https://github.com/rive-app/rive-react/commit/c085bd5ea3c811a5934c725d3347baf723b11225) + #### [v4.17.5](https://github.com/rive-app/rive-react/compare/v4.17.4...v4.17.5) +> 24 December 2024 + +- chore: release 4.17.5 [`bb13c71`](https://github.com/rive-app/rive-react/commit/bb13c719828b2c5c27b524f0e79b5f7ad3896618) - bump rive canvas to 2.25.3 [`779e065`](https://github.com/rive-app/rive-react/commit/779e06583ceb853621693d0e0c056537c90998b9) #### [v4.17.4](https://github.com/rive-app/rive-react/compare/v4.17.3...v4.17.4) diff --git a/npm/react-canvas-lite/package.json b/npm/react-canvas-lite/package.json index 77a6e2b..194b786 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.5", + "version": "4.17.6", "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.3" + "@rive-app/canvas-lite": "2.25.4" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" diff --git a/npm/react-canvas/package.json b/npm/react-canvas/package.json index b48ab7b..66bb344 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.5", + "version": "4.17.6", "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.3" + "@rive-app/canvas": "2.25.4" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" diff --git a/npm/react-webgl/package.json b/npm/react-webgl/package.json index a15c5bc..2642818 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.5", + "version": "4.17.6", "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.3" + "@rive-app/webgl": "2.25.4" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" diff --git a/npm/react-webgl2/package.json b/npm/react-webgl2/package.json index 9014e6c..15afc71 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.5", + "version": "4.17.6", "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.3" + "@rive-app/webgl2": "2.25.4" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" diff --git a/package.json b/package.json index 31c75d3..b5e6a80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "4.17.5", + "version": "4.17.6", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",