From 15330ababeaf49897e79fff2c731ee05612cb40e Mon Sep 17 00:00:00 2001 From: bodymovin Date: Fri, 6 Oct 2023 17:43:33 +0000 Subject: [PATCH] chore: release 4.4.0 --- CHANGELOG.md | 7 +++++++ npm/react-canvas/package.json | 4 ++-- npm/react-webgl/package.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76b4773..fc395cb 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.4.0](https://github.com/rive-app/rive-react/compare/v4.3.4...v4.4.0) + +- bump rive-app versions to 2.5.0 [`af70b81`](https://github.com/rive-app/rive-react/commit/af70b8150dc84cbcfeece2a018084a3d30c0288e) + #### [v4.3.4](https://github.com/rive-app/rive-react/compare/v4.3.3...v4.3.4) +> 3 October 2023 + +- chore: release 4.3.4 [`a984e00`](https://github.com/rive-app/rive-react/commit/a984e007f480c1b236888a20f7d6d467eecd1dcf) - patch: bump rive-wasm to 2.4.4 [`04d8e01`](https://github.com/rive-app/rive-react/commit/04d8e01f87f20dc084b3de88c1e66d32cdbadeed) #### [v4.3.3](https://github.com/rive-app/rive-react/compare/v4.3.2...v4.3.3) diff --git a/npm/react-canvas/package.json b/npm/react-canvas/package.json index e891069..b48b3d4 100644 --- a/npm/react-canvas/package.json +++ b/npm/react-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-canvas", - "version": "4.3.4", + "version": "4.4.0", "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.4.4" + "@rive-app/canvas": "2.5.0" }, "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 6897fe7..2ed29fe 100644 --- a/npm/react-webgl/package.json +++ b/npm/react-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-webgl", - "version": "4.3.4", + "version": "4.4.0", "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.4.4" + "@rive-app/webgl": "2.5.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" diff --git a/package.json b/package.json index 3e40d44..4675215 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "4.3.4", + "version": "4.4.0", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",