From eb436263d786ffdee20d39dea0ce16b8aec101a9 Mon Sep 17 00:00:00 2001 From: mjtalbot Date: Wed, 17 Apr 2024 16:24:43 +0000 Subject: [PATCH] chore: release 4.8.8 --- 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 0898f33..104225a 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.8.8](https://github.com/rive-app/rive-react/compare/v4.8.7...v4.8.8) + +- bump canvas and webgl to 2.14.2 [`0e63852`](https://github.com/rive-app/rive-react/commit/0e6385288ec85c40c5e7f4bc6f15b98a02ec6b88) + #### [v4.8.7](https://github.com/rive-app/rive-react/compare/v4.8.6...v4.8.7) +> 11 April 2024 + +- chore: release 4.8.7 [`78f7543`](https://github.com/rive-app/rive-react/commit/78f75434fc179326918f6e837058a74fa4a8dbd6) - bump react canvas to 2.14.1 [`a9c2950`](https://github.com/rive-app/rive-react/commit/a9c29504191d929b7e96587100d375ba6787deb2) #### [v4.8.6](https://github.com/rive-app/rive-react/compare/v4.8.5...v4.8.6) diff --git a/npm/react-canvas-lite/package.json b/npm/react-canvas-lite/package.json index 316c410..37673b0 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.8.7", + "version": "4.8.8", "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.14.1" + "@rive-app/canvas-lite": "2.14.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 a6272f0..e9a48e0 100644 --- a/npm/react-canvas/package.json +++ b/npm/react-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-canvas", - "version": "4.8.7", + "version": "4.8.8", "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.14.1" + "@rive-app/canvas": "2.14.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 075b4f6..dea50f9 100644 --- a/npm/react-webgl/package.json +++ b/npm/react-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-webgl", - "version": "4.8.7", + "version": "4.8.8", "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.14.1" + "@rive-app/webgl": "2.14.2" }, "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 1aadaab..77626e4 100644 --- a/npm/react-webgl2/package.json +++ b/npm/react-webgl2/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-webgl2", - "version": "4.8.7", + "version": "4.8.8", "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 174f3b8..9ec37f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "4.8.7", + "version": "4.8.8", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",