From ff3976d9fe70a9281796ddefc1cd3ca8d34ec0f5 Mon Sep 17 00:00:00 2001 From: lancesnider Date: Tue, 29 Apr 2025 21:20:41 +0000 Subject: [PATCH] chore: release 4.19.0 --- CHANGELOG.md | 9 +++++++++ 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, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0e802..54e8b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.19.0](https://github.com/rive-app/rive-react/compare/v4.18.9...v4.19.0) + +- Add examples [`5354d1f`](https://github.com/rive-app/rive-react/commit/5354d1f69bfe91dc67c39cee80a6ea00c4c70cb1) +- Storybookk page reloads when the package in the parent changes [`7277ed2`](https://github.com/rive-app/rive-react/commit/7277ed2f0d877150637a69f2ff9122db1b151686) +- Upgrade React and React DOM [`a9a98fe`](https://github.com/rive-app/rive-react/commit/a9a98fece2caf727e941ce645be2f031efaf8a89) + #### [v4.18.9](https://github.com/rive-app/rive-react/compare/v4.18.8...v4.18.9) +> 23 April 2025 + +- chore: release 4.18.9 [`e5c751a`](https://github.com/rive-app/rive-react/commit/e5c751aa542ac1af4693bff476a9eba6355c0df3) - chore: bump rive web to 2.27.1 [`60b1dda`](https://github.com/rive-app/rive-react/commit/60b1dda98dfb1f35ae905d0741a10f8f4269bfa4) #### [v4.18.8](https://github.com/rive-app/rive-react/compare/v4.18.7...v4.18.8) diff --git a/npm/react-canvas-lite/package.json b/npm/react-canvas-lite/package.json index 6f16ca5..150c8b8 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.18.9", + "version": "4.19.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 f20d9f2..bda0b45 100644 --- a/npm/react-canvas/package.json +++ b/npm/react-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-canvas", - "version": "4.18.9", + "version": "4.19.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 a530551..38800be 100644 --- a/npm/react-webgl/package.json +++ b/npm/react-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-webgl", - "version": "4.18.9", + "version": "4.19.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 7b3856e..6d64b62 100644 --- a/npm/react-webgl2/package.json +++ b/npm/react-webgl2/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-webgl2", - "version": "4.18.9", + "version": "4.19.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 df83610..5c88ea0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "4.18.9", + "version": "4.19.0", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",