From a3a41dca404193a900f021a2358d85d4ab44fb26 Mon Sep 17 00:00:00 2001 From: mjtalbot Date: Fri, 10 May 2024 10:00:11 +0000 Subject: [PATCH] chore: release 4.9.5 --- 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 | 2 +- package.json | 2 +- 6 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5fedee..72426be 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.9.5](https://github.com/rive-app/rive-react/compare/v4.9.4...v4.9.5) + +- bump canvas to 2.15.6 [`b78c971`](https://github.com/rive-app/rive-react/commit/b78c9715d713031d0dbdacb8c4517be5d5a411b8) + #### [v4.9.4](https://github.com/rive-app/rive-react/compare/v4.9.3...v4.9.4) +> 9 May 2024 + +- chore: release 4.9.4 [`520e5bb`](https://github.com/rive-app/rive-react/commit/520e5bb51d8c31b769149a6daee2c84ec0a1a3d6) - bump version to 2.15.5 [`586ee4c`](https://github.com/rive-app/rive-react/commit/586ee4c002a13251d8f13adce11bc6f9cda3a904) #### [v4.9.3](https://github.com/rive-app/rive-react/compare/v4.9.2...v4.9.3) diff --git a/npm/react-canvas-lite/package.json b/npm/react-canvas-lite/package.json index de74a90..4fbd958 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.9.4", + "version": "4.9.5", "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.15.5" + "@rive-app/canvas-lite": "2.15.6" }, "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 1b606a7..3fe074f 100644 --- a/npm/react-canvas/package.json +++ b/npm/react-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-canvas", - "version": "4.9.4", + "version": "4.9.5", "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.15.5" + "@rive-app/canvas": "2.15.6" }, "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 46087ef..5256b44 100644 --- a/npm/react-webgl/package.json +++ b/npm/react-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-webgl", - "version": "4.9.4", + "version": "4.9.5", "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.15.5" + "@rive-app/webgl": "2.15.6" }, "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 c48243c..808ef05 100644 --- a/npm/react-webgl2/package.json +++ b/npm/react-webgl2/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-webgl2", - "version": "4.9.4", + "version": "4.9.5", "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 9f0a47d..65df569 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "4.9.4", + "version": "4.9.5", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",