From 8e24185f3ff7670eaa5aa93778cb53010936e6eb Mon Sep 17 00:00:00 2001 From: zplata Date: Fri, 15 Dec 2023 19:26:43 +0000 Subject: [PATCH] chore: release 4.6.1 --- CHANGELOG.md | 7 +++++++ npm/react-canvas-lite/package.json | 4 ++-- npm/react-canvas/package.json | 4 ++-- npm/react-webgl/package.json | 4 ++-- package.json | 2 +- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b80bb0b..79668aa 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.6.1](https://github.com/rive-app/rive-react/compare/v4.6.0...v4.6.1) + +- chore: bump rive-wasm to 2.8.2 for additional proxy gl checks before rendering an image/mesh [`5fad06d`](https://github.com/rive-app/rive-react/commit/5fad06d4bdf377a03a5f276a77b2c1037ae84474) + #### [v4.6.0](https://github.com/rive-app/rive-react/compare/v4.5.8...v4.6.0) +> 15 December 2023 + +- chore: release 4.6.0 [`df14bc3`](https://github.com/rive-app/rive-react/commit/df14bc383b2a6feb08ffdd4e5557f65bbd1430ba) - chore: bump rive-wasm to 2.8.0 for GL as a proxy solution to checking lost context [`1196dd4`](https://github.com/rive-app/rive-react/commit/1196dd4c4e21cc9a012616fa04c02a36791336cf) - add webgl to 2.8.0 too [`b8dc1e5`](https://github.com/rive-app/rive-react/commit/b8dc1e53712821bf9896564e7a7c1bf562107a90) diff --git a/npm/react-canvas-lite/package.json b/npm/react-canvas-lite/package.json index 9d24034..a02d89b 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.6.0", + "version": "4.6.1", "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.8.0" + "@rive-app/canvas-lite": "2.8.2" }, "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 f7fdac2..ce2762e 100644 --- a/npm/react-canvas/package.json +++ b/npm/react-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-canvas", - "version": "4.6.0", + "version": "4.6.1", "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.8.0" + "@rive-app/canvas": "2.8.2" }, "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 5ccecfb..22d7969 100644 --- a/npm/react-webgl/package.json +++ b/npm/react-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-webgl", - "version": "4.6.0", + "version": "4.6.1", "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.8.0" + "@rive-app/webgl": "2.8.2" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" diff --git a/package.json b/package.json index f33dd33..7c2d81d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "4.6.0", + "version": "4.6.1", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",