Skip to content

Commit 2088c0b

Browse files
author
damzobridge
committed
chore: release 4.20.0
1 parent 81fdf57 commit 2088c0b

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.20.0](https://github.com/rive-app/rive-react/compare/v4.19.1...v4.20.0)
8+
9+
- feat: add db test [`46e1987`](https://github.com/rive-app/rive-react/commit/46e19874a2ec5893b5d3365f61db871400327087)
10+
- fix: hot reload crash [`6d76e9f`](https://github.com/rive-app/rive-react/commit/6d76e9f85d949ec1e0e4d29458676efbe1c24d1d)
11+
- inital work for data binding hooks [`452eb89`](https://github.com/rive-app/rive-react/commit/452eb89e72ffb73f837917fd969a51ed238a6d05)
12+
713
#### [v4.19.1](https://github.com/rive-app/rive-react/compare/v4.19.0...v4.19.1)
814

15+
> 8 May 2025
16+
17+
- chore: release 4.19.1 [`d303e8c`](https://github.com/rive-app/rive-react/commit/d303e8c96f70fa8886d96aba35afd911f0fcef50)
918
- chore: rive-wasm -> 2.27.2 [`479d534`](https://github.com/rive-app/rive-react/commit/479d5340e87f5335a2525b547e690be60ebafc00)
1019

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

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.19.1",
3+
"version": "4.20.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.19.1",
3+
"version": "4.20.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.19.1",
3+
"version": "4.20.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.19.1",
3+
"version": "4.20.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.19.1",
3+
"version": "4.20.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)