From c660a675c246af9fca50795ff88b7935c2d2a101 Mon Sep 17 00:00:00 2001 From: damzobridge Date: Tue, 15 Jul 2025 20:57:21 +0000 Subject: [PATCH] chore: release 4.22.0 --- CHANGELOG.md | 8 ++++++++ npm/react-canvas-lite/package.json | 2 +- npm/react-canvas/package.json | 2 +- npm/react-webgl/package.json | 2 +- npm/react-webgl2/package.json | 2 +- package.json | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b5def8..136cd5e 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.22.0](https://github.com/rive-app/rive-react/compare/v4.21.6...v4.22.0) + +- feat: add tests for artboard binding [`74e1d5a`](https://github.com/rive-app/rive-react/commit/74e1d5a5f29f14f46be3af3d052bb51c3d833799) +- feat: add useViewModelInstanceArtboard hook [`963ecc4`](https://github.com/rive-app/rive-react/commit/963ecc43b80e6465d159621d014b70b8cbfee9d4) + #### [v4.21.6](https://github.com/rive-app/rive-react/compare/v4.21.5...v4.21.6) +> 15 July 2025 + +- chore: release 4.21.6 [`85807f2`](https://github.com/rive-app/rive-react/commit/85807f2166fcfba01e4556ac346b769d6fa08341) - rive_canvas_2.30.3 [`9a33504`](https://github.com/rive-app/rive-react/commit/9a33504d3a315ce2f3dff753192b0ae491a56a04) #### [v4.21.5](https://github.com/rive-app/rive-react/compare/v4.21.4...v4.21.5) diff --git a/npm/react-canvas-lite/package.json b/npm/react-canvas-lite/package.json index 126f27c..3d1762e 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.21.6", + "version": "4.22.0", "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 8de873f..121dbca 100644 --- a/npm/react-canvas/package.json +++ b/npm/react-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-canvas", - "version": "4.21.6", + "version": "4.22.0", "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 7b9767d..1f0ea1a 100644 --- a/npm/react-webgl/package.json +++ b/npm/react-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-webgl", - "version": "4.21.6", + "version": "4.22.0", "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 bf4347e..61f7fae 100644 --- a/npm/react-webgl2/package.json +++ b/npm/react-webgl2/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-webgl2", - "version": "4.21.6", + "version": "4.22.0", "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 d566a9e..8e5a851 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "4.21.6", + "version": "4.22.0", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",