Skip to content

Commit ff3976d

Browse files
author
lancesnider
committed
chore: release 4.19.0
1 parent f2a6860 commit ff3976d

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v4.19.0](https://github.com/rive-app/rive-react/compare/v4.18.9...v4.19.0)
8+
9+
- Add examples [`5354d1f`](https://github.com/rive-app/rive-react/commit/5354d1f69bfe91dc67c39cee80a6ea00c4c70cb1)
10+
- Storybookk page reloads when the package in the parent changes [`7277ed2`](https://github.com/rive-app/rive-react/commit/7277ed2f0d877150637a69f2ff9122db1b151686)
11+
- Upgrade React and React DOM [`a9a98fe`](https://github.com/rive-app/rive-react/commit/a9a98fece2caf727e941ce645be2f031efaf8a89)
12+
713
#### [v4.18.9](https://github.com/rive-app/rive-react/compare/v4.18.8...v4.18.9)
814

15+
> 23 April 2025
16+
17+
- chore: release 4.18.9 [`e5c751a`](https://github.com/rive-app/rive-react/commit/e5c751aa542ac1af4693bff476a9eba6355c0df3)
918
- chore: bump rive web to 2.27.1 [`60b1dda`](https://github.com/rive-app/rive-react/commit/60b1dda98dfb1f35ae905d0741a10f8f4269bfa4)
1019

1120
#### [v4.18.8](https://github.com/rive-app/rive-react/compare/v4.18.7...v4.18.8)

npm/react-canvas-lite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rive-app/react-canvas-lite",
3-
"version": "4.18.9",
3+
"version": "4.19.0",
44
"description": "React wrapper around the @rive-app/canvas-lite library",
55
"main": "dist/index.js",
66
"typings": "dist/types/index.d.ts",

npm/react-canvas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rive-app/react-canvas",
3-
"version": "4.18.9",
3+
"version": "4.19.0",
44
"description": "React wrapper around the @rive-app/canvas library",
55
"main": "dist/index.js",
66
"typings": "dist/types/index.d.ts",

npm/react-webgl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rive-app/react-webgl",
3-
"version": "4.18.9",
3+
"version": "4.19.0",
44
"description": "React wrapper around the @rive-app/webgl library",
55
"main": "dist/index.js",
66
"typings": "dist/types/index.d.ts",

npm/react-webgl2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rive-app/react-webgl2",
3-
"version": "4.18.9",
3+
"version": "4.19.0",
44
"description": "React wrapper around the @rive-app/webgl2 library",
55
"main": "dist/index.js",
66
"typings": "dist/types/index.d.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rive-react",
3-
"version": "4.18.9",
3+
"version": "4.19.0",
44
"description": "React wrapper around the rive-js library",
55
"main": "dist/index.js",
66
"typings": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)